#include <string>#include <iostream>#include "BonOsiTMINLPInterface.hpp"#include "CoinWarmStartBasis.hpp"#include "BonCutStrengthener.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | Bonmin |
(C) Copyright International Business Machines Corporation 2007 | |
Defines | |
| #define | INT_BIAS 0e-8 |
Functions | |
| 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. | |
| #define INT_BIAS 0e-8 |
Definition at line 14 of file BonOuterDescription.hpp.
1.6.1