Generated on Thu Mar 22 10:39:57 2012 for Gecode by doxygen 1.6.3

Gecode::Int::Extensional::LayeredGraph< View, Val, Degree, StateIdx >::Layer Class Reference

Layer for a view in the layered graph More...

#include <extensional.hh>

List of all members.

Public Attributes

View x
 Integer view.
StateIdx n_states
 Number of states used by outgoing edges.
ValSize size
 Number of supported values.
Statestates
 States used by outgoing edges.
Supportsupport
 Supported values.

Detailed Description

template<class View, class Val, class Degree, class StateIdx>
class Gecode::Int::Extensional::LayeredGraph< View, Val, Degree, StateIdx >::Layer

Layer for a view in the layered graph

Definition at line 95 of file extensional.hh.


Member Data Documentation

template<class View, class Val, class Degree, class StateIdx>
View Gecode::Int::Extensional::LayeredGraph< View, Val, Degree, StateIdx >::Layer::x

Integer view.

Definition at line 97 of file extensional.hh.

template<class View, class Val, class Degree, class StateIdx>
StateIdx Gecode::Int::Extensional::LayeredGraph< View, Val, Degree, StateIdx >::Layer::n_states

Number of states used by outgoing edges.

Definition at line 98 of file extensional.hh.

template<class View, class Val, class Degree, class StateIdx>
ValSize Gecode::Int::Extensional::LayeredGraph< View, Val, Degree, StateIdx >::Layer::size

Number of supported values.

Definition at line 99 of file extensional.hh.

template<class View, class Val, class Degree, class StateIdx>
State* Gecode::Int::Extensional::LayeredGraph< View, Val, Degree, StateIdx >::Layer::states

States used by outgoing edges.

Definition at line 100 of file extensional.hh.

template<class View, class Val, class Degree, class StateIdx>
Support* Gecode::Int::Extensional::LayeredGraph< View, Val, Degree, StateIdx >::Layer::support

Supported values.

Definition at line 101 of file extensional.hh.


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