Gecode::Search::ProbeEngine::ProbeNode Class Reference
#include <search.hh>
Detailed Description
Node in the search tree for LDS
Definition at line 431 of file search.hh.
Public Member Functions | |
| ProbeNode (Space *s, const BranchingDesc *d, unsigned int a) | |
| Initialize with node s, description d, and alternative a. | |
| Space * | space (void) const |
| Return space. | |
| const BranchingDesc * | desc (void) const |
| Return branching description. | |
| unsigned int | alt (void) const |
| Return next alternative. | |
| void | next (void) |
| Set next alternative | |
Constructor & Destructor Documentation
|
||||||||||||||||
|
Initialize with node s, description d, and alternative a.
|
Member Function Documentation
|
|
Return space.
|
|
|
Return branching description.
|
|
|
Return next alternative.
|
|
|
Set next alternative
|
The documentation for this class was generated from the following files:
- gecode/search.hh (Revision: 3516)
- gecode/search/lds.cc (Revision: 3511)
