enter example maximize x1 + 2 x2 + 3 x3 subject to -x1 + x2 + x3 <= 20 x1 - 3 x2 + x3 <= 30 bounds 0 <= x1 <= 40 0 <= x2 0 <= x3 end optimize display solution variables x1-x3 quit