#include "BonOuterDescription.hpp"
#include "BonOsiTMINLPInterface.hpp"
Include dependency graph for BonOuterDescription.cpp:
Go to the source code of this file.
Namespaces | |
namespace | Bonmin |
Functions | |
static bool | Bonmin::cleanNnz (double &value, double colLower, double colUpper, double rowLower, double rowUpper, double colsol, double &lb, double &ub, double tiny, double veryTiny) |
void | Bonmin::getMyOuterApproximation (OsiTMINLPInterface &si, OsiCuts &cs, int ind, const double *x, int getObj, const double *x2, double theta, bool global) |
Get the outer approximation constraints at provided point and only for the specified constraint (ind is the constraint or row number). | |
void | Bonmin::addOuterDescription (OsiTMINLPInterface &nlp, OsiSolverInterface &si, const double *x, int nbAp, bool getObj) |
Adds an outer description of problem to linear formulation. |