Generated on Wed Nov 1 15:05:20 2006 for Gecode by doxygen 1.4.5

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

int Gecode::Int::Sortedness::OfflineMinItem::root
 

Root node representing the set the vertex belongs to.

Definition at line 172 of file sortsup.icc.

int Gecode::Int::Sortedness::OfflineMinItem::parent
 

Predecessor in the tree representation of the set.

Definition at line 174 of file sortsup.icc.

int Gecode::Int::Sortedness::OfflineMinItem::rank
 

Ranking of the set given by its cardinality.

Definition at line 176 of file sortsup.icc.

int Gecode::Int::Sortedness::OfflineMinItem::name
 

Name or label of a set.

Definition at line 178 of file sortsup.icc.

int Gecode::Int::Sortedness::OfflineMinItem::iset
 

Initial set label.

This label represents the iteration index $i$ and hence the index of an insert instruction in the complete Offline-Min sequence

Definition at line 186 of file sortsup.icc.

int Gecode::Int::Sortedness::OfflineMinItem::succ
 

Successor in the Offline-Min sequence.

Definition at line 188 of file sortsup.icc.

int Gecode::Int::Sortedness::OfflineMinItem::pred
 

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: