Generated on Thu Apr 11 13:59:49 2019 for Gecode by doxygen 1.6.3

Gecode::LDS< T > Class Template Reference
[Search engines]

Limited discrepancy search engine. More...

#include <search.hh>

List of all members.

Public Member Functions

 LDS (T *s, const Search::Options &o=Search::Options::def)
 Initialize engine for space s and options o.

Static Public Attributes

static const bool best = false
 Whether engine does best solution search.

Detailed Description

template<class T>
class Gecode::LDS< T >

Limited discrepancy search engine.

Definition at line 1108 of file search.hh.


Constructor & Destructor Documentation

template<class T >
Gecode::LDS< T >::LDS ( T *  s,
const Search::Options o = Search::Options::def 
) [inline]

Initialize engine for space s and options o.

Definition at line 69 of file lds.hpp.


Member Data Documentation

template<class T>
const bool Gecode::LDS< T >::best = false [static]

Whether engine does best solution search.

Definition at line 1113 of file search.hh.


The documentation for this class was generated from the following files: