Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <infeasible_subsystem_tests.h>
A suite of unit tests to show that a solver correctly handles requests for infeasible subsystems.
To use these tests, in file <solver>_test.cc write: INSTANTIATE_TEST_SUITE_P(<Solver>InfeasibleSubsystemTest, InfeasibleSubsystemTest, testing::Values(InfeasibleSubsystemTestParameters( {.solver_type = SolverType::k<Solver>, .support_menu = { .supports_infeasible_subsystems = false}})));
Definition at line 54 of file infeasible_subsystem_tests.h.