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

Parameters for the BranchPrioritiesTest suite below. More...

#include <ip_model_solve_parameters_tests.h>

Public Member Functions

 BranchPrioritiesTestParams (SolverType solver_type, SolveParameters solve_params)
 

Public Attributes

SolverType solver_type
 The tested solver.
 
SolveParameters solve_params
 

Friends

std::ostream & operator<< (std::ostream &out, const BranchPrioritiesTestParams &params)
 

Detailed Description

Parameters for the BranchPrioritiesTest suite below.

Definition at line 96 of file ip_model_solve_parameters_tests.h.

Constructor & Destructor Documentation

◆ BranchPrioritiesTestParams()

operations_research::math_opt::BranchPrioritiesTestParams::BranchPrioritiesTestParams ( SolverType solver_type,
SolveParameters solve_params )
inline

Definition at line 97 of file ip_model_solve_parameters_tests.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & out,
const BranchPrioritiesTestParams & params )
friend

Definition at line 54 of file ip_model_solve_parameters_tests.cc.

Member Data Documentation

◆ solve_params

SolveParameters operations_research::math_opt::BranchPrioritiesTestParams::solve_params

Should ensure the solver behaves as close as possible to a pure branch-and-bound solver (e.g. turn presolve, heuristics and cuts off). Major deviations from this could cause the test to fail.

Definition at line 107 of file ip_model_solve_parameters_tests.h.

◆ solver_type

SolverType operations_research::math_opt::BranchPrioritiesTestParams::solver_type

The tested solver.

Definition at line 102 of file ip_model_solve_parameters_tests.h.


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