Gecode::IntVarArray Gecode::VarArray< IntVar > int.hh
Creation and initialization
forceinline Gecode::IntVarArray::IntVarArray (void) IntVarArray void Default constructor (array of size 0) forceinline Gecode::IntVarArray::IntVarArray (Space &home, int n) IntVarArray Space & home int n Allocate array for n integer variables (variables are uninitialized) forceinline Gecode::IntVarArray::IntVarArray (const IntVarArray &a) IntVarArray const IntVarArray & a Initialize from integer variable array a (share elements) forceinline Gecode::IntVarArray::IntVarArray (Space &home, const IntVarArgs &a) IntVarArray Space & home const IntVarArgs & a Initialize from integer variable argument array a (copy elements) GECODE_INT_EXPORT GECODE_INT_EXPORT Gecode::IntVarArray::IntVarArray (Space &home, int n, int min, int max) IntVarArray Space & home int n int min int max Initialize array with n new variables. The variables are created with a domain ranging from min to max. The following execptions might be thrown: If min is greater than max, an exception of type Gecode::Int::VariableEmptyDomain is thrown.If min or max exceed the limits for integers as defined in Gecode::Int::Limits, an exception of type Gecode::Int::OutOfLimits is thrown. GECODE_INT_EXPORT GECODE_INT_EXPORT Gecode::IntVarArray::IntVarArray (Space &home, int n, const IntSet &s) IntVarArray Space & home int n const IntSet & s Initialize array with n new variables. The variables are created with a domain described by s. The following execptions might be thrown: If s is empty, an exception of type Gecode::Int::VariableEmptyDomain is thrown.If s contains values that exceed the limits for integers as defined in Gecode::Int::Limits, an exception of type Gecode::Int::OutOfLimits is thrown.
Integer variable array. x dom _lst x _next Gecode::IntVarArrayassigned Gecode::IntVarArraybegin Gecode::IntVarArraybegin Gecode::IntVarArrayconst_iterator Gecode::IntVarArrayconst_pointer Gecode::IntVarArrayconst_reference Gecode::IntVarArrayconst_reverse_iterator Gecode::IntVarArrayend Gecode::IntVarArrayend Gecode::IntVarArrayIntVarArray Gecode::IntVarArrayIntVarArray Gecode::IntVarArrayIntVarArray Gecode::IntVarArrayIntVarArray Gecode::IntVarArrayIntVarArray Gecode::IntVarArrayIntVarArray Gecode::IntVarArrayiterator Gecode::IntVarArrayn Gecode::IntVarArrayoperator= Gecode::IntVarArrayoperator[] Gecode::IntVarArrayoperator[] Gecode::IntVarArraypointer Gecode::IntVarArrayrbegin Gecode::IntVarArrayrbegin Gecode::IntVarArrayreference Gecode::IntVarArrayrend Gecode::IntVarArrayrend Gecode::IntVarArrayreverse_iterator Gecode::IntVarArraysize Gecode::IntVarArrayslice Gecode::IntVarArrayupdate Gecode::IntVarArrayvalue_type Gecode::IntVarArrayVarArray Gecode::IntVarArrayVarArray Gecode::IntVarArrayVarArray Gecode::IntVarArrayVarArray Gecode::IntVarArrayx