How do I create an empty IntSet, eg for the initial lower bound of a
SetVar?
Eg, if I want 'set' to be a a subset of {1,2,3}:
IntSet empty = ???;
IntSet max = new IntSet(1,3);
SetVar set = new SetVar(space, empty, max);
How do I create 'empty'?
Malcolm
--
"The act of defending any of the cardinal virtues has today all
the exhilaration of a vice."
- G.K.Chesterton A Defense of
Humility
_______________________________________________
Gecode users mailing list
[EMAIL PROTECTED]
https://www.gecode.org/mailman/listinfo/gecode-users