Item used to construct the OfflineMin sequence. More...
#include <sortsup.hpp>
Public Attributes | |
int | root |
Root node representing the set the vertex belongs to. More... | |
int | parent |
Predecessor in the tree representation of the set. More... | |
int | rank |
Ranking of the set given by its cardinality. More... | |
int | name |
Name or label of a set. More... | |
int | iset |
Initial set label. More... | |
int | succ |
Successor in the Offline-Min sequence. More... | |
int | pred |
Predecessor in the Offline-Min sequence. More... | |
Item used to construct the OfflineMin sequence.
Definition at line 121 of file sortsup.hpp.
int Gecode::Int::Sorted::OfflineMinItem::root |
Root node representing the set the vertex belongs to.
Definition at line 124 of file sortsup.hpp.
int Gecode::Int::Sorted::OfflineMinItem::parent |
Predecessor in the tree representation of the set.
Definition at line 126 of file sortsup.hpp.
int Gecode::Int::Sorted::OfflineMinItem::rank |
Ranking of the set given by its cardinality.
Definition at line 128 of file sortsup.hpp.
int Gecode::Int::Sorted::OfflineMinItem::name |
Name or label of a set.
Definition at line 130 of file sortsup.hpp.
int Gecode::Int::Sorted::OfflineMinItem::iset |
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.hpp.
int Gecode::Int::Sorted::OfflineMinItem::succ |
Successor in the Offline-Min sequence.
Definition at line 140 of file sortsup.hpp.
int Gecode::Int::Sorted::OfflineMinItem::pred |
Predecessor in the Offline-Min sequence.
Definition at line 142 of file sortsup.hpp.