Search tree edge for recomputation More...
#include <path.hh>
Public Member Functions | |
Edge (void) | |
Default constructor. | |
Edge (Space *s, Space *c, unsigned int nid) | |
Edge for space s with clone c (possibly NULL) | |
Space * | space (void) const |
Return space for edge. | |
void | space (Space *s) |
Set space to s. | |
const Choice * | choice (void) const |
Return choice. | |
unsigned int | alt (void) const |
Return number for alternatives. | |
unsigned int | truealt (void) const |
Return true number for alternatives (excluding lao optimization) | |
bool | leftmost (void) const |
Test whether current alternative is leftmost. | |
bool | rightmost (void) const |
Test whether current alternative is rightmost. | |
void | next (void) |
Move to next alternative. | |
bool | lao (void) const |
Test whether current alternative was LAO. | |
unsigned int | nid (void) const |
Return node identifier. | |
void | dispose (void) |
Free memory for edge. | |
Protected Attributes | |
Space * | _space |
Space corresponding to this edge (might be NULL) | |
unsigned int | _alt |
Current alternative. | |
const Choice * | _choice |
Choice. | |
ID | _nid |
Node identifier. | |
Search tree edge for recomputation
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |