Simplex Method
The simplex method is used in optimization to solve linear programming models, this is an implementation using, when needed, the Big M method to find the optimal value of the objective function and the vertex in which these value was found.
Running the tests
To execute the automated tests run the file test_simplex.py in the test package
Built With
- Python 3.5.4
- Numpy 1.13.3
Acknowledgments
Thanks to all the developers of Python, Numpy, Pycharm and Miniconda for making the building blocks that give life to this source code.
License
This project is licensed under the BSD 2-Clause License - see the LICENSE file for details