Gecode::Search::ProbeEngine::ProbeNode Class Reference
#include <search.hh>
List of all members.
Detailed Description
Node in the search tree for LDS
Definition at line 471 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
| Gecode::Search::ProbeEngine::ProbeNode::ProbeNode |
( |
Space * |
s, |
|
|
const BranchingDesc * |
d, |
|
|
unsigned int |
a | |
|
) |
| | [inline] |
Initialize with node s, description d, and alternative a.
Definition at line 53 of file lds.cc.
Member Function Documentation
| Space * Gecode::Search::ProbeEngine::ProbeNode::space |
( |
void |
|
) |
const [inline] |
Return space.
Definition at line 57 of file lds.cc.
| const BranchingDesc * Gecode::Search::ProbeEngine::ProbeNode::desc |
( |
void |
|
) |
const [inline] |
Return branching description.
Definition at line 62 of file lds.cc.
| unsigned int Gecode::Search::ProbeEngine::ProbeNode::alt |
( |
void |
|
) |
const [inline] |
Return next alternative.
Definition at line 67 of file lds.cc.
| void Gecode::Search::ProbeEngine::ProbeNode::next |
( |
void |
|
) |
[inline] |
Set next alternative
Definition at line 72 of file lds.cc.
The documentation for this class was generated from the following files: