TL;DR
This paper introduces new simplex algorithms for lattice polytopes that find optimal vertices along short paths with polynomial bounds, improving efficiency in linear programming on such polytopes.
Contribution
The paper presents two novel simplex algorithms with polynomial path length bounds for lattice polytopes, one independent of the number of inequalities and the other exploiting constraint matrix entries.
Findings
Path length in $O(n^4 k \, \log(nk))$ for the first algorithm.
Path length in $O(n^2 k \, \log(nk \alpha))$ for the iterative algorithm.
Algorithms run in strongly polynomial time if $k$ is polynomially bounded by $n$ and $m$.
Abstract
The goal of this paper is to design a simplex algorithm for linear programs on lattice polytopes that traces `short' simplex paths from any given vertex to an optimal one. We consider a lattice polytope contained in and defined via linear inequalities. Our first contribution is a simplex algorithm that reaches an optimal vertex by tracing a path along the edges of of length in . The length of this path is independent from and it is the best possible up to a polynomial function. In fact, it is only polynomially far from the worst-case diameter, which roughly grows as a linear function in and . Motivated by the fact that most known lattice polytopes are defined via constraint matrices, our second contribution is an iterative algorithm which exploits the largest absolute value of the entries in the constraint matrix. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Short Simplex Paths in Lattice Polytopes· youtube
