This document summarizes a new polynomial-time algorithm for linear programming.
1) The algorithm reduces the general linear programming problem to a canonical form and solves it through repeated application of projective transformations and optimization over spheres.
2) Each projective transformation followed by optimization reduces the objective function value by a constant factor, allowing the optimal solution to be found in polynomial time.
3) The algorithm runs in O(n3.5L0.5lnLlnlnL) time, an improvement over the ellipsoid method's O(n6L2lnLlnlnL) time.
Related topics: