Space-Efficient Algorithm for Integer Programming with Few Constraints
Lars Rohwedder, Karol W\k{e}grzycki

TL;DR
This paper introduces a space-efficient algorithm for solving fixed-constraint integer linear programs, achieving near-equivalent time complexity to existing methods but with significantly reduced space requirements.
Contribution
The authors develop a polynomial space algorithm for fixed-constraint integer programming that maintains nearly the same time complexity as traditional dynamic programming approaches.
Findings
Achieves polynomial space complexity for fixed-constraint ILP.
Maintains almost the same time complexity as dynamic programming algorithms.
Provides a practical approach for large instances with limited memory.
Abstract
Integer linear programs , where , , and , can be solved in pseudopolynomial time for any fixed number of constraints . More precisely, in time , where is the maximum absolute value of an entry in and the input size. Known algorithms rely heavily on dynamic programming, which leads to a space complexity of similar order of magnitude as the running time. In this paper, we present a polynomial space algorithm that solves integer linear programs in time, that is, in almost the same time as previous dynamic programming algorithms.
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Manufacturing and Logistics Optimization · Optimization and Packing Problems · Scheduling and Optimization Algorithms
