Gecode::BoolVarArray Gecode::VarArray< BoolVar > int.hh
Creation and initialization
forceinline Gecode::BoolVarArray::BoolVarArray (void) BoolVarArray void Default constructor (array of size 0) forceinline Gecode::BoolVarArray::BoolVarArray (Space &home, int n) BoolVarArray Space & home int n Allocate array for n Boolean variables (variables are uninitialized) forceinline Gecode::BoolVarArray::BoolVarArray (const BoolVarArray &a) BoolVarArray const BoolVarArray & a Initialize from Boolean variable array a (share elements) forceinline Gecode::BoolVarArray::BoolVarArray (Space &home, const BoolVarArgs &a) BoolVarArray Space & home const BoolVarArgs & a Initialize from Boolean variable argument array a (copy elements) GECODE_INT_EXPORT GECODE_INT_EXPORT Gecode::BoolVarArray::BoolVarArray (Space &home, int n, int min, int max) BoolVarArray 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 is less than 0 or max is greater than 1, an exception of type Gecode::Int::NotZeroOne is thrown.
Boolean variable array. x x Gecode::BoolVarArrayassigned Gecode::BoolVarArraybegin Gecode::BoolVarArraybegin Gecode::BoolVarArrayBoolVarArray Gecode::BoolVarArrayBoolVarArray Gecode::BoolVarArrayBoolVarArray Gecode::BoolVarArrayBoolVarArray Gecode::BoolVarArrayBoolVarArray Gecode::BoolVarArrayconst_iterator Gecode::BoolVarArrayconst_pointer Gecode::BoolVarArrayconst_reference Gecode::BoolVarArrayconst_reverse_iterator Gecode::BoolVarArrayend Gecode::BoolVarArrayend Gecode::BoolVarArrayiterator Gecode::BoolVarArrayn Gecode::BoolVarArrayoperator= Gecode::BoolVarArrayoperator[] Gecode::BoolVarArrayoperator[] Gecode::BoolVarArraypointer Gecode::BoolVarArrayrbegin Gecode::BoolVarArrayrbegin Gecode::BoolVarArrayreference Gecode::BoolVarArrayrend Gecode::BoolVarArrayrend Gecode::BoolVarArrayreverse_iterator Gecode::BoolVarArraysize Gecode::BoolVarArrayslice Gecode::BoolVarArrayupdate Gecode::BoolVarArrayvalue_type Gecode::BoolVarArrayVarArray Gecode::BoolVarArrayVarArray Gecode::BoolVarArrayVarArray Gecode::BoolVarArrayVarArray Gecode::BoolVarArrayx