Gecode::Search::ProbeEngine::Node Class Reference
#include <search.hh>
Detailed Description
Node in the search tree for LDS
Definition at line 218 of file search.hh.
Public Member Functions | |
Node (Space *s, unsigned int a) | |
Initialize with node s and next alternative a. | |
Space * | space (void) const |
Return space. | |
void | space (Space *s) |
Set space to s. | |
unsigned int | alt (void) const |
Return next alternative. | |
void | alt (unsigned int a) |
Set next alternative |
Constructor & Destructor Documentation
|
Initialize with node s and next alternative a.
|
Member Function Documentation
|
Return space.
|
|
Set space to s.
|
|
Return next alternative.
|
|
Set next alternative
|
The documentation for this class was generated from the following files: