Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 506 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 506 Bytes

Simplex

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:

  1. Minimum-cost flow problem
  2. Maximum flow problem
  3. Maximum flow as Minimum-cost flow
python graphExamples.py <example number>