Go to the source code of this file.
Namespaces | |
Gecode::Search | |
Search engines | |
Gecode::Search::Seq | |
Gecode::Search::Par | |
Functions | |
Stop * | Gecode::Search::Seq::pbsstop (Stop *so) |
Create stop object. More... | |
Engine * | Gecode::Search::Seq::pbsengine (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::Par::pbsstop (Stop *so) |
Create stop object. More... | |
Engine * | Gecode::Search::Par::pbsengine (Engine **slaves, Stop **stops, unsigned int n_slaves, const Statistics &stat, bool best) |
Create parallel portfolio engine. More... | |