Minotaur 0.4.1
Docs for developers
|
Declare the BranchAndBound class for branch-and-bound-algorithm, BabStats class for statistics and BabOptions class for options. More...
#include "Types.h"
#include "Environment.h"
#include "Brancher.h"
#include "Heuristic.h"
#include "NodeProcessor.h"
#include "NodeRelaxer.h"
#include "Problem.h"
#include "Relaxation.h"
#include "SolutionPool.h"
#include "TreeManager.h"
Go to the source code of this file.
Classes | |
class | Minotaur::BranchAndBound |
Implement a generic branch-and-bound algorithm on a single cpu. More... | |
struct | Minotaur::BabStats |
Statistics about the branch-and-bound. More... | |
struct | Minotaur::BabOptions |
Different options and parameters that control branch-and-bound. More... | |
Namespaces | |
namespace | Minotaur |
Typedefs | |
typedef BabOptions * | Minotaur::BabOptionsPtr |
typedef BranchAndBound * | Minotaur::BranchAndBoundPtr |
Declare the BranchAndBound class for branch-and-bound-algorithm, BabStats class for statistics and BabOptions class for options.