Originally posted by: John85655
Hi,
I have a further problem or I rather need a helpful idea:
i have
dvar int+ x[s][t][l];
forall (s in S)
if (x[s][1][2] !=0)
x[s][1][1] + x[s][1][3]
Unfortunately I can't use a dear in if. But I don't know yet if x gonna be 0 or not.
Does anyone has an idea how to solve my problem?
Thank you!!
John
#CPLEXOptimizers#DecisionOptimization