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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -