Originally posted by: AndyHam
I could not figure out why I have "Unbound expression" error.
// to ensure no-break during the production other than setup
forall (l in Lines, p in Plan)
startOfNext(seqMch[l], itvAlt[p][l],0)- endOf(itvAlt[p][l]) ==
item(Setup_Product, <p.p,typeOfNext(seqMch[l], itvAlt[p][l], p.p, p.p)>).t;
Unbound expression: item(Setup_Product_adj,<p.p,typeOfNext(seqMch[l],itvAlt[p][l],p.p,p.p)>).t.
Please help me. Thanks,
#DecisionOptimization#OPLusingCPOptimizer