Gecode::Int::Sortedness::OfflineMinItem Class Reference
List of all members.Detailed Description
Item used to construct the OfflineMin sequence.
Definition at line 81 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 84 of file sortsup.icc. |
|
Predecessor in the tree representation of the set.
Definition at line 86 of file sortsup.icc. |
|
Ranking of the set given by its cardinality.
Definition at line 88 of file sortsup.icc. |
|
Name or label of a set.
Definition at line 90 of file sortsup.icc. |
|
Initial set label.
This label represents the iteration index Definition at line 98 of file sortsup.icc. |
|
Successor in the Offline-Min sequence.
Definition at line 100 of file sortsup.icc. |
|
Predecessor in the Offline-Min sequence.
Definition at line 102 of file sortsup.icc. |
The documentation for this class was generated from the following file:
- int/sortedness/sortsup.icc (Revision: 2696)