-
Notifications
You must be signed in to change notification settings - Fork 1
Emulate Simplex Algorithm
Assuming that you have already parsed and solved a linear problem, now you can emulate the process the Simplex algorithm follows in order to solve large in scale linear problems. Select from the menu bar Animation > Start
or use the tool bar by pressing the play button, instantly you'll see an animation in the view port area which emulates the steps of the algorithm.
In the first part of the animation will be depicted each one of the inequalities (restrictions), then will be drawn the min and max rays of each variable and the non feasible points. In the second part will be drawn one by one all the feasible points constitute the feasible region and finally in the last part will be drawn each one of the contours of the objective function until the last step of the optimal point in case of an optimal linear problem.