Go to the source code of this file.
Namespaces | |
Gecode | |
Gecode toplevel namespace | |
Gecode::Search | |
Search engines | |
Gecode::Search::Meta | |
Meta search engine implementations | |
Gecode::Search::Meta::Sequential | |
Sequential meta search engine implementations | |
Gecode::Search::Meta::Parallel | |
Parallel meta search engine implementations | |
Functions | |
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... | |