« MiniZinc version 1.4.2 released | Main | G12 Zinc version 2.0 has been released »

Google or-tools supports .NET

Laurent Perron announced yesterday that Google or-tools now has .NET support: .NET support :
Hello,

Thanks to the invaluable help of Mark Farkas, we have .NET support in or-tools.
This has been tested with visual studio 10.

We have 4 new targets:
make csharp
make csharpexe
make cleancsharp
make test_csharp


There are examples in or-tools/csharp and a complete solution in or-tools/csharp/solutions/.


CP Library with arithmetic operators and writing custom decision builder is supported.
LP is supported, but I have not yet written the arithmetic layer as in the python libraries
. Knapsack and graph algorithms are supported.


Please tell me if anything goes wrong.

--Laurent
Some example models are here.