Given a set of items, each having a profit and a weight, and a set of knapsacks, each having a capacity, we consider the problem of inserting items into the knapsacks in such a way that the subset of inserted, items has the maximum total profit without the total weight in each knapsack exceeding its capacity.The best algorithms for the exact solution of this problem can be applied, with acceptable running times, to cases with a maximum of 200 items and 4 knapsacks, but real world applications (such as, for example, cutting stock and loading problems), often involving a greater number of variables, call for the use of heuristics.This paper presents methods for finding suboptimal, solutions to the Multiple Knapsack Problem. An extensive computational experience was carried out both on small-size and large-size randomly generated problems; the results indicate that the proposed algorithms have a satisfactory behaviour with regard both to running times and quality of the solutions found.A Fortrans IV implementation of the algorithms is given.ZusammenfassungVorhanden ist eine Menge von Gegenständen mit gegebenem Gewicht und gegebenem Wert, ferner eine Menge von Rucksäcken mit gegebener Tragfähigkeit. Die Gegenstände sollen so in die Rucksäcke gepackt werden, daß die Tragfähigkeit der einzelnen Rucksäcke nicht überschritten wird und der Gesamtwert der verwendeten Gegenstände möglichst groß ist.Die besten bekannten Algorithmen liefern mit vertretbarem Rechenaufwand, Lösungen für höchstens 200 Gegenstände und 4 Rucksäcke. Aber praktische, Anwendungen wie z. B. Teilungs-, Lagerhaltungs- und Ladeaufgaben benötigen oft eine größere Zahl von Variablen und verlangen, daher die Verwendung von Heuristik.Der vorliegende Artikel erläutert Methoden, mit deren Hilfe sich suboptimale Lösungen des Mehr-Rucksack-Problems finden lassen. Numerische Experimente mit Problemen verschiedener, Größe zeigen, daß sich die verschiedenen Algorithmen zufriedenstellend verhalten, sowohl hinsichtlich der Laufzeiten als auch bezüglich der Güte der gefundenen Lösungen.Eine RORTRAN-IV-Version der Algorithmen ist beigefügt.
[1]
Paolo Toth,et al.
A Bound and Bound algorithm for the zero-one multiple knapsack problem
,
1981,
Discret. Appl. Math..
[2]
S. Martello,et al.
Solution of the zero-one multiple knapsack problem
,
1980
.
[3]
John C. Fisk,et al.
A heuristic routine for solving large loading problems
,
1979
.
[4]
John C. Fisk,et al.
An algorithm for 0‐1 multiple‐knapsack problems
,
1978
.
[5]
Paolo Toth,et al.
Algorithm 37 Algorithm for the solution of the 0–1 single knapsack problem
,
1978,
Computing.