Gecode::Search::ProbeEngine Class Reference
#include <search.hh>
Inherits Gecode::Search::EngineCtrl.
List of all members.
Detailed Description
Probing engine for LDS.
Definition at line 406 of file search.hh.
Constructor & Destructor Documentation
Gecode::Search::ProbeEngine::ProbeEngine |
( |
Stop * |
st, |
|
|
size_t |
s | |
|
) |
| | [inline] |
Initialize for spaces of size s.
Definition at line 65 of file lds.cc.
Gecode::Search::ProbeEngine::~ProbeEngine |
( |
void |
|
) |
[inline] |
Destructor.
Definition at line 89 of file lds.cc.
Member Function Documentation
void Gecode::Search::ProbeEngine::init |
( |
Space * |
s, |
|
|
unsigned int |
d | |
|
) |
| | [inline] |
Initialize with space s and discrepancy d.
Definition at line 69 of file lds.cc.
void Gecode::Search::ProbeEngine::reset |
( |
Space * |
s, |
|
|
unsigned int |
d | |
|
) |
| | [inline] |
Reset with space s and discrepancy d.
Definition at line 75 of file lds.cc.
size_t Gecode::Search::ProbeEngine::stacksize |
( |
void |
|
) |
const [inline] |
Return stack size used by engine.
Definition at line 84 of file lds.cc.
Space * Gecode::Search::ProbeEngine::explore |
( |
void |
|
) |
[inline] |
Search for next solution
Definition at line 96 of file lds.cc.
Member Data Documentation
Stack storing current path in search tree
Definition at line 428 of file search.hh.
Current discrepancy.
Definition at line 432 of file search.hh.
The documentation for this class was generated from the following files: