|
Minotaur 0.4.1
Docs for developers
|
Declare the distributed memory parallel branch-and-bound-algorithm. More...


Go to the source code of this file.
Classes | |
| class | Minotaur::DistParBranchAndBound |
| Implement a generic parallel branch-and-bound algorithm on a multicore cpu. More... | |
| struct | Minotaur::DistParBabStats |
| Statistics about the branch-and-bound. More... | |
| struct | Minotaur::DistParBabOptions |
| Different options and parameters that control branch-and-bound. More... | |
Namespaces | |
| namespace | Minotaur |
Typedefs | |
| typedef DistParBabOptions * | Minotaur::DistParBabOptionsPtr |
| typedef NodeProcessor * | Minotaur::NodeProcessorPtr |
| typedef NodeRelaxer * | Minotaur::NodeRelaxerPtr |
| typedef ParNodeIncRelaxer * | Minotaur::ParNodeIncRelaxerPtr |
| typedef ParPCBProcessor * | Minotaur::ParPCBProcessorPtr |
| typedef ParTreeManager * | Minotaur::ParTreeManagerPtr |
| typedef WarmStart * | Minotaur::WarmStartPtr |
| typedef DistParBranchAndBound * | Minotaur::DistParBranchAndBoundPtr |
Declare the distributed memory parallel branch-and-bound-algorithm.