In the multiple knapsack problem we are given a set of items
The mathematical programming formulation of this multiple knapsack problem is given by
Constraint
-
If all capacities are equal to
$c$ we speak of the multiple knapsack problem with identical capacities (MKP-I). -
The subset sum variant of (MKP) ith
$p_j = w_j, j = 1, \ldots , n$ , is called the multiple subset sum problem. -
The subset sum variant of (MKP-I) is called the multiple subset sum problem with identical capacities.
Interesting variant of the cargo problem arises
if we consider a very busy flight route, e.g. Frankfurt - New York,
which is flown by several planes every day. In this case the dispatcher has to decide
on the loading of a number of planes in parallel, i.e. it has to be decided whether to
accept a particular transportation request and in the positive case on which plane to
put the corresponding package. The concepts of profit, weight and capacity remain
unchanged. This can be formulated by introducing a binary decision variable for
every combination of a package with a plane. If there are
- U. Pferschy, D. Pisinger, Knapsack Problems, 2004, DOI
