![]() |
MAiNGO
|
#include "MAiNGOdebug.h"
#include "logger.h"
#include "mpiUtilities.h"
#include "babBrancher.h"
#include <cmath>
#include <map>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | maingo::bab::BranchAndBound |
This class contains the main algorithm, including handling of pre-processing routines and managing the B&B tree as well as the respective sub-solvers. More... | |
Namespaces | |
maingo | |
namespace holding all essentials of MAiNGO | |
maingo::lbp | |
namespace holding all essentials of the lower bounding solver | |
maingo::ubp | |
namespace holding all essentials of the upper bounding solvers | |
maingo::bab | |
namespace holding everything related to the actual branch-and-bound algorithm | |