The GA Playground: Weish01 - A Multiple 0/1 Knapsack Problem

A multiple knapsack problem with 5 knapsacks and 30 objects

Description

A knapsack problem (see description in the Single Knapsack Problem file), where there are multiple knapsacks, and each object has a different weight for each knapsack.

Formulation:

Maximize sum(x(i)*p(i))

Subject to sum(x(i)*w(i,j)) <= C(j)

x(i) = 0 or 1

Problem Specific Notes:

Instructions:

You either do not have Java support or it is disabled in your browser


| Home Page | Floys | iFloys | eFloys | tFloys | Floys Description | Java CA | Wica | Doll House | Picture-Browser | Download | Alife Database | GA Playground | Experiments |

Ariel Dolan
aridolan@netvision.net.il
Tel. 972-3-7526264
Fax. 972-3-5752173

Last modified on: Tuesday, 30 June, 1998.