Gecode::Int::Distinct::BiLink Class Reference
Inherited by Gecode::Int::Distinct::Edge< View >, and Gecode::Int::Distinct::Node< View >.Detailed Description
Bidirectional links for both edges and anchors in nodes of view-value graph.
Definition at line 62 of file dom.icc.
Public Member Functions | |
BiLink (void) | |
BiLink * | prev (void) const |
void | prev (BiLink *) |
BiLink * | next (void) const |
void | next (BiLink *) |
void | add (BiLink *) |
void | unlink (void) |
void | mark (void) |
bool | marked (void) const |
bool | empty (void) const |
Constructor & Destructor Documentation
|
Definition at line 25 of file bilink.icc. |
Member Function Documentation
|
Definition at line 30 of file bilink.icc. |
|
Definition at line 38 of file bilink.icc. |
|
Reimplemented in Gecode::Int::Distinct::Edge< View >. Definition at line 34 of file bilink.icc. |
|
Definition at line 42 of file bilink.icc. |
|
Definition at line 47 of file bilink.icc. |
|
Definition at line 52 of file bilink.icc. |
|
Definition at line 58 of file bilink.icc. |
|
Definition at line 62 of file bilink.icc. |
|
Definition at line 66 of file bilink.icc. |
The documentation for this class was generated from the following files:
- gecode/int/distinct/dom.icc (Revision: 3768)
- gecode/int/distinct/bilink.icc (Revision: 3512)