Solve linear programming problems using the Simplex method. Intuitive GUI for inputting objective functions and constraints. Visualize results and optimization steps.
The algorithm is entirely well described in the original work [1]. Briefly, it is a gradient descent method that computes simplex with the smallest volume around (M-1)-dimensional data points. A ...