Originally posted by: banun
another question :
I have :
IloIntVar va = getVar(v);
IloIntVar var1 = getVar(first_var);
model.add(va != var1);
but in my model.lp file I don't see " != " constraint at all.
Is it possible this constraint is converted to something like that :
id1581088: id1581094#170096 = 0
i151242: id1581094#170096 = 1 <-> z(64,(877,663,0)p13)#8100 - z(37,(839,667,0)p13)#4002 = 0
0 <= id1581094#170096 <= 1
(id1581094#170096 is under "Binaries")
?
thanks
#CPLEXOptimizers#DecisionOptimization