Simple solver that uses the Gomory mixed integer cut algorithm to solve and give a step by step description on how to solve smaller LP, IP, MIP problems.
The Solver is web based with a python backend that solves simple LP, IP and MIP problems using the Gomory mixed integer cut algorithm.
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.
Thank you.
Latest Version
1.0Uploaded by
Meng Man
Requires Android
Android 4.0.3+
Category
Free Education AppContent Rating
Everyone
Report
Flag as inappropriateLast updated on Dec 5, 2017
- Optimizer that uses Gomory cutting plane algorithm to solve Simple LP, IP and MIP problems
- You can inspect every step the optimizer takes to solve your problem
- You can solve min and max problems with greater than, equals or less than constraints
Have fun