This document discusses using interior point methods to solve large-scale linear programming problems. It focuses on primal-dual interior point methods applied to the primal-dual formulation. The key steps are:
1) The primal-dual interior point method solves the Karush-Kuhn-Tucker (KKT) optimality conditions by moving through the interior of the feasible region along a central path defined by a parameter τ.
2) In each iteration, at least one linear system involving the KKT matrix must be solved. Solving this directly becomes very expensive for large problems.
3) The document proposes using an iterative method like preconditioned conjugate gradients to solve the augmented KKT system approximately. This reduces
Related topics: