Go to the source code of this file.
|
Engine * | Gecode::Search::ldsengine (Space *s, const Options &o) |
| Create lds engine. More...
|
|
template<class T > |
T * | Gecode::lds (T *s, const Search::Options &o=Search::Options::def) |
| Invoke limited-discrepancy search for s as root node and optionso. More...
|
|
template<class T > |
SEB | Gecode::lds (const Search::Options &o=Search::Options::def) |
| Return a limited discrepancy search engine builder. More...
|
|
◆ lds()
Return a limited discrepancy search engine builder.
Definition at line 81 of file lds.hpp.