Generated on Thu Mar 22 10:39:58 2012 for Gecode by doxygen 1.6.3

Gecode::Int::Sorted::OfflineMinItem Class Reference

Item used to construct the OfflineMin sequence. More...

#include <sortsup.hpp>

List of all members.

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.

Detailed Description

Item used to construct the OfflineMin sequence.

Definition at line 121 of file sortsup.hpp.


Member Data Documentation

Root node representing the set the vertex belongs to.

Definition at line 124 of file sortsup.hpp.

Predecessor in the tree representation of the set.

Definition at line 126 of file sortsup.hpp.

Ranking of the set given by its cardinality.

Definition at line 128 of file sortsup.hpp.

Name or label of a set.

Definition at line 130 of file sortsup.hpp.

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 138 of file sortsup.hpp.

Successor in the Offline-Min sequence.

Definition at line 140 of file sortsup.hpp.

Predecessor in the Offline-Min sequence.

Definition at line 142 of file sortsup.hpp.


The documentation for this class was generated from the following file: