Gecode::IntSet Gecode::SharedHandle int.hh Gecode::IntSet::IntSetObject Gecode::IntSet::Range
Constructors and initialization
forceinline Gecode::IntSet::IntSet (void) IntSet void Initialize as empty set. forceinline Gecode::IntSet::IntSet (int n, int m) IntSet int n int m Initialize as range with minimum n and maximum m. Note that the set is empty if n is larger than m forceinline Gecode::IntSet::IntSet (const int r[], int n) IntSet const int r [] int n Initialize with n integers from array r. forceinline Gecode::IntSet::IntSet (const int r[][2], int n) IntSet const int r [][2] int n Initialize with n ranges from array r. For position i in the array r, the minimum is r[i][0] and the maximum is r[i][1]. class I Gecode::IntSet::IntSet (I &i) IntSet I & i Initialize with range iterator i. Initialize integer set with iterator. class I Gecode::IntSet::IntSet (const I &i) IntSet const I & i Initialize with range iterator i. Initialize integer set with iterator.
Range access
int forceinline int Gecode::IntSet::ranges (void) const ranges void Return number of ranges of the specification. int forceinline int Gecode::IntSet::min (int i) const min int i Return minimum of range at position i. int forceinline int Gecode::IntSet::max (int i) const max int i Return maximum of range at position i. unsigned int forceinline unsigned int Gecode::IntSet::width (int i) const width int i Return width of range at position i.
Entire set access
bool forceinline bool Gecode::IntSet::in (int n) const in int n Return whether n is included in the set. unsigned int forceinline unsigned int Gecode::IntSet::size (void) const size void Return size (cardinality) of set. unsigned int forceinline unsigned int Gecode::IntSet::width (void) const width void Return width of set (distance between maximum and minimum) int forceinline int Gecode::IntSet::min (void) const min void Return minimum of entire set. int forceinline int Gecode::IntSet::max (void) const max void Return maximum of entire set.
Predefined value
GECODE_INT_EXPORT const IntSet GECODE_INT_EXPORT const IntSet Gecode::IntSet::empty empty Empty set.
friend class friend class IntSetRanges IntSetRanges class I friend class friend class IntSetInit IntSetInit GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::IntSet::normalize (Range *r, int n) normalize Range * r int n Normalize the first n elements of r. GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::IntSet::init (int n, int m) init int n int m Initialize as range with minimum n and maximum m. GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::IntSet::init (const int r[], int n) init const int r [] int n Initialize with n integers from array r. GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::IntSet::init (const int r[][2], int n) init const int r [][2] int n Initialize with n ranges from array r. class Char class Traits std::basic_ostream< Char, Traits > & std::basic_ostream< Char, Traits > & operator<< (std::basic_ostream< Char, Traits > &os, const IntSet &s) operator<< std::basic_ostream< Char, Traits > & os const IntSet & s Print integer set s. Integer sets. Integer sets are the means to specify arbitrary sets of integers to be used as domains for integer variables. empty Gecode::IntSetempty Gecode::IntSetin Gecode::IntSetinit Gecode::IntSetinit Gecode::IntSetinit Gecode::IntSetIntSet Gecode::IntSetIntSet Gecode::IntSetIntSet Gecode::IntSetIntSet Gecode::IntSetIntSet Gecode::IntSetIntSet Gecode::IntSetIntSetInit Gecode::IntSetIntSetRanges Gecode::IntSetmax Gecode::IntSetmax Gecode::IntSetmin Gecode::IntSetmin Gecode::IntSetnormalize Gecode::IntSetobject Gecode::IntSetobject Gecode::IntSetoperator<< Gecode::IntSetoperator= Gecode::IntSetranges Gecode::IntSetSharedHandle Gecode::IntSetSharedHandle Gecode::IntSetSharedHandle Gecode::IntSetsize Gecode::IntSetupdate Gecode::IntSetwidth Gecode::IntSetwidth Gecode::IntSet~SharedHandle