Gecode::Int::Distinct::Edge< View > Class Template Reference
Inherits Gecode::Int::Distinct::BiLink.Detailed Description
template<class View>
class Gecode::Int::Distinct::Edge< View >
Edges in view-value graph.
Definition at line 140 of file dom.icc.
Public Member Functions | |
Edge (Node< View > *, Node< View > *) | |
Node< View > * | dst (Node< View > *) const |
ViewNode< View > * | view (ValNode< View > *) const |
ValNode< View > * | val (ViewNode< View > *) const |
bool | used (Node< View > *) const |
void | use (void) |
void | free (void) |
void | revert (Node< View > *) |
Edge< View > * | next_edge (void) const |
Edge< View > ** | next_edge_ref (void) |
Edge< View > * | next (void) const |
Static Public Member Functions | |
static void * | operator new (size_t, void *) |
Protected Attributes | |
Edge< View > * | _next_edge |
CombPtrFlag< Node< View > > | sd |
Constructor & Destructor Documentation
|
|
Member Function Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Gecode::Int::Distinct::BiLink. |
|
|
Member Data Documentation
|
|
|
|
The documentation for this class was generated from the following files:
- gecode/int/distinct/dom.icc (Revision: 3768)
- gecode/int/distinct/edge.icc (Revision: 3512)