You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@
35
35
### Dependencies
36
36
You can use MetaOpt either with the [Gurobi optimization solver](https://www.gurobi.com/documentation/current/examples/cs_examples.html)
37
37
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
+
38
40
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:
0 commit comments