Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <qp_tests.h>
Protected Member Functions | |
SolverType | TestedSolver () const |
A suite of unit tests focused on incrementalism with quadratic objectives.
To use these tests, in file <solver>_test.cc, write: INSTANTIATE_TEST_SUITE_P( <Solver>IncrementalQpTest, IncrementalQpTest, testing::Values(QpTestParameters(SolverType::k<Solver>, parameters, qp_support, supports_incrementalism_not_modifying_qp, supports_qp_incrementalism, use_integer_variables)));
Definition at line 87 of file qp_tests.h.
|
inlineprotected |
Definition at line 89 of file qp_tests.h.