![]() |
MAiNGO
|
#include "MAiNGOdebug.h"
#include "MAiNGOmodel.h"
#include "constraint.h"
#include "logger.h"
#include "manual.h"
#include "returnCodes.h"
#include "settings.h"
#include "babNode.h"
#include "babUtils.h"
#include <list>
#include <memory>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | maingo::MAiNGO |
This class is the MAiNGO solver holding the B&B tree, upper bounding solver, lower bounding solver and settings. More... | |
Namespaces | |
maingo | |
namespace holding all essentials of MAiNGO | |
maingo::bab | |
namespace holding everything related to the actual branch-and-bound algorithm | |
maingo::lbp | |
namespace holding all essentials of the lower bounding solver | |
maingo::ubp | |
namespace holding all essentials of the upper bounding solvers | |