English

A New Fully Polynomial Time Approximation Scheme for the Interval Subset Sum Problem

Data Structures and Algorithms 2017-04-25 v1 Numerical Analysis Optimization and Control

Abstract

The interval subset sum problem (ISSP) is a generalization of the well-known subset sum problem. Given a set of intervals {[ai,1,ai,2]}i=1n\left\{[a_{i,1},a_{i,2}]\right\}_{i=1}^n and a target integer T,T, the ISSP is to find a set of integers, at most one from each interval, such that their sum best approximates the target TT but cannot exceed it. In this paper, we first study the computational complexity of the ISSP. We show that the ISSP is relatively easy to solve compared to the 0-1 Knapsack problem (KP). We also identify several subclasses of the ISSP which are polynomial time solvable (with high probability), albeit the problem is generally NP-hard. Then, we propose a new fully polynomial time approximation scheme (FPTAS) for solving the general ISSP problem. The time and space complexities of the proposed scheme are O(nmax{1/ϵ,logn}){\cal O}\left(n \max\left\{1 / \epsilon,\log n\right\}\right) and O(n+1/ϵ),{\cal O}\left(n+1/\epsilon\right), respectively, where ϵ\epsilon is the relative approximation error. To the best of our knowledge, the proposed scheme has almost the same time complexity but a significantly lower space complexity compared to the best known scheme. Both the correctness and efficiency of the proposed scheme are validated by numerical simulations. In particular, the proposed scheme successfully solves ISSP instances with n=100,000n=100,000 and ϵ=0.1%\epsilon=0.1\% within one second.

Keywords

Cite

@article{arxiv.1704.06928,
  title  = {A New Fully Polynomial Time Approximation Scheme for the Interval Subset Sum Problem},
  author = {Rui Diao and Ya-Feng Liu and Yu-Hong Dai},
  journal= {arXiv preprint arXiv:1704.06928},
  year   = {2017}
}

Comments

The paper will appear in the Journal of Global Optimization. The paper has 31 pages and 4 tables. The C++ simulation codes of the proposed FPTAS in the paper for solving the interval subset sum problem are available at [http://bitbucket.org/diaorui/issp]

R2 v1 2026-06-22T19:24:56.781Z