Generated on Mon Jul 6 18:09:24 2009 for Gecode by doxygen 1.5.9

Argument arrays
[Using finite domain integers]


Typedefs

typedef PrimArgArray< int > Gecode::IntArgs
 Passing integer arguments.
typedef VarArgArray< IntVar > Gecode::IntVarArgs
 Passing integer variables.
typedef VarArgArray< BoolVar > Gecode::BoolVarArgs
 Passing Boolean variables.
typedef ArgArray< IntSet > Gecode::IntSetArgs
 Passing set arguments.

Detailed Description

Argument arrays are just good enough for passing arguments with automatic memory management.

Typedef Documentation

typedef PrimArgArray<int> Gecode::IntArgs

Passing integer arguments.

Definition at line 603 of file int.hh.

typedef VarArgArray<IntVar> Gecode::IntVarArgs

Passing integer variables.

Definition at line 605 of file int.hh.

typedef VarArgArray<BoolVar> Gecode::BoolVarArgs

Passing Boolean variables.

Definition at line 607 of file int.hh.

typedef ArgArray<IntSet> Gecode::IntSetArgs

Passing set arguments.

Definition at line 609 of file int.hh.