model for the multi-constrained knapsack problem More...
Go to the source code of this file.
Functions | |
| def | mkp (I, J, v, a, b) |
| def | example () |
Variables | |
| I | |
| J | |
| v = x[i] | |
| a | |
| b | |
| model = mkp(I,J,v,a,b) | |
| x = model.data | |
| int | EPS = 1 |
model for the multi-constrained knapsack problem
Definition in file mkp.py.
| def mkp.mkp | ( | I, | |
| J, | |||
| v, | |||
| a, | |||
| b | |||
| ) |