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

 

A multiple knapsack problem with 2 knapsacks and 28 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


Ariel Dolan
aridolan@netvision.net.il