# Linear programming problemLast edited: 2026-02-05# StatementLinear programme problemGiven a linear programme what is an $x \in \mathbb{R}^n$ that achieves an optimal solution if it exists.# SolutionsEllipsoid methodInterior-point methodSimplex method# Theory# Related problemsMax flow problemInteger linear programming problem