Generated on Sat Aug 25 2012 15:53:12 for Gecode by doxygen 1.7.5
Gecode::Int::Extensional::LayeredGraph::LayerValues Class Reference

Iterator for telling variable domains by scanning support. More...

#include <extensional.hh>

List of all members.

Public Member Functions

 LayerValues (void)
 Default constructor.
 LayerValues (const Layer &l)
 Initialize for support of layer l.
void init (const Layer &l)
 Initialize for support of layer l.
bool operator() (void) const
 Test whether more values supported.
void operator++ (void)
 Move to next supported value.
int val (void) const
 Return supported value.

Detailed Description

Iterator for telling variable domains by scanning support.


Constructor & Destructor Documentation

Gecode::Int::Extensional::LayeredGraph::LayerValues::LayerValues ( void  ) [inline]

Default constructor.

Definition at line 128 of file layered-graph.hpp.

Gecode::Int::Extensional::LayeredGraph::LayerValues::LayerValues ( const Layer l) [inline]

Initialize for support of layer l.

Definition at line 132 of file layered-graph.hpp.


Member Function Documentation

void Gecode::Int::Extensional::LayeredGraph::LayerValues::init ( const Layer l) [inline]

Initialize for support of layer l.

Definition at line 136 of file layered-graph.hpp.

bool Gecode::Int::Extensional::LayeredGraph::LayerValues::operator() ( void  ) const [inline]

Test whether more values supported.

Definition at line 142 of file layered-graph.hpp.

void Gecode::Int::Extensional::LayeredGraph::LayerValues::operator++ ( void  ) [inline]

Move to next supported value.

Definition at line 147 of file layered-graph.hpp.

int Gecode::Int::Extensional::LayeredGraph::LayerValues::val ( void  ) const [inline]

Return supported value.

Definition at line 152 of file layered-graph.hpp.


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