Originally posted by: fkau
Hi
I'm just trying to formulate some constraints for a model that I'm making any help would be great.
So the problem is a scheduling problem the model functions by selecting different locations.
I am trying enforce a constraint that will ensure that, the locations can only be selected in order, and then only be selected when the lower has been selected already.
Or in other words
given matrix *bold*B*bold*
*bold*B*bold* = [ .5 .4 .3 ...
.2 .1 .6 ...
.6 .3 .5 ...]
b~i j~ cannot be used until b~i j+1~ has been selected
Any thoughts or help are much appreciated \
Cheers
#CPOptimizer#DecisionOptimization