\Problem name: lp Maximize obj: x1 + 2 x2 + 3 x3 Subject To c1: 2x1 - x2 >= 5 c2: x1 + x3 <= 10 Bounds 2 <= x2 <= 6 -Inf <= x3 <= 10 End