A full complete simplex solver using Gauss method
pip install -r requirements.txt
There are 5 possible examples of how the simplex works on 2 dimension, that can be plotted:
python SimplexExamples.py <example number>
There are 3 possible examples of how simplex works on n-dimensions:
- Minimum-cost flow problem
- Maximum flow problem
- Maximum flow as Minimum-cost flow
python graphExamples.py <example number>