Open AccessPosted Content
Solving Linear Programs in the Current Matrix Multiplication Time
TL;DR: This paper shows how to solve linear programs of the form minAx=b,x≥0 c⊤x with n variables in time O*((nω+n2.5−α/2+ n2+1/6) log(n/δ)) where ω is the exponent of matrix multiplication, α is the dual exponent of Matrix multiplication, and δ is the relative accuracy.
read more
Abstract: This paper shows how to solve linear programs of the form $\min_{Ax=b,x\geq0} c^\top x$ with $n$ variables in time $$O^*((n^{\omega}+n^{2.5-\alpha/2}+n^{2+1/6}) \log(n/\delta))$$ where $\omega$ is the exponent of matrix multiplication, $\alpha$ is the dual exponent of matrix multiplication, and $\delta$ is the relative accuracy. For the current value of $\omega\sim2.37$ and $\alpha\sim0.31$, our algorithm takes $O^*(n^{\omega} \log(n/\delta))$ time. When $\omega = 2$, our algorithm takes $O^*(n^{2+1/6} \log(n/\delta))$ time.
Our algorithm utilizes several new concepts that we believe may be of independent interest:
$\bullet$ We define a stochastic central path method.
$\bullet$ We show how to maintain a projection matrix $\sqrt{W}A^{\top}(AWA^{\top})^{-1}A\sqrt{W}$ in sub-quadratic time under $\ell_{2}$ multiplicative changes in the diagonal matrix $W$.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Maximum Flow and Minimum-Cost Flow in Almost-Linear Time
Li Chen,Rasmus Kyng,Yang P. Liu,Richard Peng,Maximilian Probst Gutenberg,Sushant Sachdeva +5 more
- 01 Mar 2022
TL;DR: An algorithm that computes exact maximum flows and minimum-cost flows on directed graphs with $m$ edges and polynomially bounded integral demands, costs, and capacities in m^{1+o(1)} time is given.
171
Minimum cost flows, MDPs, and ℓ1-regression in nearly linear time for dense instances
Jan van den Brand,Yin Tat Lee,Yang P. Liu,Thatchaphol Saranurak,Aaron Sidford,Zhao Song,Di Wang +6 more
- 15 Jun 2021
TL;DR: In this paper, a randomized algorithm with improved runtimes of O(m + n1.5) was proposed to solve the minimum cost flow problem on n-vertex m-edge graphs with integer polynomially bounded costs and capacities.
127
Multiplexing URLLC Traffic Within eMBB Services in 5G NR: Fair Scheduling
TL;DR: The simulation results show that the multiplexing of eMBB and URLLC traffic in 5G downlink transmission is analyzed, with the dual objectives of maximizing e MBB utility like proportional fairness for eMBBs users while satisfyingURLLC constraints.
124
Solving Linear Programs in the Current Matrix Multiplication Time
TL;DR: In this paper, the authors presented an O(nω+n 2.5−α/2+n2+1/6) log(n/δ) time algorithm for linear programs of the form minAx=b,x≥ 0 c⊤ x with n variables.
120
•Posted Content
Faster Dynamic Matrix Inverse for Faster LPs.
TL;DR: This data structure is based on a recursive application of the Woodbury-Morrison identity for implementing low-rank updates, combined with recent sketching technology, and leads to the fastest known LP solver for general (dense) linear programs.
112
References
•Book
Interior-Point Polynomial Algorithms in Convex Programming
Yurii Nesterov,Arkadii Nemirovskii +1 more
- 01 Jan 1987
TL;DR: This book describes the first unified theory of polynomial-time interior-point methods, and describes several of the new algorithms described, e.g., the projective method, which have been implemented, tested on "real world" problems, and found to be extremely efficient in practice.
A new polynomial-time algorithm for linear programming
TL;DR: It is proved that given a polytopeP and a strictly interior point a εP, there is a projective transformation of the space that mapsP, a toP′, a′ having the following property: the ratio of the radius of the smallest sphere with center a′, containingP′ to theradius of the largest sphere withCenter a′ contained inP′ isO(n).
5K
A new polynomial-time algorithm for linear programming
Narendra Karmarkar
- 01 Dec 1984
TL;DR: The algorithm consists of repeated application of such projective transformations each followed by optimization over an inscribed sphere to create a sequence of points which converges to the optimal solution in polynomial-time.
•Book
Primal-Dual Interior-Point Methods
Stephen J. Wright
- 01 Jan 1987
TL;DR: This chapter discusses Primal Method Primal-Dual Methods, Path-Following Algorithm, and Infeasible-Interior-Point Algorithms, and their applications to Linear Programming and Interior-Point Methods.
2.6K
Matrix multiplication via arithmetic progressions
Don Coppersmith,Shmuel Winograd +1 more
- 01 Jan 1987
TL;DR: A new method for accelerating matrix multiplication asymptotically is presented, by using a basic trilinear form which is not a matrix product, and making novel use of the Salem-Spencer Theorem.
2.4K