
Sequential meta search engine implementations More...
Classes | |
| class | PBS |
| Sequential portfolio engine implementation. More... | |
| class | PortfolioStop |
| Stop object used for controling slaves in a portfolio. More... | |
| class | SharedStopInfo |
| Shared stop information. More... | |
| class | Slave |
| Runnable slave of a portfolio master. More... | |
Functions | |
| Stop * | stop (Stop *so) |
| Create stop object. More... | |
| Engine * | engine (Engine **slaves, Stop **stops, unsigned int n_slaves, const Statistics &stat, const Search::Options &opt, bool best) |
| Create sequential portfolio engine. More... | |
Sequential meta search engine implementations
| Engine * Gecode::Search::Meta::Sequential::engine | ( | Engine ** | slaves, |
| Stop ** | stops, | ||
| unsigned int | n_slaves, | ||
| const Statistics & | stat, | ||
| const Search::Options & | opt, | ||
| bool | best | ||
| ) |