Skip to content

primianocristino/Simplex

Repository files navigation

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>

About

A full complete simplex solver using Gauss method

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages