|
| Stop * | Gecode::Search::Meta::Sequential::stop (Stop *so) |
| | Create stop object. More...
|
| |
| Engine * | Gecode::Search::Meta::Sequential::engine (Engine **slaves, Stop **stops, unsigned int n_slaves, const Statistics &stat, const Search::Options &opt, bool best) |
| | Create sequential portfolio engine. More...
|
| |
| Stop * | Gecode::Search::Meta::Parallel::stop (Stop *so) |
| | Create stop object. More...
|
| |
| Engine * | Gecode::Search::Meta::Parallel::engine (Engine **slaves, Stop **stops, unsigned int n_slaves, const Statistics &stat, bool best) |
| | Create parallel portfolio engine. More...
|
| |
| template<class T , template< class > class E> |
| Engine * | Gecode::Search::Meta::sequential (T *master, const Search::Statistics &stat, Options &opt) |
| | Build a sequential engine. More...
|
| |
| template<class T , template< class > class E> |
| Engine * | Gecode::Search::Meta::sequential (T *master, SEBs &sebs, const Search::Statistics &stat, Options &opt, bool best) |
| | Build a sequential engine. More...
|
| |
| template<class T , template< class > class E> |
| Engine * | Gecode::Search::Meta::parallel (T *master, const Search::Statistics &stat, Options &opt) |
| | Build a parallel engine. More...
|
| |
| template<class T , template< class > class E> |
| Engine * | Gecode::Search::Meta::parallel (T *master, SEBs &sebs, const Search::Statistics &stat, Options &opt, bool best) |
| | Build a parallel engine. More...
|
| |
| template<class T , template< class > class E> |
| T * | Gecode::pbs (T *s, const Search::Options &o=Search::Options::def) |
| | Run a portfolio of search engines. More...
|
| |
| template<class T , template< class > class E> |
| SEB | Gecode::pbs (const Search::Options &o) |
| | Return a portfolio search engine builder. More...
|
| |