States are described by number of incoming and outgoing edges. More...
#include <extensional.hh>
Public Member Functions | |
void | init (void) |
Public Attributes | |
Degree | i_deg |
The in-degree (number of incoming edges) More... | |
Degree | o_deg |
The out-degree (number of outgoing edges) Initialize with zeroes. More... | |
States are described by number of incoming and outgoing edges.
Definition at line 72 of file extensional.hh.
|
inline |
Definition at line 82 of file layered-graph.hpp.
Degree Gecode::Int::Extensional::LayeredGraph< View, Val, Degree, StateIdx >::State::i_deg |
The in-degree (number of incoming edges)
Definition at line 74 of file extensional.hh.
Degree Gecode::Int::Extensional::LayeredGraph< View, Val, Degree, StateIdx >::State::o_deg |
The out-degree (number of outgoing edges) Initialize with zeroes.
Definition at line 75 of file extensional.hh.