Cardinality-Constrained Continuous Knapsack Problem with Concave Piecewise-Linear Utilities
Miao Bai, Carlos Cardonha
TL;DR
This work studies the cardinality-constrained continuous knapsack problem with concave piecewise-linear utilities (CCKP), combining a knapsack constraint $W$ with a cardinality cap $C$ and item-specific concave utilities $R_j(\cdot)$. The offline problem admits an exact dynamic-programming based approach that can be discretized to yield a fully polynomial-time approximation scheme (FPTAS) and also a greedy $(1-1/e)$-approximation by exploiting the induced submodularity of a component-based objective. For the online version in the random-order model, the authors design a three-phase algorithm with a sampling, secretary, and knapsack phase, achieving a competitive ratio of $\frac{10.427}{\alpha}$ where $\alpha$ is the offline approximation factor; stronger guarantees are derived for extreme values of $C$. Theoretical results are complemented by numerical experiments showing strong empirical performance of the greedy and online algorithms, and the framework extends to continuous Lipschitz utilities. Overall, the paper advances approximation and online algorithms for nonlinear, cardinality-bounded knapsack problems with practical relevance to resource management in monitoring applications.
Abstract
We study an extension of the cardinality-constrained knapsack problem wherein each item has a concave piecewise linear utility structure (CCKP), which is motivated by applications such as resource management problems in monitoring and surveillance tasks. Our main contributions are combinatorial algorithms for the offline CCKP and an online version of the CCKP. For the offline problem, we present a fully polynomial-time approximation scheme and show that it can be cast as the maximization of a submodular function with cardinality constraints; the latter property allows us to derive a greedy $(1 - \frac{1}{e})$-approximation algorithm. For the online CCKP in the random order model, we derive a $\frac{10.427}α$-competitive algorithm based on $α$-approximation algorithms for the offline CCKP; moreover, we derive stronger guarantees for the cases wherein the cardinality capacity is very small or relatively large. Finally, we investigate the empirical performance of the proposed algorithms in numerical experiments.
