constraint programming - Error gecode: cumulative: Number out of limits -


i using minizinc solve constraint programming model. model uses cumulative.mzn global constraint. smaller models, runs fine. when size of model increased, below error when running on terminal:

error: gecode: cumulative: number out of limits

is there limit on number of variables/constraints minizinc can handle? pointers on how resolve of great help.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -