Mixed integer linear programming
Hello,
I need to solve mixed-integer linear programming problem.
My problem is like common minimization problem but with integer constrain on one of variables ( not real ).
Mathcad 15 Help page said, that solving that Mathcad Solve Block can not contain Range variables.
For example, how could I solve problem like next:
Given:
x = 0 or 1 -???
y > 100 and y < 500
f(x,y) = (y + x)*( y - x )
Minimize (f,x,y)
My quastion is if it is possible to set restrictions on "x" as I wrote above?

