Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <qp_tests.h>
Protected Member Functions | |
SolverType | TestedSolver () const |
absl::StatusOr< SolveResult > | SimpleSolve (const Model &model) |
A suite of unit tests focused on testing dual solutions from QP solvers.
To use these tests, in file <solver>_test.cc, write: INSTANTIATE_TEST_SUITE_P( <Solver>QpDualsTest, QpDualsTest, testing::Values(QpTestParameters(SolverType::k<Solver>, parameters, qp_support, supports_incrementalism_not_modifying_qp, supports_qp_incrementalism, use_integer_variables)));
Definition at line 102 of file qp_tests.h.
|
inlineprotected |
Definition at line 105 of file qp_tests.h.
|
inlineprotected |
Definition at line 104 of file qp_tests.h.