Originally posted by: SatishKumarA
Hi,
It is mentioned that forbiddenAssignments is a boolean type OPL function.
Say, if i have a tuple with two components and I would like to forbid some combinations like (1,2) etc.
What it mean when the function value is one (is it that combination (1,2) is already forbidden?). and zero?
I would like to use this in another constraint say,
forbiddenAssignments(tuple,1,2) ==1 => z==1
This is giving an unknown error. Please help me out.
Thanks,
Satish
#DecisionOptimization#OPLusingCPOptimizer