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

Detailed Description

Definition at line 33 of file callback_tests.h.

#include <callback_tests.h>

Public Member Functions

 MessageCallbackTestParams (SolverType solver_type, bool support_message_callback, bool support_interrupter, bool integer_variables, std::string ending_substring, SolveParameters solve_parameters={})

Public Attributes

SolverType solver_type
bool support_message_callback
bool support_interrupter
bool integer_variables
std::string ending_substring
SolveParameters solve_parameters

Friends

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

Constructor & Destructor Documentation

◆ MessageCallbackTestParams()

operations_research::math_opt::MessageCallbackTestParams::MessageCallbackTestParams ( SolverType solver_type,
bool support_message_callback,
bool support_interrupter,
bool integer_variables,
std::string ending_substring,
SolveParameters solve_parameters = {} )

Definition at line 54 of file callback_tests.cc.

◆ operator<<

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

Definition at line 65 of file callback_tests.cc.

Member Data Documentation

◆ ending_substring

std::string operations_research::math_opt::MessageCallbackTestParams::ending_substring

Definition at line 54 of file callback_tests.h.

◆ integer_variables

bool operations_research::math_opt::MessageCallbackTestParams::integer_variables

Definition at line 51 of file callback_tests.h.

◆ solve_parameters

SolveParameters operations_research::math_opt::MessageCallbackTestParams::solve_parameters

Definition at line 57 of file callback_tests.h.

◆ solver_type

SolverType operations_research::math_opt::MessageCallbackTestParams::solver_type

Definition at line 41 of file callback_tests.h.

◆ support_interrupter

bool operations_research::math_opt::MessageCallbackTestParams::support_interrupter

Definition at line 48 of file callback_tests.h.

◆ support_message_callback

bool operations_research::math_opt::MessageCallbackTestParams::support_message_callback

Definition at line 45 of file callback_tests.h.


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