Generated on Mon Aug 25 11:35:46 2008 for Gecode by doxygen 1.5.6

Argument arrays
[Using finite domain integers]


Detailed Description

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


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 PrimArgArray< IntSet > Gecode::IntSetArgs
 Passing set arguments.


Typedef Documentation

typedef PrimArgArray<int> Gecode::IntArgs

Passing integer arguments.

Definition at line 591 of file int.hh.

typedef VarArgArray<IntVar> Gecode::IntVarArgs

Passing integer variables.

Definition at line 593 of file int.hh.

typedef VarArgArray<BoolVar> Gecode::BoolVarArgs

Passing Boolean variables.

Definition at line 595 of file int.hh.

typedef PrimArgArray< IntSet > Gecode::IntSetArgs

Passing set arguments.

Definition at line 597 of file int.hh.