Gecode::Int::Sorted::OfflineMinItem Class Reference
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. | |
Detailed Description
Item used to construct the OfflineMin sequence.Definition at line 121 of file sortsup.hpp.
Member Data Documentation
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.
The documentation for this class was generated from the following file:
- gecode/int/sorted/sortsup.hpp (Revision: 8082)
