Gecode::Int::Extensional::LayeredGraph< View, Degree, StateIdx >::State Class Reference
States are described by number of incoming and outgoing edges. More...
#include <extensional.hh>
Public Attributes | |
| Degree | i_deg |
| The in-degree (number of incoming edges). | |
| Degree | o_deg |
| The out-degree (number of outgoing edges). | |
Detailed Description
template<class View, class Degree, class StateIdx>
class Gecode::Int::Extensional::LayeredGraph< View, Degree, StateIdx >::State
States are described by number of incoming and outgoing edges.
Definition at line 72 of file extensional.hh.
Member Data Documentation
template<class View, class Degree, class StateIdx>
| Degree Gecode::Int::Extensional::LayeredGraph< View, Degree, StateIdx >::State::i_deg |
template<class View, class Degree, class StateIdx>
| Degree Gecode::Int::Extensional::LayeredGraph< View, Degree, StateIdx >::State::o_deg |
The documentation for this class was generated from the following file:
- gecode/int/extensional.hh (Revision: 8139)
