Range iterator producing subsets of an IntSet. More...
#include <set.hh>
Public Member Functions | |
CountableSetRanges (void) | |
Default constructor. | |
CountableSetRanges (const Gecode::IntSet &d, int cur) | |
Initialize with set d0 and bit-pattern cur0. | |
void | init (const Gecode::IntSet &d, int cur) |
Initialize with set d0 and bit-pattern cur0. |
Test::Set::CountableSetRanges::CountableSetRanges | ( | void | ) | [inline] |
Test::Set::CountableSetRanges::CountableSetRanges | ( | const Gecode::IntSet & | d, |
int | cur | ||
) | [inline] |
void Test::Set::CountableSetRanges::init | ( | const Gecode::IntSet & | d, |
int | cur | ||
) | [inline] |