Space-Efficient Algorithm for Integer Programming with Few Constraints
Data Structures and Algorithms
2024-09-06 v1
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.
Cite
@article{arxiv.2409.03681,
title = {Space-Efficient Algorithm for Integer Programming with Few Constraints},
author = {Lars Rohwedder and Karol Węgrzycki},
journal= {arXiv preprint arXiv:2409.03681},
year = {2024}
}
Comments
9 pages