🌙

具有位置依赖物品重量或利润的背包问题

Knapsack problems with position-dependent item weights or profits

Annals of Operations Research · 2023
被引 22
ABS 3

中文导读

研究了三种新的背包问题,其中物品的重量或利润取决于其在背包中的位置,提出了精确的动态规划算法和完全多项式时间近似方案。

Abstract

Abstract We consider three new knapsack problems with variable weights or profits of items, where the weight or profit of an item depends on the position of the item in the sequence of items packed in the knapsack. We show how to solve the problems exactly using dynamic programming algorithms with pseudo-polynomial running times and propose fully polynomial-time approximation schemes for their approximate solution.

背包问题动态规划近似算法计算理论