Skip to content

Commit 0935c5a

Browse files
committed
adding Readme
1 parent a9d8992 commit 0935c5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
### Dependencies
3636
You can use MetaOpt either with the [Gurobi optimization solver](https://www.gurobi.com/documentation/current/examples/cs_examples.html)
3737
or with [Zen](https://dl.acm.org/doi/10.1145/3422604.3425930).
38+
NEW: MetaOpt also now supports ORTools CSIP solver. [Nuget Package Manager] (https://www.nuget.org/packages/Google.OrTools). [Caution: ORTools does not provide all the features that are available in Gurobi.]
39+
3840
Make sure you install them. For Gurobi, you can use [NuGet Package Manager](https://www.nuget.org/packages/Gurobi.Optimizer) and run the following command:
3941
```bash
4042
dotnet add package Gurobi.Optimizer --version 10.0.2

0 commit comments

Comments
 (0)