Basic implementation of MilpManager using Microsoft Solver Foundation.
This library implements MilpManager https://github.com/afish/MilpManager using Microsoft Solver Foundation. It handles creating the model, solving it, storing in file and loading from file.
Add package to project. Add MilpManager package to project. Fix references to MSF (you need to have it installed). Next, you can create instance of MsfMilpSolver class and create models as described in https://github.com/afish/MilpManager .