#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"
Go to the source code of this file.
|
| Bonmin |
| Define an n-way class for variables.
|
|
|
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) |
|