Due: October 20, 1999
x >= 1
y >= 1
x+y >= 4
x+y <= 10
minimize 2x + y
Draw a graph showing the feasible region (for the second phase only, not including any artificial variables). Which vertices did you visit at each step?
?- abs(-3,Y) ?- abs(10,Y) ?- abs(Y,5) ?- abs(Y,-5)If there are multiple solutions have CLP(R) find them all.