Skip to content

galbarequet/Simplex

Repository files navigation

Simplex

My implementation of the Simplex Method for Advanced Seminar in Applied Mathematics at TAU.

Maximum Simplex Iterations Minimum Simplex Iterations

Prerequisites + Dependencies

This program runs on python3. It reqiures the following packages:

  • numpy
  • matplotlib

Install packages with pip:

$ pip install numpy matplotlib

Usage

Run demo with the following command:

$ py ./run_demo.py

Author

About

My implementation of the Simplex Method for Advanced Seminar in Applied Mathematics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages