|
| NGL * | disposenext (NGL *ngl, Space &home, Propagator &p, bool c) |
| | Help function to cancel and dispose a no-good literal. More...
|
| |
| template<class T , template< class > class E> |
| Engine * | sequential (T *master, const Search::Statistics &stat, Options &opt) |
| | Build a sequential engine. More...
|
| |
| template<class T , template< class > class E> |
| Engine * | 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 * | parallel (T *master, const Search::Statistics &stat, Options &opt) |
| | Build a parallel engine. More...
|
| |
| template<class T , template< class > class E> |
| Engine * | parallel (T *master, SEBs &sebs, const Search::Statistics &stat, Options &opt, bool best) |
| | Build a parallel engine. More...
|
| |
| Stop * | stop (Stop *so) |
| | Create stop object. More...
|
| |
| Engine * | engine (Space *master, Stop *stop, Engine *slave, const Search::Statistics &stat, const Options &opt, bool best) |
| | Create restart engine. More...
|
| |
Meta search engine implementations