Functions | |
| void | failureMessage (const std::string &solverName, const std::string &message) |
| void | failureMessage (const OsiSolverInterface &si, const std::string &message) |
| void | testingMessage (const char *const msg) |
| bool | equivalentVectors (const OsiSolverInterface *si1, const OsiSolverInterface *si2, double tol, const double *v1, const double *v2, int size) |
| bool | compareProblems (OsiSolverInterface *osi1, OsiSolverInterface *osi2) |
| bool | isEquivalent (const CoinPackedVectorBase &pv, int n, const double *fv) |
| void OsiUnitTest::failureMessage | ( | const std::string & | solverName, | |
| const std::string & | message | |||
| ) |
| void OsiUnitTest::failureMessage | ( | const OsiSolverInterface & | si, | |
| const std::string & | message | |||
| ) |
| void OsiUnitTest::testingMessage | ( | const char *const | msg | ) |
| bool OsiUnitTest::equivalentVectors | ( | const OsiSolverInterface * | si1, | |
| const OsiSolverInterface * | si2, | |||
| double | tol, | |||
| const double * | v1, | |||
| const double * | v2, | |||
| int | size | |||
| ) |
| bool OsiUnitTest::compareProblems | ( | OsiSolverInterface * | osi1, | |
| OsiSolverInterface * | osi2 | |||
| ) |
| bool OsiUnitTest::isEquivalent | ( | const CoinPackedVectorBase & | pv, | |
| int | n, | |||
| const double * | fv | |||
| ) |
1.4.7