Item used to construct the OfflineMin sequence. More...
#include <sortsup.hpp>
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. |
Item used to construct the OfflineMin sequence.
Definition at line 117 of file sortsup.hpp.
int Gecode::Int::Sorted::OfflineMinItem::root |
Root node representing the set the vertex belongs to.
Definition at line 120 of file sortsup.hpp.
int Gecode::Int::Sorted::OfflineMinItem::parent |
Predecessor in the tree representation of the set.
Definition at line 122 of file sortsup.hpp.
int Gecode::Int::Sorted::OfflineMinItem::rank |
Ranking of the set given by its cardinality.
Definition at line 124 of file sortsup.hpp.
int Gecode::Int::Sorted::OfflineMinItem::name |
Name or label of a set.
Definition at line 126 of file sortsup.hpp.
int Gecode::Int::Sorted::OfflineMinItem::iset |
Initial set label.
This label represents the iteration index
Definition at line 134 of file sortsup.hpp.
int Gecode::Int::Sorted::OfflineMinItem::succ |
Successor in the Offline-Min sequence.
Definition at line 136 of file sortsup.hpp.
int Gecode::Int::Sorted::OfflineMinItem::pred |
Predecessor in the Offline-Min sequence.
Definition at line 138 of file sortsup.hpp.