OCDSNANAOct 10, 2018

A Fast Polynomial-time Primal-Dual Projection Algorithm for Linear Programming

arXiv:1810.04517
AI Analysis

For practitioners of linear programming, this work addresses the performance imbalance of Chubanov-type algorithms by providing a more practical polynomial-time method.

The authors propose a Polynomial-time Primal-Dual Projection (PPDP) algorithm for linear programming that balances performance on feasible and infeasible instances, achieving significantly better numerical results than prior Chubanov-type methods.

Traditionally, there are several polynomial algorithms for linear programming including the ellipsoid method, the interior point method and other variants. Recently, Chubanov [Chubanov, 2015] proposed a projection and rescaling algorithm, which has become a potentially \emph{practical} class of polynomial algorithms for linear feasibility problems and also for the general linear programming. However, the Chubanov-type algorithms usually perform much better on the infeasible instances than on the feasible instances in practice. To explain this phenomenon, we derive a new theoretical complexity bound for the infeasible instances based on the condition number, which shows that algorithms can indeed run much faster on infeasible instances in certain situations. In order to speed up the feasible instances, we propose a \emph{Polynomial-time Primal-Dual Projection} algorithm (called PPDP) by explicitly developing the dual algorithm. The numerical results validate that our PPDP algorithm achieves a quite balanced performance between feasible and infeasible instances, and its performance is remarkably better than previous algorithms.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes