Files
ortools-clone/tools/README.dotnet.md
Corentin Le Molgat bca78af2a5 Fix LICENSE links
2022-03-03 14:25:39 +01:00

1.0 KiB

Introduction

This file describes how to use OR-Tools in .Net with the binary archives.

OR-Tools online documentation is here

Full installation instructions are located here

These modules have been tested under:

  • Ubuntu 20.04 LTS (64 bit).
  • CentOS 8 (64 bit).
  • Debian 10 (64 bit).
  • MacOS Catalina with Xcode 10.x (64 bit).
  • Microsoft Windows with Visual Studio 2019 (64-bit)

Upon decompressing the archive, you will get the following structure:

or-tools/
  [LICENSE](LICENSE)                 <- Apache License
  [README.md](README.md)             <- This file
  [examples/data/](examples/data)    <- Data for the examples
  [examples/dotnet](examples/dotnet) <- .Net examples

To build an example, open the folder in the command prompt and type the following commands:

dotnet build

To run an example, open the folder in the command prompt and type the following commands:

dotnet run