Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::IncrementalQcTest Class Reference

#include <qc_tests.h>

Inheritance diagram for operations_research::math_opt::IncrementalQcTest:

Detailed Description

A suite of unit tests focused on incrementalism with quadratic constraints.

Note
a solver that does not support quadratic constraints should still use this fixture to ensure that it is not silently ignoring one.

To use these tests, in file <solver>_test.cc, write: INSTANTIATE_TEST_SUITE_P( <Solver>IncrementalQcTest, IncrementalQcTest, testing::Values(QcTestParameters(SolverType::k<Solver>, parameters, supports_qc, supports_incremental_add_and_deletes, supports_incremental_variable_deletions, use_integer_variables)));

Definition at line 84 of file qc_tests.h.


The documentation for this class was generated from the following file: