Originally posted by: SystemAdmin
[bistra said:]
Hi,
from the documentation of stateFunction it seems that the transition times should be enforced only between
consecutive states.
However, the results I am getting suggest that the transitions are imposed between any pair of states one followin gthe other even if there are other states between them.
e.g. if transition between state 1 and 3 is 6000, between 1 and 2 is 0 and between 2 and 3 is 0, then a sequence of states 1,2,3 each of length 1 will still result in makespan 6002.
how can one impose sequence dependent changeover times in OPL so that the transitions are applied only between states that immediately follow each other?
thank you!
#DecisionOptimization#OPLusingCPOptimizer