On the Hardness of Almost All Subset Sum Problems by Ordinary Branch-and-Bound
Mustafa Kemal Tural

TL;DR
This paper demonstrates that for a broad class of subset sum problems with randomly chosen inputs, the likelihood of requiring exponential time using branch-and-bound algorithms approaches certainty as the problem size grows.
Contribution
It establishes the near-certain exponential complexity of subset sum instances with random data when solved by branch-and-bound, highlighting fundamental hardness.
Findings
Probability of exponential branch-and-bound complexity approaches 1 as n increases.
Instances with randomly chosen inputs are almost surely hard for branch-and-bound.
Hardness persists regardless of variable branching order.
Abstract
Given positive integers , and a positive integer right hand side , we consider the feasibility version of the subset sum problem which is the problem of determining whether a subset of adds up to . We show that if the right hand side is chosen as for a constant and if the 's are independentand identically distributed from a discrete uniform distribution taking values , then the probability that the instance of the subset sum problem generated requires the creation of an exponential number of branch-and-bound nodes when one branches on the individual variables in any order goes to as goes to infinity.
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
TopicsLimits and Structures in Graph Theory · Complexity and Algorithms in Graphs · Advanced Graph Theory Research
