
Node in the search tree for LDS More...
#include <lds.hh>
Public Member Functions | |
| Node (void) | |
| Default constructor. More... | |
| Node (Space *s, const Choice *c, unsigned int a, unsigned int nid) | |
| Initialize with node s, choice c, and alternative a. More... | |
| Space * | space (void) const |
| Return space. More... | |
| const Choice * | choice (void) const |
| Return choice. More... | |
| unsigned int | alt (void) const |
| Return next alternative. More... | |
| unsigned int | nid (void) const |
| Return node identifier. More... | |
| void | next (void) |
| Set next alternative More... | |
Node in the search tree for LDS
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |