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

Detailed Description

Definition at line 128 of file ip_model_solve_parameters_tests.h.

#include <ip_model_solve_parameters_tests.h>

Public Member Functions

 LazyConstraintsTestParams (SolverType solver_type, SolveParameters solve_params)

Public Attributes

SolverType solver_type
SolveParameters nerfed_solve_params

Friends

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

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.

◆ 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

Definition at line 139 of file ip_model_solve_parameters_tests.h.

◆ solver_type

SolverType operations_research::math_opt::LazyConstraintsTestParams::solver_type

Definition at line 134 of file ip_model_solve_parameters_tests.h.


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