Namespaces | Functions
BonSolverHelp.hpp File Reference
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.
 

Functions

bool Bonmin::integerFeasible (OsiSolverInterface &si, const OsiBranchingInformation &info, double integer_tolerance, OsiObject **objects, int nObjects)
 Check for integer feasibility of a solution return 1 if it is. More...
 
void Bonmin::fixIntegers (OsiSolverInterface &si, const OsiBranchingInformation &info, double integer_tolerance, OsiObject **objects, int nObjects)
 Fix integer variables in si to their values in colsol. More...
 
void Bonmin::relaxIntegers (OsiSolverInterface &si, const OsiBranchingInformation &info, double integer_tolerance, OsiObject **objects, int nObjects)
 Slightly relax integer variables in si. More...
 
bool Bonmin::isDifferentOnIntegers (OsiSolverInterface &si, OsiObject **objects, int nObjects, double integer_tolerance, const double *colsol, const double *otherSol)
 Check if two solutions are the same on integer variables. More...
 
void Bonmin::installCuts (OsiSolverInterface &si, const OsiCuts &cs, int numberCuts)
 Install cuts in solver. More...