OrToolsMilpSolver
Basic implementation of MilpManager using Google or-tools.
What is it
This library implements MilpManager https://github.com/afish/MilpManager using Google or-tools. It handles creating the model, 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 OrToolsMilpSolver class and create models as described in https://github.com/afish/MilpManager .