#include "BonminConfig.h"
#include "BonOsiTMINLPInterface.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 "BonStrongBranchingSolver.hpp"
#include "BonMsgUtils.hpp"
Include dependency graph for BonOsiTMINLPInterface.cpp:
Go to the source code of this file.
Namespaces | |
namespace | Bonmin |
Functions | |
static void | Bonmin::register_general_options (SmartPtr< RegisteredOptions > roptions) |
Register options. | |
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) |
Variables | |
static bool | Bonmin::WarnedForNonConvexOa = false |