A branch and bound algorithm for solving the multiple-choice knapsack problem
作者:
Highlights:
•
摘要
The multiple-choice knapsack problem is a binary knapsack problem with the addition of disjoint multiple-choice constraints. We describe a branch and bound algorithm based on embedding Glover and Klingman's method for the associated linear program within a depth-first search procedure. A heuristic is used to find a starting dual feasible solution to the associated linear program and a ‘pegging’ test is employed to reduce the size of the problem for the enumeration phase. Computational experience and comparisons with the code of Nauss and an algorithm of Armstrong et al. for the same problem are reported.
论文关键词:Integer-programs,branch-and-bound,multiple-choice constraints,knapsack problem
论文评审过程:Received 25 January 1984, Revised 30 April 1984, Available online 13 May 2002.
论文官网地址:https://doi.org/10.1016/0377-0427(84)90023-2