Originally posted by: mino_901
Hi it's me again :$
I'm justing trying to make a decision variabe : y{0,1} (it can take just 0 or 1)
so i did this instruction :
for (int t=0;t<T;t++)
cplex.Or(cplex.Eq(y[t],0),cplex.Eq(y[t],1));
but it does not work :(
Thank you for you help :)
#CPLEXOptimizers#DecisionOptimization