Originally posted by: valkiri
Thanks DanielJunglas for your reply
I try cplex.setPriority(); and cplex.setDirection() but it not work like i want.
For instance if i have two variables IloIntVar x(env,0,3) and IloIntVar y(env,5,9) ant i want that the variable y must be instance before any other variables and this variable y must be take first the value 5 then 6 then 7 and so on.
Thanks
#CPLEXOptimizers#DecisionOptimization