{ Exmpl1.3-1_ChessSet.mpl }
{ Applications of Optimization with Xpress-MP }
{ Chapter 1.3, Chess Set Problem, Size: 2x2, Page 15 }
TITLE
Chess_Set;
MAX Profit = 5xs + 20xl;
SUBJECT TO
Boxwood: xs + 3xl <= 200;
Lathe: 3xs + 2xl <= 160;
END