On 11/6/07, Malcolm Ryan <[EMAIL PROTECTED]> wrote: > It would be good if an IntSet had accessor methods to see what > elements are in it (if any). At the moment they are totally opaque.
This is an oversight from us. In C++, we have the classes IntSetRanges and IntSetValues, which are iterators over the ranges and the values of an IntSet. For the next release of Gecode/J we should add these. Cheers, Mikael -- Mikael Zayenz Lagerkvist, http://www.ict.kth.se/~zayenz/ _______________________________________________ Gecode users mailing list [EMAIL PROTECTED] https://www.gecode.org/mailman/listinfo/gecode-users
