Gecode::Int::Sortedness::OfflineMinItem Class Reference
List of all members.Detailed Description
Item used to construct the OfflineMin sequence.
Definition at line 169 of file sortsup.icc.
Public Attributes | |
int | root |
Root node representing the set the vertex belongs to. | |
int | parent |
Predecessor in the tree representation of the set. | |
int | rank |
Ranking of the set given by its cardinality. | |
int | name |
Name or label of a set. | |
int | iset |
Initial set label. | |
int | succ |
Successor in the Offline-Min sequence. | |
int | pred |
Predecessor in the Offline-Min sequence. |
Member Data Documentation
|
Root node representing the set the vertex belongs to.
Definition at line 172 of file sortsup.icc. |
|
Predecessor in the tree representation of the set.
Definition at line 174 of file sortsup.icc. |
|
Ranking of the set given by its cardinality.
Definition at line 176 of file sortsup.icc. |
|
Name or label of a set.
Definition at line 178 of file sortsup.icc. |
|
Initial set label.
This label represents the iteration index Definition at line 186 of file sortsup.icc. |
|
Successor in the Offline-Min sequence.
Definition at line 188 of file sortsup.icc. |
|
Predecessor in the Offline-Min sequence.
Definition at line 190 of file sortsup.icc. |
The documentation for this class was generated from the following file:
- gecode/int/sortedness/sortsup.icc (Revision: 3512)