Skip to content

or-tools/dotnet_or-tools

Repository files navigation

Github-CI:
Build Status Build Status Build Status
Build Status

Build Status

Introduction

Sample project explaining how to use Google OR-Tools in a .Net project.

Build

dotnet build -c Release

Run

dotnet run -c Release

Package

dotnet pack -c Release

Testing

You can test using the provided Dockerfile

docker build --tag=dotnet_or-tools .