Efficient Inverse Maintenance and Faster Algorithms for Linear Programming
Abstract
In this paper, we consider the following inverse maintenance problem: given and a number of rounds , we receive a diagonal matrix at round and we wish to maintain an efficient linear system solver for under the assumption does not change too rapidly. This inverse maintenance problem is the computational bottleneck in solving multiple optimization problems. We show how to solve this problem with preprocessing time and amortized time per round, improving upon previous running times for solving this problem. Consequently, we obtain the fastest known running times for solving multiple problems including, linear programming and computing a rounding of a polytope. In particular given a feasible point in a linear program with variables, constraints, and constraint matrix , we show how to solve the linear program in time . We achieve our results through a novel combination of classic numerical techniques of low rank update, preconditioning, and fast matrix multiplication as well as recent work on subspace embeddings and spectral sparsification that we hope will be of independent interest.
Cite
@article{arxiv.1503.01752,
title = {Efficient Inverse Maintenance and Faster Algorithms for Linear Programming},
author = {Yin Tat Lee and Aaron Sidford},
journal= {arXiv preprint arXiv:1503.01752},
year = {2015}
}
Comments
In an older version of this paper, we mistakenly claimed an improved running time for Dikin walk by noting solely the improved running time for linear system solving and ignoring the determinant computation