Go to the source code of this file.
|
| | Bonmin |
| | (C) Copyright International Business Machines Corporation 2007
|
| |
|
| bool | Bonmin::integerFeasible (OsiSolverInterface &si, const OsiBranchingInformation &info, double integer_tolerance, OsiObject **objects=0, int nObjects=-1) |
| | Check for integer feasibility of a solution return true if it is feasible. More...
|
| |
| void | Bonmin::fixIntegers (OsiSolverInterface &si, const OsiBranchingInformation &info, double integer_tolerance, OsiObject **objects=0, int nObjects=-1) |
| | Fix integer variables in si to their values in colsol. More...
|
| |
| void | Bonmin::relaxIntegers (OsiSolverInterface &si, const OsiBranchingInformation &info, double integer_tolerance, OsiObject **objects=0, int nObjects=-1) |
| | Relax integer variables in si. More...
|
| |
| bool | Bonmin::isDifferentOnIntegers (OsiSolverInterface &si, OsiObject **objects, int nObjects, double integer_tolerance, const double *colsol, const double *other) |
| | 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...
|
| |