Simple MIP Solver

Thanks for stepping by!


This is the result of hobby project, where I made a simple MIP solver to refresh my memory in mathematical optimization and ordinary programming.

The Solver is made in Python and solves simple LP, IP and MIP maximization problems using the Gomory mixed integer cut algorithm as presented in Wolsey Laurence A. "Integer programming" from 1998.

My hopes is that you can use this solver for educational purposes, in order to learn how the algoritm works or to check if your own calculations is correct when solving easy LP, IP or MIP problems.

Best of luck!