Simplex-step

This nifty library walks you through the Simplex algorithm, step-by-step, for solving optimization puzzles.

Relative Fields: Optimization, Python Programming

Project Overview

For my Systems Engineering course project, I dived into building a Python library that help students learn the power of the Simplex method. It’s all about solving problems step-by-step and making the process as transparent as possible!

Project Steps :

  1. Performing the Simplex algorithm
  2. Prepping the two-phase Simplex method
  3. Implementing sensitivity analysis
  4. Using duality to optimize the performance

Results of The Project

Guess what? You can install this library in a snap! Just copy this into Terminal.

pip install Simplextep

Code Sources :

This implementation had been done by Python.

Here you can fine all codes and documentation :

Github-Simplextep 
Documentation

 

Scroll to Top