Gecode::LDS< T > Class Template Reference
[Search engines]
#include <search.hh>
Inherits Gecode::Search::LDS.
Detailed Description
template<class T>
class Gecode::LDS< T >
Limited discrepancy search engine.
Definition at line 483 of file search.hh.
Public Member Functions | |
LDS (T *s, unsigned int d, Search::Stop *st=NULL) | |
Initialize engine. | |
T * | next (void) |
Return next solution (NULL, if none exists or search has been stopped). |
Constructor & Destructor Documentation
template<class T>
Gecode::LDS< T >::LDS | ( | T * | s, | |
unsigned int | d, | |||
Search::Stop * | st = NULL | |||
) | [inline] |
Member Function Documentation
template<class T>
T * Gecode::LDS< T >::next | ( | void | ) | [inline] |
Return next solution (NULL, if none exists or search has been stopped).
Reimplemented from Gecode::Search::LDS.
The documentation for this class was generated from the following files:
- gecode/search.hh (Revision: 3226)
- gecode/search/lds.icc (Revision: 3141)