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

Detailed Description

Definition at line 73 of file generic_tests.h.

#include <generic_tests.h>

Public Member Functions

 TimeLimitTestParameters (const SolverType solver_type, const bool integer_variables, const std::optional< CallbackEvent > supported_event=std::nullopt)

Public Attributes

SolverType solver_type
bool integer_variables
std::optional< CallbackEventevent

Friends

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

Constructor & Destructor Documentation

◆ TimeLimitTestParameters()

operations_research::math_opt::TimeLimitTestParameters::TimeLimitTestParameters ( const SolverType solver_type,
const bool integer_variables,
const std::optional< CallbackEvent > supported_event = std::nullopt )
inline

Definition at line 74 of file generic_tests.h.

◆ operator<<

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

Definition at line 48 of file generic_tests.cc.

Member Data Documentation

◆ event

std::optional<CallbackEvent> operations_research::math_opt::TimeLimitTestParameters::event

Definition at line 88 of file generic_tests.h.

◆ integer_variables

bool operations_research::math_opt::TimeLimitTestParameters::integer_variables

Definition at line 85 of file generic_tests.h.

◆ solver_type

SolverType operations_research::math_opt::TimeLimitTestParameters::solver_type

Definition at line 82 of file generic_tests.h.


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