English

Polynomial Time Algorithms for Integer Programming and Unbounded Subset Sum in the Total Regime

Data Structures and Algorithms 2024-07-12 v2

Abstract

The Unbounded Subset Sum (USS) problem is an NP-hard computational problem where the goal is to decide whether there exist non-negative integers x1,,xnx_1, \ldots, x_n such that x1a1++xnan=bx_1 a_1 + \ldots + x_n a_n = b, where a1<<an<ba_1 < \cdots < a_n < b are distinct positive integers with gcd(a1,,an)\text{gcd}(a_1, \ldots, a_n) dividing bb. The problem can be solved in pseudopolynomial time, while specialized cases, such as when bb exceeds the Frobenius number of a1,,ana_1, \ldots, a_n simplify to a total problem where a solution always exists. This paper explores the concept of totality in USS. The challenge in this setting is to actually find a solution, even though we know its existence is guaranteed. We focus on the instances of USS where solutions are guaranteed for large bb. We show that when bb is slightly greater than the Frobenius number, we can find the solution to USS in polynomial time. We then show how our results extend to Integer Programming with Equalities (ILPE), highlighting conditions under which ILPE becomes total. We investigate the diagonal Frobenius number, which is the appropriate generalization of the Frobenius number to this context. In this setting, we give a polynomial-time algorithm to find a solution of ILPE. The bound obtained from our algorithmic procedure for finding a solution almost matches the recent existential bound of Bach, Eisenbrand, Rothvoss, and Weismantel (2024).

Keywords

Cite

@article{arxiv.2407.05435,
  title  = {Polynomial Time Algorithms for Integer Programming and Unbounded Subset Sum in the Total Regime},
  author = {Divesh Aggarwal and Antoine Joux and Miklos Santha and Karol Węgrzycki},
  journal= {arXiv preprint arXiv:2407.05435},
  year   = {2024}
}

Comments

12 pages

R2 v1 2026-06-28T17:32:01.614Z