Gecode::IntVarArgs Gecode::VarArgArray< IntVar > int.hh
Constructors and initialization
Gecode::IntVarArgs::IntVarArgs (void) IntVarArgs void Allocate empty array. Gecode::IntVarArgs::IntVarArgs (int n) IntVarArgs int n Allocate array with n elements. Gecode::IntVarArgs::IntVarArgs (const IntVarArgs &a) IntVarArgs const IntVarArgs & a Initialize from variable argument array a (copy elements) Gecode::IntVarArgs::IntVarArgs (const VarArray< IntVar > &a) IntVarArgs const VarArray< IntVar > & a Initialize from variable array a (copy elements) Gecode::IntVarArgs::IntVarArgs (const std::vector< IntVar > &a) IntVarArgs const std::vector< IntVar > & a Initialize from vector a. class InputIterator Gecode::IntVarArgs::IntVarArgs (InputIterator first, InputIterator last) IntVarArgs InputIterator first InputIterator last Initialize from InputIterator first and last. GECODE_INT_EXPORT GECODE_INT_EXPORT Gecode::IntVarArgs::IntVarArgs (Space &home, int n, int min, int max) IntVarArgs 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::IntVarArgs::IntVarArgs (Space &home, int n, const IntSet &s) IntVarArgs 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.
Passing integer variables. onstack a dom _lst x _next Gecode::IntVarArgsa Gecode::IntVarArgsallocate Gecode::IntVarArgsappend Gecode::IntVarArgsappend Gecode::IntVarArgsArgArrayBase Gecode::IntVarArgsArgArrayBase Gecode::IntVarArgsArgArrayBase Gecode::IntVarArgsArgArrayBase Gecode::IntVarArgsArgArrayBase Gecode::IntVarArgsassigned Gecode::IntVarArgsbegin Gecode::IntVarArgsbegin Gecode::IntVarArgscapacity Gecode::IntVarArgsconcat Gecode::IntVarArgsconcat Gecode::IntVarArgsconst_iterator Gecode::IntVarArgsconst_pointer Gecode::IntVarArgsconst_reference Gecode::IntVarArgsconst_reverse_iterator Gecode::IntVarArgsend Gecode::IntVarArgsend Gecode::IntVarArgsIntVarArgs Gecode::IntVarArgsIntVarArgs Gecode::IntVarArgsIntVarArgs Gecode::IntVarArgsIntVarArgs Gecode::IntVarArgsIntVarArgs Gecode::IntVarArgsIntVarArgs Gecode::IntVarArgsIntVarArgs Gecode::IntVarArgsIntVarArgs Gecode::IntVarArgsiterator Gecode::IntVarArgsn Gecode::IntVarArgsonstack Gecode::IntVarArgsonstack_size Gecode::IntVarArgsoperator<< Gecode::IntVarArgsoperator<< Gecode::IntVarArgsoperator= Gecode::IntVarArgsoperator[] Gecode::IntVarArgsoperator[] Gecode::IntVarArgspointer Gecode::IntVarArgsrbegin Gecode::IntVarArgsrbegin Gecode::IntVarArgsreference Gecode::IntVarArgsrend Gecode::IntVarArgsrend Gecode::IntVarArgsresize Gecode::IntVarArgsreverse_iterator Gecode::IntVarArgssame Gecode::IntVarArgssame Gecode::IntVarArgssame Gecode::IntVarArgssize Gecode::IntVarArgsslice Gecode::IntVarArgsvalue_type Gecode::IntVarArgsVarArgArray Gecode::IntVarArgsVarArgArray Gecode::IntVarArgsVarArgArray Gecode::IntVarArgsVarArgArray Gecode::IntVarArgsVarArgArray Gecode::IntVarArgsVarArgArray Gecode::IntVarArgs~ArgArrayBase