Originally posted by: zhitaoxu
I have posted the question in the OPL Forum.
The follows are the constraints declaration:
constraint BCCustomerReturn;
constraint CCCollectionCollectioncenter;
this is the location of the conflict:
(line 267) BCCustomerReturn=forall (p in Products, m in Customers)
sum(r in Collectioncenters) QuantityCC[p][m][r]==Demand[m][p]*BackwardRatio[p][1];
(line 302) CCCollectionCollectioncenter=forall(r in Collectioncenters)
sum(p in Products,m in Customers) QuantityCC[p][m][r]*CpacityUtilisationProduct[p]<=CapacityCollectCollectioncenter[r]*OpenCollectioncenter[r];
Do you have any ideas?
Thanks for your advice!
Zhitao
#CPLEXOptimizers#DecisionOptimization