Namespaces | Macros | Functions
BonOuterDescription.hpp File Reference
#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

 Bonmin
 Define an n-way class for variables.
 

Macros

#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). More...
 
void Bonmin::addOuterDescription (OsiTMINLPInterface &nlp, OsiSolverInterface &si, const double *x, int nbAp, bool getObj)
 Adds an outer description of problem to linear formulation. More...
 

Macro Definition Documentation

#define INT_BIAS   0e-8

Definition at line 14 of file BonOuterDescription.hpp.