An implementation of the Simplex Tableau algorithm for solving linear programming (LP) problems.
Developed by Shahrokh Shahi |
---|
Georgia Institute of Technology College of Computing 2018 |
This toolbox is part of the optimization visualizing series that I developed during the optimization class at Georgia Tech. More details about these toolboxes and packages is presented in this blog post.
- Run "Simplex Toolbox.mltbx" in MATLAB and complete the installation
- Run simplexgui in MATLAB command window
- Enjoy! (The app will be run with a pre-set values as an example)
- The source codes are also available in src folder.
- Please note that the GUI is built and tested in Windows; there might be some visual differences in macOS (for instance, the test may appear smaller)
- Please feel free to contact me if there is any problem or questions.