Originally posted by: bl4ckic3
Dear Peter, thank you for your awesome response, I have better understanding now.
I am completely beginner in this subject and I have very limited time
I started to write constraint.
the first one :
forall(b in 1..d)
Qmax[b][f]== max(Q[b][f][j]);
write Qmax[b][f];
I don't know its right to ask such stupid question here, but I wanted to know is it right way for defining first constraint?
#DecisionOptimization#OPLusingCPOptimizer