Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 474 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 474 Bytes

GurobiMilpSolver

Basic implementation of MilpManager using Gurobi.

What is it

This library implements MilpManager https://github.com/afish/MilpManager using Gurobi library. It handles creating the model and solving it. It doesn't support loading model from file.

How to use it

Add package to project. Add MilpManager package to project. Next, you can create instance of GurobiMilpSolver class and create models as described in https://github.com/afish/MilpManager .