Gecode::Search::LDS Class Reference
#include <search.hh>
Inherited by Gecode::LDS< T >.
Detailed Description
Limited discrepancy search engine.
Definition at line 260 of file search.hh.
Public Member Functions | |
| GECODE_SEARCH_EXPORT | LDS (Space *s, unsigned int d, size_t sz) |
| GECODE_SEARCH_EXPORT | ~LDS (void) |
| Destructor. | |
| GECODE_SEARCH_EXPORT Statistics | statistics (void) const |
| Return statistics. | |
| GECODE_SEARCH_EXPORT Space * | next (void) |
| Return next solution (NULL, if none exists). | |
Protected Attributes | |
| Space * | root |
| Root node for problem. | |
| unsigned int | d_cur |
| Current discrepancy. | |
| unsigned int | d_max |
| Maximal discrepancy. | |
| bool | no_solution |
| Solution found for current discrepancy. | |
| ProbeEngine | e |
| The probe engine. | |
Constructor & Destructor Documentation
|
||||||||||||||||
|
Initialize engine
|
|
|
Destructor.
|
Member Function Documentation
|
|
Return statistics.
|
|
|
Return next solution (NULL, if none exists).
Reimplemented in Gecode::LDS< T >. |
Member Data Documentation
|
|
Root node for problem.
|
|
|
Current discrepancy.
|
|
|
Maximal discrepancy.
|
|
|
Solution found for current discrepancy.
|
|
|
The probe engine.
|
The documentation for this class was generated from the following files:
