#include <string>
#include <iostream>
#include "BonOsiTMINLPInterface.hpp"
#include "CoinWarmStartBasis.hpp"
#include "BonCutStrengthener.hpp"
Include dependency graph for BonOuterDescription.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Bonmin |
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.
Referenced by Bonmin::OsiTMINLPInterface::resolve().