|
|
|
|
Benchmarks
for "The Multiple Knapsack Problem"
This multiple knapsack problem set consists of new test problems
intended to be used for testing
various methods for solving MK instances.
Format of the problem data: Each problem is specified
by the following free format:
a) Title b) Problem size ( n m) c)
Col by col specification c(1) a(1,1)
... a(1,m) c(2) a(2,1) ... a(2,m)
c(m,1) a(m,1) ... a(m,n) d) RHS values
b(1) b(2) ...b(m) |
|
|