Gecode::Int::Sorted::OfflineMinItem Class Reference
Detailed Description
Item used to construct the OfflineMin sequence.Definition at line 121 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
Initial set label.
This label represents the iteration index and hence the index of an insert instruction in the complete Offline-Min sequence
Definition at line 138 of file sortsup.icc.
The documentation for this class was generated from the following file:
- gecode/int/sorted/sortsup.icc (Revision: 7290)