Faster Dynamic Matrix Inverse for Faster LPs

04/16/2020
by   Shunhua Jiang, et al.
0

Motivated by recent Linear Programming solvers, we design dynamic data structures for maintaining the inverse of an n× n real matrix under low-rank updates, with polynomially faster amortized running time. Our data structure is based on a recursive application of the Woodbury-Morrison identity for implementing cascading low-rank updates, combined with recent sketching technology. Our techniques and amortized analysis of multi-level partial updates, may be of broader interest to dynamic matrix problems. This data structure leads to the fastest known LP solver for general (dense) linear programs, improving the running time of the recent algorithms of (Cohen et al.'19, Lee et al.'19, Brand'20) from O^*(n^2+ max{1/6, ω-2, 1-α/2}) to O^*(n^2+max{1/18, ω-2, 1-α/2}), where ω and α are the fast matrix multiplication exponent and its dual. Hence, under the common belief that ω≈ 2 and α≈ 1, our LP solver runs in O^*(n^2.055) time instead of O^*(n^2.16).

READ FULL TEXT

Please sign up or login with your details

Forgot password? Click here to reset