Hi,
I am building a small optimization model, I am getting "Constraint does not exist" error message. I am not able to identify why I am getting this error. can anyone please help?
Thanks,
Sourabh
Solved! Go to Solution.
I am developing a small production optimization model. I am getting following error.
Can anyone please help me to resolve it?
My model details are as below -
My objective function is to maximize the profit. Profit is calculated as Total Price – Total Cost. Price is assigned to End items while the Cost is assigned to Components.
The production plan is constrained by work center capacity. Apart from capacity following are other constraints –
The blue print view for the constraint is as below –
The blue print view for PP_Optimization module is as below –
The action configuration is as below –
This error was generated because a line item referenced in the constraint referenced multiple levels of non-dimensionalized line items. Optimizer works best when relationships are defined in lists and parent hierarchies with dependencies limited to one level removed. Modeling with parent hierarchies and lists items will allow your input line items to be defined by simpler formulas -- let Anaplan do the work!
You can troubleshoot this error by temporarily removing the formula from the line item and running the Optimizer action. If Optimizer is then able to solve the problem, the issue can be isolated to that line item and you can look at simplifying/flattening its formula.
In our case, a second error came up in how the syntax of a constraint was phrased. After changing the syntax, the Optimizer ran successfully.