A non-iterative polynomial algorithm for linear programming
Abstract
Consider a linear programming problem with n primal and m dual variables paired with n dual and m primal slack variables respectively, and aggregately denote these variables and slack variables as a vector z of length 2(n+m). Unlike existing algorithms such as simplex and interior point methods solving linear programming by iteratively generating a sequence of feasible points to approach the optimal solution, the paper defines a function f mapping the constraint matrix and the right-hand side and objective vectors defining the linear programming problem to a binary vector of length n+m. It is shown that, under the uniqueness assumption of the optimal solution z* and for each (primal or dual) variable zi, fi is zero if and only if the optimal value z*i is zero, and fi is one if and only if z*i is positive. Computation of fi for each i consists of solving two groups of linear equations using O(m2n) operations. Computing fi is then non-iterative and independent of computing fj for j <> i. Hence, at most O(m2n2) operations are required to compute f and consequently to solve the linear programming problem. The non-iterative and mutually independent features of computing the elements of f enable a parallel polynomial algorithm for linear programming.
Turn this paper into a full lesson
ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.