I would like to use the Java api and I can't make disjunction of constraints. I try to implement like this: (A==1 / B==1) /\ ((C==1 / D==1))... How can I do that?
And the other question is how can I implement the makeSumLessOrEqual(IntVar[] VARS, IntVar limit) because there is only makeSumLessOrEqual(IntVar[] VARS, int limit) function.
Thank you for your answers!
--
You received this message because you are subscribed to the Google Groups "or-tools-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to or-tools-discu...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.