Skip to content

Commit f882cf9

Browse files
committed
adding Readme
1 parent 74d015e commit f882cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can use MetaOpt either with the [Gurobi optimization solver](https://www.gur
3737
or with [Zen](https://dl.acm.org/doi/10.1145/3422604.3425930).
3838
NEW: MetaOpt also now supports ORTools CSIP solver. Install the solver through [Nuget Package Manager](https://www.nuget.org/packages/Google.OrTools). [Caution: ORTools does not provide all the features that are available in Gurobi.]
3939

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:
40+
Make sure you install any solver that you use. For Gurobi, you can also use [NuGet Package Manager](https://www.nuget.org/packages/Gurobi.Optimizer) and run the following command:
4141
```bash
4242
dotnet add package Gurobi.Optimizer --version 10.0.2
4343
```

0 commit comments

Comments
 (0)