Approximation Schemes for Multiperiod Binary Knapsack Problems
Zuguang Gao, John R. Birge, Varun Gupta

TL;DR
This paper develops approximation schemes for multiperiod binary knapsack problems, including variants with soft and stochastic capacity constraints, providing efficient algorithms with provable approximation guarantees.
Contribution
It introduces a fully polynomial-time approximation scheme for the multiperiod binary knapsack problem and extends it to soft and stochastic capacity variants with new approximation algorithms.
Findings
FPTAS for MPBKP with runtime depending on T, n, and epsilon
Efficient approximation for MPBKP-S with logarithmic factors
Greedy 2-approximation for MPBKP-SS with same-sized items
Abstract
An instance of the multiperiod binary knapsack problem (MPBKP) is given by a horizon length , a non-decreasing vector of knapsack sizes where denotes the cumulative size for periods , and a list of items. Each item is a triple where denotes the reward of the item, its size, and its time index (or, deadline). The goal is to choose, for each deadline , which items to include to maximize the total reward, subject to the constraints that for all , the total size of selected items with deadlines at most does not exceed the cumulative capacity of the knapsack up to time . We also consider the multiperiod binary knapsack problem with soft capacity constraints (MPBKP-S) where the capacity constraints are allowed to be violated by paying a penalty that is linear in the violation. The goal is to maximize…
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
TopicsOptimization and Packing Problems · Optimization and Search Problems · Advanced Manufacturing and Logistics Optimization
