/simplex

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

This repository optimizes linear problems with the simplex method.

Usage: python3 simplex.py [filename], where [filename] is p2.txt, p3.txt, etc.

Work on each problem is contained in their respective files.