#include "BonCbc.hpp"
#include "BonOACutGenerator2.hpp"
#include "BonCbcNlpStrategy.hpp"
#include "BonBabInfos.hpp"
#include "CbcModel.hpp"
#include "CbcBranchActual.hpp"
#include "CbcCutGenerator.hpp"
#include "CbcCompareActual.hpp"
#include "BonExitCodes.hpp"
#include "BonChooseVariable.hpp"
#include "BonGuessHeuristic.hpp"
#include "BonDiver.hpp"
#include "CoinSignal.hpp"
Include dependency graph for BonCbc.cpp:
Go to the source code of this file.
Namespaces | |
namespace | Bonmin |
Defines | |
#define | CUTOFF_TOL 1e-6 |
#define | SIGNAL |
Functions | |
static void | signal_handler (int whichSignal) |
Variables | |
static CbcModel * | currentBranchModel = NULL |
Bonmin::OACutGenerator2 * | currentOA = NULL |
CbcModel * | OAModel |
bool | BonminAbortAll |
static bool | BonminInteruptedOnce = false |
#define CUTOFF_TOL 1e-6 |
#define SIGNAL |
Definition at line 36 of file BonCbc.cpp.
static void signal_handler | ( | int | whichSignal | ) | [static] |
Definition at line 44 of file BonCbc.cpp.
References BonminAbortAll, currentBranchModel, currentOA, OAModel, and Bonmin::OaDecompositionBase::parameter().
Referenced by Bonmin::Bab::branchAndBound().
CbcModel* currentBranchModel = NULL [static] |
Definition at line 31 of file BonCbc.cpp.
Referenced by Bonmin::Bab::branchAndBound(), and signal_handler().
Bonmin::OACutGenerator2* currentOA = NULL |
CbcModel* OAModel |
Definition at line 33 of file BonCbc.cpp.
Referenced by Bonmin::OaDecompositionBase::SubMipSolver::performLocalSearch(), and signal_handler().
bool BonminAbortAll |
Definition at line 34 of file BonCbc.cpp.
Referenced by Bonmin::TMINLP2TNLP::intermediate_callback(), Bonmin::IpoptSolver::OptimizeTNLP(), Bonmin::IpoptSolver::ReOptimizeTNLP(), and signal_handler().
bool BonminInteruptedOnce = false [static] |
Definition at line 43 of file BonCbc.cpp.