Gecode::Search::Sequential::Probe::Node Class Reference
Node in the search tree for LDS
More...
#include <lds.hh>
List of all members.
Public Member Functions |
| | Node (void) |
| | Default constructor.
|
| | Node (Space *s, const Choice *c, unsigned int a) |
| | Initialize with node s, choice c, and alternative a.
|
| Space * | space (void) const |
| | Return space.
|
| const Choice * | choice (void) const |
| | Return choice.
|
| unsigned int | alt (void) const |
| | Return next alternative.
|
| void | next (void) |
| | Set next alternative
|
Detailed Description
Node in the search tree for LDS
Definition at line 51 of file lds.hh.
Constructor & Destructor Documentation
| Gecode::Search::Sequential::Probe::Node::Node |
( |
void |
|
) |
[inline] |
Default constructor.
Definition at line 135 of file lds.hh.
| Gecode::Search::Sequential::Probe::Node::Node |
( |
Space * |
s, |
|
|
const Choice * |
c, |
|
|
unsigned int |
a | |
|
) |
| | [inline] |
Initialize with node s, choice c, and alternative a.
Definition at line 138 of file lds.hh.
Member Function Documentation
| Space * Gecode::Search::Sequential::Probe::Node::space |
( |
void |
|
) |
const [inline] |
Return space.
Definition at line 142 of file lds.hh.
| const Choice * Gecode::Search::Sequential::Probe::Node::choice |
( |
void |
|
) |
const [inline] |
Return choice.
Definition at line 147 of file lds.hh.
| unsigned int Gecode::Search::Sequential::Probe::Node::alt |
( |
void |
|
) |
const [inline] |
Return next alternative.
Definition at line 152 of file lds.hh.
| void Gecode::Search::Sequential::Probe::Node::next |
( |
void |
|
) |
[inline] |
Set next alternative
Definition at line 157 of file lds.hh.
The documentation for this class was generated from the following file: