Fifoblivion / simplex-method

The Simplex method is an approach to solving linear programming models by hand using slack variables, tableaus, and pivot variables as a means to finding the optimal solution of an optimization problem. The current implementation uses python language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplex-Method

The Simplex method is an approach to solving linear programming models by hand using slack variables, tableaus, and pivot variables as a means to finding the optimal solution of an optimization problem. The current implementation uses python language.

About

The Simplex method is an approach to solving linear programming models by hand using slack variables, tableaus, and pivot variables as a means to finding the optimal solution of an optimization problem. The current implementation uses python language.

License:MIT License


Languages

Language:Python 100.0%