Gecode::Int::Sortedness::SccComponent Class Reference
List of all members.Detailed Description
Representation of a strongly connected component.Used with the implicit array representation of the bipartite oriented intersection graph.
Definition at line 100 of file sortsup.icc.
Public Attributes | |
| int | leftmost |
| Leftmost y-node in a scc. | |
| int | left |
| Direct left neighbour of an y-node in a scc. | |
| int | right |
| Direct right neighbour of an y-node in a scc. | |
| int | rightmost |
| Rightmost reachable y-node in a scc. | |
Member Data Documentation
|
|
Leftmost y-node in a scc.
Definition at line 103 of file sortsup.icc. |
|
|
Direct left neighbour of an y-node in a scc.
Definition at line 105 of file sortsup.icc. |
|
|
Direct right neighbour of an y-node in a scc.
Definition at line 107 of file sortsup.icc. |
|
|
Rightmost reachable y-node in a scc.
Definition at line 109 of file sortsup.icc. |
The documentation for this class was generated from the following file:
- gecode/int/sortedness/sortsup.icc (Revision: 3512)
