You are on page 1of 1

Let xij = number of hours from consultant i assigned to client j.

Max 100x11 +125x12 +115x13 +100x14 +120x21 +135x22 +115x23


+120x24 +155x31 +150x32 +140x33 +130x34
s.t. x11 + x12 + x13 + x14 160
x21 + x22 + x23 + x24 160
x31 + x32 + x33 + x34 140
x11 + x21 + x31 = 180
x12 + x22 + x32 = 75
x13 + x23 + x33 = 100
x14 + x24 + x34 = 85
xij > 0 for all i, j

You might also like