![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 122 of file solver_interface_mock.h.
#include <solver_interface_mock.h>
Public Member Functions | |
| DelegatingSolver (SolverInterface *const solver, std::function< void()> destructor_cb=nullptr) | |
| ~DelegatingSolver () override | |
| absl::StatusOr< SolveResultProto > | Solve (const SolveParametersProto ¶meters, const ModelSolveParametersProto &model_parameters, MessageCallback message_cb, const CallbackRegistrationProto &callback_registration, Callback cb, const SolveInterrupter *absl_nullable const interrupter) override |
| absl::StatusOr< bool > | Update (const ModelUpdateProto &model_update) override |
| absl::StatusOr< ComputeInfeasibleSubsystemResultProto > | ComputeInfeasibleSubsystem (const SolveParametersProto ¶meters, MessageCallback message_cb, const SolveInterrupter *absl_nullable const interrupter) override |
| Public Member Functions inherited from operations_research::math_opt::SolverInterface | |
| SolverInterface ()=default | |
| SolverInterface (const SolverInterface &)=delete | |
| SolverInterface & | operator= (const SolverInterface &)=delete |
| virtual | ~SolverInterface ()=default |
Additional Inherited Members | |
| Public Types inherited from operations_research::math_opt::SolverInterface | |
| using | MessageCallback = std::function<void(const std::vector<std::string>&)> |
| using | Callback |
| using | Factory |
|
inlineexplicit |
Definition at line 126 of file solver_interface_mock.h.
|
inlineoverride |
Definition at line 131 of file solver_interface_mock.h.
|
inlineoverridevirtual |
Implements operations_research::math_opt::SolverInterface.
Definition at line 152 of file solver_interface_mock.h.
|
inlineoverridevirtual |
Implements operations_research::math_opt::SolverInterface.
Definition at line 137 of file solver_interface_mock.h.
|
inlineoverridevirtual |
Implements operations_research::math_opt::SolverInterface.
Definition at line 147 of file solver_interface_mock.h.