Solution of linear programming problem by simplex online method
Linear programming is a branch of mathematical programming,
who studies optimization problems with linear objective functions
and linear constraints (equalities or inequalities).
In addition to the analytical simplex method, this online service also provides a graphical solution.
For problems with two variables a 2D plot is built automatically: all constraint lines with labels,
the shaded feasible region, the coordinates of the polygon vertices, the objective gradient vector,
the level line and the optimum point. The chart is scaled proportionally so that every line fits.
If there are more than two variables, the feasible region cannot be drawn on a 2D plane, and the simplex method is used instead.
Comments