|
bool | integerFeasible (OsiSolverInterface &si, const OsiBranchingInformation &info, double integer_tolerance, OsiObject **objects=0, int nObjects=-1) |
|
void | fixIntegers (OsiSolverInterface &si, const OsiBranchingInformation &info, double integer_tolerance, OsiObject **objects=0, int nObjects=-1) |
|
void | relaxIntegers (OsiSolverInterface &si, const OsiBranchingInformation &info, double integer_tolerance, OsiObject **objects=0, int nObjects=-1) |
|
bool | isDifferentOnIntegers (OsiSolverInterface &si, OsiObject **objects, int nObjects, double integer_tolerance, const double *colsol, const double *other) |
|
void | installCuts (OsiSolverInterface &si, const OsiCuts &cs, int numberCuts) |
|
void | resizeAndCopyArray (X *&array, unsigned int oldSize, unsigned int newSize) |
|
void | resizeAndCopyArray (X *&array, unsigned int oldSize, unsigned int newSize, unsigned int &capacity) |
|
bool | isNlpFeasible (TMINLP2TNLP *minlp, const double primalTolerance) |
|
void | adjustPrimalTolerance (TMINLP2TNLP *minlp, double &primalTolerance) |
|
int | std_m (int n) |
|
int | warn_m (int n) |
|
int | err_m (int n) |
|
| DECLARE_STD_EXCEPTION (TMINLP_INVALID) |
|
| DECLARE_STD_EXCEPTION (TMINLP_INVALID_VARIABLE_BOUNDS) |
|
SimpleReferenced< X > * | make_referenced (X other) |
|
SimpleReferencedPtr< X > * | make_referenced (X *other) |
|