Generated on Wed Jan 4 17:49:22 2006 for Gecode by doxygen 1.4.6

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

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

Root node representing the set the vertex belongs to.

Definition at line 84 of file sortsup.icc.

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

Predecessor in the tree representation of the set.

Definition at line 86 of file sortsup.icc.

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

Ranking of the set given by its cardinality.

Definition at line 88 of file sortsup.icc.

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

Name or label of a set.

Definition at line 90 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 98 of file sortsup.icc.

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

Successor in the Offline-Min sequence.

Definition at line 100 of file sortsup.icc.

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

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: