Skip to content

Latest commit

 

History

History
executable file
·
17 lines (10 loc) · 755 Bytes

File metadata and controls

executable file
·
17 lines (10 loc) · 755 Bytes

Simplex Solver

Shields.io

An implementation of the Simplex algorithm used to solve tableaus representing linear optimization problems. We even handled special cases, such as: Unbounded Solution, Infeasible Solution, and Multi-Optimal Solution. This project was made for (Operation Research - Second Year) in my college.

Screenshot

Input

Alt text

Output

Alt text

License

This project is available under the terms of MIT License