#include <node.hh>
Public Member Functions | |
NodeAllocatorBase (bool bab) | |
Constructor. | |
~NodeAllocatorBase (void) | |
Destructor. | |
int | allocate (int p) |
Allocate new node with parent p. | |
int | allocate (Space *root) |
Allocate new root node for space root. | |
T * | operator[] (int i) const |
Return node for index i. | |
T * | best (int i) const |
Return index of best node before i. | |
void | setBest (int i, int b) |
Set index of best node before i to b. | |
bool | bab (void) const |
Return branch-and-bound flag. | |
bool | showLabels (void) const |
Return branching label flag. | |
void | showLabels (bool b) |
Set branching label flag. | |
bool | hasLabel (T *n) const |
Return whether node n has a label. | |
void | setLabel (T *n, const QString &l) |
Set label of node n to l. | |
void | clearLabel (T *n) |
Remove label of node n. | |
QString | getLabel (T *n) const |
Get label of node n. |
Node allocator.
Gecode::Gist::NodeAllocatorBase< T >::NodeAllocatorBase | ( | bool | bab | ) |
Gecode::Gist::NodeAllocatorBase< T >::~NodeAllocatorBase | ( | void | ) |
int Gecode::Gist::NodeAllocatorBase< T >::allocate | ( | int | p | ) | [inline] |
int Gecode::Gist::NodeAllocatorBase< T >::allocate | ( | Space * | root | ) | [inline] |
T * Gecode::Gist::NodeAllocatorBase< T >::operator[] | ( | int | i | ) | const [inline] |
T * Gecode::Gist::NodeAllocatorBase< T >::best | ( | int | i | ) | const [inline] |
void Gecode::Gist::NodeAllocatorBase< T >::setBest | ( | int | i, |
int | b | ||
) | [inline] |
bool Gecode::Gist::NodeAllocatorBase< T >::bab | ( | void | ) | const [inline] |
bool Gecode::Gist::NodeAllocatorBase< T >::showLabels | ( | void | ) | const [inline] |
void Gecode::Gist::NodeAllocatorBase< T >::showLabels | ( | bool | b | ) |
Set branching label flag.
bool Gecode::Gist::NodeAllocatorBase< T >::hasLabel | ( | T * | n | ) | const |
void Gecode::Gist::NodeAllocatorBase< T >::setLabel | ( | T * | n, |
const QString & | l | ||
) |
void Gecode::Gist::NodeAllocatorBase< T >::clearLabel | ( | T * | n | ) |
QString Gecode::Gist::NodeAllocatorBase< T >::getLabel | ( | T * | n | ) | const |