Content deleted Content added
No edit summary |
Corrected formulation. Items are required to be assigned to exactly one bin, see for example Ross, G. Terry, and Richard M. Soland. "A branch and bound algorithm for the generalized assignment problem." Mathematical programming 8.1 (1975): 91-103. |
||
Line 9:
==Definition==
In the following, we have ''n'' kinds of items, <math>
Mathematically the generalized assignment problem can be formulated as an [[Integer_programming|integer program]]:
:maximize <math>\sum_{i=1}^m\sum_{j=1}^n p_{ij} x_{ij}.</math>
:subject to <math>\sum_{j=1}^n w_{ij} x_{ij} \le
::<math> \sum_{i=1}^m x_{ij}
::<math> x_{ij} \in \{0,1\} \qquad i=1, \ldots, m, \quad j=1, \ldots, n</math>;
|