Definition at line 79 of file callback_tests.h.
#include <callback_tests.h>
◆ CallbackTestParams()
| operations_research::math_opt::CallbackTestParams::CallbackTestParams |
( |
SolverType | solver_type, |
|
|
bool | integer_variables, |
|
|
bool | add_lazy_constraints, |
|
|
bool | add_cuts, |
|
|
absl::flat_hash_set< CallbackEvent > | supported_events, |
|
|
std::optional< SolveParameters > | all_solutions, |
|
|
std::optional< SolveParameters > | reaches_cut_callback ) |
◆ operator<<
◆ add_cuts
| bool operations_research::math_opt::CallbackTestParams::add_cuts |
◆ add_lazy_constraints
| bool operations_research::math_opt::CallbackTestParams::add_lazy_constraints |
◆ all_solutions
| std::optional<SolveParameters> operations_research::math_opt::CallbackTestParams::all_solutions |
◆ integer_variables
| bool operations_research::math_opt::CallbackTestParams::integer_variables |
◆ reaches_cut_callback
| std::optional<SolveParameters> operations_research::math_opt::CallbackTestParams::reaches_cut_callback |
◆ solver_type
| SolverType operations_research::math_opt::CallbackTestParams::solver_type |
◆ supported_events
| absl::flat_hash_set<CallbackEvent> operations_research::math_opt::CallbackTestParams::supported_events |
The documentation for this struct was generated from the following files: