#include <string>
#include <iostream>
#include "BonOsiTMINLPInterface.hpp"
#include "CoinWarmStartBasis.hpp"
#include "BonCutStrengthener.hpp"
Go to the source code of this file.
|
| Bonmin |
| Define an n-way class for variables.
|
|
|
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...
|
|