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

#include <ip_model_solve_parameters_tests.h>

Inheritance diagram for operations_research::math_opt::BranchPrioritiesTest:

Protected Member Functions

SolverType TestedSolver () const
 
const SolveParametersSolveParams () const
 

Detailed Description

A suite of unit tests to show that an MIP solver handles branching priorities correctly.

To use these tests, in file <solver>_test.cc write: INSTANTIATE_TEST_SUITE_P(<Solver>BranchPrioritiesTest, BranchPrioritiesTest, testing::Values(branching_priorities_test_params));

Definition at line 120 of file ip_model_solve_parameters_tests.h.

Member Function Documentation

◆ SolveParams()

const SolveParameters & operations_research::math_opt::BranchPrioritiesTest::SolveParams ( ) const
inlineprotected

Definition at line 124 of file ip_model_solve_parameters_tests.h.

◆ TestedSolver()

SolverType operations_research::math_opt::BranchPrioritiesTest::TestedSolver ( ) const
inlineprotected

Definition at line 123 of file ip_model_solve_parameters_tests.h.


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