We formulate the fixed-charge multiple knapsack problem (FCMKP) as an extension of the multiple knapsack problem (MKP). The Lagrangian relaxation problem is easily solved, and together with a greedy heuristic we obtain a pair of upper and lower bounds quickly. We make use of these bounds in the pegging test to reduce the problem size. We also present a branch-and-bound (B&B) algorithm to solve FCMKP to optimality. This algorithm exploits the Lagrangian upper bound as well as the pegging result for pruning, and at each terminal subproblem solve MKP exactly by invoking MULKNAP code developed by Pisinger [Pisinger, D., 1999. An exact algorithm for large multiple knapsack problems. European Journal of Operational Research 114, 528-541]. As a result, we are able to solve almost all test problems with up to 32,000 items and 50 knapsacks within a few seconds on an ordinary computing environment, although the algorithm remains some weakness for small instances with relatively many knapsacks.
[1]
David Connolly.
Knapsack Problems: Algorithms and Computer Implementations
,
1991
.
[2]
Marshall L. Fisher,et al.
The Lagrangian Relaxation Method for Solving Integer Programming Problems
,
2004,
Manag. Sci..
[3]
Deeparnab Chakrabarty,et al.
Knapsack Problems
,
2008
.
[4]
David Pisinger.
An exact algorithm for large multiple knapsack problems
,
1999,
Eur. J. Oper. Res..
[5]
David Pisinger,et al.
An expanding-core algorithm for the exact 0-1 knapsack problem
,
1995
.
[6]
Paolo Toth,et al.
Knapsack Problems: Algorithms and Computer Implementations
,
1990
.