Originally posted by: Boonyawat
Hello,
I am using OPL.
I would like to create a constraint that will forall members in set A and set B such that the {A,B} is not in set C. Something like the following....
forall( a in A, b in B: {a,b} not in C) .......
How can I accomplish this?
thanks so much!
Boon
#DecisionOptimization#OPLusingCPLEXOptimizer