Originally posted by: felycite28
Hello everybody ,
I have small question . How can I increment the iteration by 2 or 3 or more ? Is it possible or not ? let me give you an example :
a = 1;
main
{
while(a<5)
{
do that
a++
}
}
Instead of incrementing "a" by 1 , I want to increment it by 2 ? Is it possible ? If so , how?
Thank you in advance
#DecisionOptimization#OPLusingCPLEXOptimizer