Originally posted by: UDOPS
I would like to index a set over a range with >1 step sizes. Can I define ranges with step sizes greater than one? Right now, the best I can imagine is adding a filter condition to the index value:
{ a | a in lower..upper: a mod stepsize ==0 }
#DecisionOptimization#OPLusingCPLEXOptimizer