We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DS

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

Title: Space-Efficient Interior Point Method, with applications to Linear Programming and Maximum Weight Bipartite Matching

Abstract: We study the problem of solving linear program in the streaming model. Given a constraint matrix $A\in \mathbb{R}^{m\times n}$ and vectors $b\in \mathbb{R}^m, c\in \mathbb{R}^n$, we develop a space-efficient interior point method that optimizes solely on the dual program. To this end, we obtain efficient algorithms for various different problems:
* For general linear programs, we can solve them in $\widetilde O(\sqrt n\log(1/\epsilon))$ passes and $\widetilde O(n^2)$ space for an $\epsilon$-approximate solution. To the best of our knowledge, this is the most efficient LP solver in streaming with no polynomial dependence on $m$ for both space and passes.
* For bipartite graphs, we can solve the minimum vertex cover and maximum weight matching problem in $\widetilde O(\sqrt{m})$ passes and $\widetilde O(n)$ space.
In addition to our space-efficient IPM, we also give algorithms for solving SDD systems and isolation lemma in $\widetilde O(n)$ spaces, which are the cornerstones for our graph results.
Comments: 72 pages, full version
Subjects: Data Structures and Algorithms (cs.DS)
Cite as: arXiv:2009.06106 [cs.DS]
  (or arXiv:2009.06106v4 [cs.DS] for this version)

Submission history

From: Lichen Zhang [view email]
[v1] Sun, 13 Sep 2020 22:54:25 GMT (111kb,D)
[v2] Thu, 8 Jul 2021 00:14:49 GMT (108kb,D)
[v3] Fri, 11 Nov 2022 16:20:31 GMT (151kb,D)
[v4] Thu, 18 May 2023 17:32:41 GMT (753kb,D)

Link back to: arXiv, form interface, contact.