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

Parameters for the LazyConstraintsTest suite below. More...

#include <ip_model_solve_parameters_tests.h>

Public Member Functions

 LazyConstraintsTestParams (SolverType solver_type, SolveParameters solve_params)
 

Public Attributes

SolverType solver_type
 The tested solver.
 
SolveParameters nerfed_solve_params
 

Friends

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

Detailed Description

Parameters for the LazyConstraintsTest suite below.

Definition at line 128 of file ip_model_solve_parameters_tests.h.

Constructor & Destructor Documentation

◆ LazyConstraintsTestParams()

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

Definition at line 129 of file ip_model_solve_parameters_tests.h.

Friends And Related Symbol Documentation

◆ operator<<

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

Definition at line 61 of file ip_model_solve_parameters_tests.cc.

Member Data Documentation

◆ nerfed_solve_params

SolveParameters operations_research::math_opt::LazyConstraintsTestParams::nerfed_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 139 of file ip_model_solve_parameters_tests.h.

◆ solver_type

SolverType operations_research::math_opt::LazyConstraintsTestParams::solver_type

The tested solver.

Definition at line 134 of file ip_model_solve_parameters_tests.h.


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