Proceedings of the Fourteenth Annual ACM-SIAM Symposium on Discrete Algorithms 2020
DOI: 10.1137/1.9781611975994.16
|View full text |Cite
|
Sign up to set email alerts
|

A Deterministic Linear Program Solver in Current Matrix Multiplication Time

Abstract: Interior point algorithms for solving linear programs have been studied extensively for a long time [e.g. Karmarkar 1984; Lee, Sidford FOCS'14; Cohen, Lee, Song STOC'19]. For linear programs of the form min Ax=b,x≥0 c ⊤ x with n variables and d constraints, the generic case d = Ω(n) has recently been settled by Cohen, Lee and Song [STOC'19]. Their algorithm can solve linear programs in O(n ω log(n/δ)) expected time 1 , where δ is the relative accuracy. This is essentially optimal as all known linear system sol… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

1
59
0

Year Published

2020
2020
2024
2024

Publication Types

Select...
5
2
1
1

Relationship

0
9

Authors

Journals

citations
Cited by 92 publications
(60 citation statements)
references
References 19 publications
1
59
0
Order By: Relevance
“…For this last line, there has been substantial progress in improving IPM by amortizing the cost of the iterative updates, and working with approximate computations, see e.g. [Ren88,Vai89,CLS19,vdB20]. Very recently, Cohen, Lee and Song [CLS19] developed a new inverse maintenance scheme to get a randomizedÕ(n 2.37 log(1/ε))-time algorithm for ε-approximate LP, which was derandomized by van den Brand [vdB20].…”
Section: Related Workmentioning
confidence: 99%
“…For this last line, there has been substantial progress in improving IPM by amortizing the cost of the iterative updates, and working with approximate computations, see e.g. [Ren88,Vai89,CLS19,vdB20]. Very recently, Cohen, Lee and Song [CLS19] developed a new inverse maintenance scheme to get a randomizedÕ(n 2.37 log(1/ε))-time algorithm for ε-approximate LP, which was derandomized by van den Brand [vdB20].…”
Section: Related Workmentioning
confidence: 99%
“…Harnessing the progress in approximate solvers The complexity of fast approximate LP algorithms has seen substantial improvements in recent years [LS19,CLS19,vdB20,vdBLSS20,LSZ19,JSWZ20]. Taking the recent algorithm [vdB20], given a feasible LP min c, x , Ax = b, x ≥ 0, having an optimal solution of 2 norm at most R, for ε > 0 it computes a pointx ≥ 0 satisfying c,x ≤ min in deterministic time O(n ω+o(1) log(n/ε)), where ω < 2.38 is the matrix multiplication exponent.…”
Section: Introductionmentioning
confidence: 99%
“…In Theorem 5.2 we use it for the special case c = 0; we now explain the more general case. We note that, instead of using the final output of Theorem 5.1, one could obtain more direct algorithms by using the interior-point methods of [LS19,vdB20,vdBLSS20] directly on our extended system. We now give a black-box argument using Theorem 5.1, to demonstrate the compatibility of our results with any approximate LP solver, not just interior-point methods.…”
mentioning
confidence: 99%
“…In Fig. 14 we compare the commercial LP 5 optimizer embedded in the Matlab optimization toolbox and the Dantzing-Wolfe decomposition followed by the column generation algorithm. The computational complexity of both solvers is the same and it is O(m 2,38 ), where m is the input size of the optimization problem [49]. The gain visible in Fig.…”
Section: Simulation Resultsmentioning
confidence: 99%