![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 33 of file solve_arguments.h.
#include <solve_arguments.h>
Public Member Functions | |
| absl::Status | CheckModelStorage (ModelStorageCPtr expected_storage) const |
Public Attributes | |
| SolveParameters | parameters |
| ModelSolveParameters | model_parameters |
| MessageCallback | message_callback = nullptr |
| CallbackRegistration | callback_registration |
| Callback | callback = nullptr |
| const SolveInterrupter *absl_nullable | interrupter = nullptr |
| absl::Status operations_research::math_opt::SolveArguments::CheckModelStorage | ( | ModelStorageCPtr | expected_storage | ) | const |
Definition at line 27 of file solve_arguments.cc.
| Callback operations_research::math_opt::SolveArguments::callback = nullptr |
Definition at line 68 of file solve_arguments.h.
| CallbackRegistration operations_research::math_opt::SolveArguments::callback_registration |
Definition at line 60 of file solve_arguments.h.
| const SolveInterrupter* absl_nullable operations_research::math_opt::SolveArguments::interrupter = nullptr |
Definition at line 86 of file solve_arguments.h.
| MessageCallback operations_research::math_opt::SolveArguments::message_callback = nullptr |
Definition at line 56 of file solve_arguments.h.
| ModelSolveParameters operations_research::math_opt::SolveArguments::model_parameters |
Definition at line 38 of file solve_arguments.h.
| SolveParameters operations_research::math_opt::SolveArguments::parameters |
Definition at line 35 of file solve_arguments.h.