For my project recently I am using gurobi, it has excellent LP and MIP solvers.
Here are the steps for using gurobi:
just download and install gurobi
go to examples->build->project 2012->MIP.cs and modify and enjoy
If you want to run it in another directory, you need to check "reference" of MIP.cs in solution explorer and add those in the new location. Then also make sure to modify the program runs for "x64" machines instead of all machines.
Happy Gurobi-ing!
Here are the steps for using gurobi:
just download and install gurobi
go to examples->build->project 2012->MIP.cs and modify and enjoy
If you want to run it in another directory, you need to check "reference" of MIP.cs in solution explorer and add those in the new location. Then also make sure to modify the program runs for "x64" machines instead of all machines.
Happy Gurobi-ing!
1 comment:
To add reference for Gurobi: go to gurobi550\win64\bin\Gurobi55.NET.dll and add
Post a Comment