I have a Minizinc model and I want to run the FZN Oscar CBLS Search solver. I got the solver from
here. I've noticed that if I use
alldifferent_except_0 in the Minizinc model I get the following exception:
oscar.flatzinc.NoSuchConstraintException: Constraint fzn_global_cardinality_low_up_closed is not implemented in Intermediate Representation
at oscar.flatzinc.parser.Model.$anonfun$makeConstraint$2(NewModel.scala:541)
...
I am new to Constraint Programming and Oscar and I want to understand why this happens. The constraint "alldifferent_except_0" is not supported by the Oscar solver? I've found
this online, I am not sure if it is relevant to my problem.
Any way to work around this error?
Thank you,
Bogdan