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

Detailed Description

Definition at line 25 of file ip_multiple_solutions_tests.h.

#include <ip_multiple_solutions_tests.h>

Public Member Functions

 IpMultipleSolutionsTestParams (const SolverType solver_type, SolveParameters ensure_hint_in_pool)

Public Attributes

SolverType solver_type
 The tested solver.
SolveParameters ensure_hint_in_pool

Friends

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

Constructor & Destructor Documentation

◆ IpMultipleSolutionsTestParams()

operations_research::math_opt::IpMultipleSolutionsTestParams::IpMultipleSolutionsTestParams ( const SolverType solver_type,
SolveParameters ensure_hint_in_pool )
inline

Definition at line 26 of file ip_multiple_solutions_tests.h.

◆ operator<<

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

Definition at line 29 of file ip_multiple_solutions_tests.cc.

Member Data Documentation

◆ ensure_hint_in_pool

SolveParameters operations_research::math_opt::IpMultipleSolutionsTestParams::ensure_hint_in_pool

Definition at line 34 of file ip_multiple_solutions_tests.h.

◆ solver_type

SolverType operations_research::math_opt::IpMultipleSolutionsTestParams::solver_type

The tested solver.

Definition at line 32 of file ip_multiple_solutions_tests.h.


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