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

#include <infeasible_subsystem_tests.h>

Inheritance diagram for operations_research::math_opt::InfeasibleSubsystemTest:

Detailed Description

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.


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