Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Minimize z = 5x1 + 2x2 + 3x3 + y1 + 3y2 + 4y3 subject to
  2. x1 + x2 + x3 <= 12
  3. y1 + y2 + y3 <= 20
  4. x1 + y1 >= 8
  5. x2 + y2 >= 14
  6. x3 + y3 >= 8
  7. x1 >= 0
  8. x2 >= 0
  9. x3 >= 0
  10. y1 >= 0
  11. y2 >= 0
  12. y3 >= 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement