wadiim / simplex

A simplex-based, linear programming problem solver.

Repository from Github https://github.comwadiim/simplexRepository from Github https://github.comwadiim/simplex

Simplex

A simplex-based, linear programming problem solver.

Quick Start

python -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
python gui.py

License

MIT

About

A simplex-based, linear programming problem solver.

License:MIT License


Languages

Language:Python 100.0%