Originally posted by: Mintch Zulitch
Hi everybody,
This post is also cross-posted here.
I'm developing a CPLEX code for a CP model. After defining my parameters, interval variables, sequence variables and transition matrix I'm getting the error below:
Exception in presolve: Interval Sequence Variable: Arrays 'IntervalVarArray_338' and 'IntArray_339' have not the same size.. Unknown OPL Problem Marker
and this is the piece of my code containing noOverlap function:
forall(i in type){ noOverlap(Q[i],S); }
where Q is the sequence variables and S is the transition matrix. Any help is highly appreciated.
#DecisionOptimization#OPLusingCPLEXOptimizer