A simple linear solver for the simplex method in tableau form and gomory's cut.
-
Updated
Dec 2, 2022 - Python
A simple linear solver for the simplex method in tableau form and gomory's cut.
This project has been developed for academic purpose. Basically, it consists in a Python algorithm able to solve a multidimensional Knapsack problem using only Gomory cuts. Every new cut shows its utility in terms of how much it reduces the gap between the relaxed PL solution and the optimal PLI one.
some LP algorithms that can solve some problems
Add a description, image, and links to the gomory topic page so that developers can more easily learn about it.
To associate your repository with the gomory topic, visit your repo's landing page and select "manage topics."