Files
ortools-clone/examples/dotnet
2022-04-06 11:15:59 +02:00
..
2022-01-10 21:24:54 +01:00
2021-08-23 13:59:18 +02:00
2021-04-02 10:08:51 +02:00
2021-04-02 10:08:51 +02:00
2021-04-02 10:08:51 +02:00
2021-04-02 10:08:51 +02:00
2021-04-02 10:08:51 +02:00
2021-04-02 10:08:51 +02:00
2021-04-02 10:08:51 +02:00
2021-05-20 17:54:57 +02:00
fix
2022-01-11 16:22:43 +01:00
2021-05-21 09:22:41 +02:00
2022-04-06 11:15:59 +02:00
2022-01-10 21:24:54 +01:00

.NetCoreApp examples

The following examples showcase how to use OrTools.
The project solution has examples for C#.

We recommend that all projects you create target net6.0, as this allows you to compile for various frameworks and keep up-to-date with the latest frameworks.

Wherever you have or-tools installed, be sure to PackageReference the Google.OrTools from the project file.

Execution

Running the examples will involve building them, then running them.
You can run the following command:

dotnet build <example>.csproj
dotnet run --no-build --project <example>.csproj