Namespaces | Macros | Functions | Variables
BonOsiTMINLPInterface.cpp File Reference
#include "BonminConfig.h"
#include "BonOsiTMINLPInterface.hpp"
#include "BonTMINLP.hpp"
#include "BonTMINLP2TNLP.hpp"
#include "BonTNLP2FPNLP.hpp"
#include "BonTMINLP2OsiLP.hpp"
#include "BonTNLPSolver.hpp"
#include "CoinTime.hpp"
#include <climits>
#include <string>
#include <sstream>
#include "BonAuxInfos.hpp"
#include "Ipopt/BonIpoptSolver.hpp"
#include "Ipopt/BonIpoptWarmStart.hpp"
#include "OsiBranchingObject.hpp"
#include "OsiRowCutDebugger.hpp"
#include "BonStrongBranchingSolver.hpp"
#include "BonMsgUtils.hpp"
Include dependency graph for BonOsiTMINLPInterface.cpp:

Go to the source code of this file.

Namespaces

 Bonmin
 Define an n-way class for variables.
 

Macros

#define EPSILON   1e-4
 

Functions

static void Bonmin::register_general_options (SmartPtr< RegisteredOptions > roptions)
 Register options. More...
 
static void Bonmin::register_OA_options (SmartPtr< RegisteredOptions > roptions)
 
static bool Bonmin::cleanNnz (double &value, double colLower, double colUpper, double rowLower, double rowUpper, double colsol, double &lb, double &ub, double tiny, double veryTiny, double infty)
 

Variables

bool BonminAbortAll
 
static bool Bonmin::WarnedForNonConvexOa =false
 

Macro Definition Documentation

#define EPSILON   1e-4

Definition at line 1467 of file BonOsiTMINLPInterface.cpp.

Variable Documentation

bool BonminAbortAll

Definition at line 37 of file BonCbc.cpp.