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
Post a Comment