
Classes | |
| class | BAB |
| Parallel branch-and-bound engine More... | |
| class | CollectAll |
| Collect all solutions. More... | |
| class | CollectBest |
| Collect best solutions. More... | |
| class | DFS |
| Parallel depth-first search engine More... | |
| class | Engine |
| Parallel depth-first search engine More... | |
| class | Path |
| Depth-first path (stack of edges) supporting recomputation. More... | |
| class | PBS |
| Parallel portfolio engine implementation. More... | |
| class | PortfolioStop |
| Stop object used for controling slaves in a portfolio. More... | |
| class | Slave |
| Runnable slave of a portfolio master. More... | |
Functions | |
| Stop * | pbsstop (Stop *so) |
| Create stop object. | |
| Engine * | pbsengine (Engine **slaves, Stop **stops, unsigned int n_slaves, const Statistics &stat, bool best) |
| Create parallel portfolio engine. | |