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

Gecode::IntVarValues Class Reference
[Integer variables]

Value iterator for integer variables. More...

#include <int.hh>

List of all members.

Constructors and initialization

 IntVarValues (void)
 Default constructor.
 IntVarValues (const IntVar &x)
 Initialize with values for x.
void init (const IntVar &x)
 Initialize with values x.


Detailed Description

Value iterator for integer variables.

Definition at line 457 of file int.hh.


Constructor & Destructor Documentation

Gecode::IntVarValues::IntVarValues ( void   )  [inline]

Default constructor.

Definition at line 132 of file int.hpp.

Gecode::IntVarValues::IntVarValues ( const IntVar x  )  [inline]

Initialize with values for x.

Definition at line 135 of file int.hpp.


Member Function Documentation

void Gecode::IntVarValues::init ( const IntVar x  )  [inline]

Initialize with values x.

Definition at line 141 of file int.hpp.


The documentation for this class was generated from the following files: