Combinatorial optimization: Knapsack problem 2: Unterschied zwischen den Versionen

Aus Operations-Research-Wiki
Wechseln zu: Navigation, Suche
[unmarkierte Version][unmarkierte Version]
(Die Seite wurde neu angelegt: „'''Knappsack-Problem''' 1. Introduction 2. Application and definition 3. Example 4. Methods 1 - 3 5. Method 4 6. complexity problem“)
 
Zeile 6: Zeile 6:
  
 
3. Example
 
3. Example
 +
 +
    A woman wants to go on vacation. But now she has to overcome a serious problem, because the airline prescribe
 +
    a maximum weight of 25 kg for her luggage (the worst that can happen to a woman).
 +
    She has the choice between six different items which she can pack.
 +
    Each object has a special benefit c_i for the woman and a weight a_i.
 +
    What items should be selected by her to have the maximum benefit without exceeding the maximum weight oft 25 kg?
 +
 +
    [[Datei:Tabelle Wiki.jpg]]
  
 
4. Methods 1 - 3
 
4. Methods 1 - 3

Version vom 22. Juni 2013, 11:59 Uhr

Knappsack-Problem

1. Introduction

2. Application and definition

3. Example

   A woman wants to go on vacation. But now she has to overcome a serious problem, because the airline prescribe 
   a maximum weight of 25 kg for her luggage (the worst that can happen to a woman).
   She has the choice between six different items which she can pack. 
   Each object has a special benefit c_i for the woman and a weight a_i.
   What items should be selected by her to have the maximum benefit without exceeding the maximum weight oft 25 kg?
Fehler beim Erstellen des Vorschaubildes: Die Miniaturansicht konnte nicht am vorgesehenen Ort gespeichert werden

4. Methods 1 - 3

5. Method 4

6. complexity problem