Linear Programming Simulator Back EN | ZH
Optimization

Linear Programming — Graphical Method

Solve 2-variable LP problems graphically. Real-time feasible region, optimal vertex, objective iso-lines, simplex tableau steps, and sensitivity analysis.

Problem Setup
Presets
Objective function
Z = 3x₁ + 5x₂
Coefficient c₁3
Coefficient c₂5
Constraints (up to 5)
Optimal x₁*
Optimal x₂*
Objective Z*
Binding constraints
Simplex tableau will appear here...
Sensitivity: Z* vs constraint 1 RHS b₁

Standard Form

$\max\; \mathbf{c}^\top\mathbf{x}$ subject to $A\mathbf{x} \leq \mathbf{b}$, $\mathbf{x} \geq 0$

Optimal solution is at a vertex of the feasible polytope.

Simplex: move between adjacent vertices improving Z.

Shadow price: $\lambda_i = \partial Z^* / \partial b_i$

Applications: Manufacturing production planning (material and time constraints) / Logistics cost minimization / Structural weight minimization (linear approximation) / Project scheduling.