![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
This is the complete list of members for operations_research::math_opt::SolverInterfaceMock, including all inherited members.
| Callback typedef | operations_research::math_opt::SolverInterface | |
| ComputeInfeasibleSubsystem(const SolveParametersProto ¶meters, MessageCallback message_cb, const SolveInterrupter *absl_nullable interrupter)=0 | operations_research::math_opt::SolverInterface | pure virtual |
| Factory typedef | operations_research::math_opt::SolverInterface | |
| MessageCallback typedef | operations_research::math_opt::SolverInterface | |
| MOCK_METHOD(absl::StatusOr< SolveResultProto >, Solve,(const SolveParametersProto ¶meters, const ModelSolveParametersProto &model_parameters, MessageCallback message_cb, const CallbackRegistrationProto &callback_registration, Callback cb, const SolveInterrupter *absl_nullable interrupter),(override)) | operations_research::math_opt::SolverInterfaceMock | |
| MOCK_METHOD(absl::StatusOr< bool >, Update,(const ModelUpdateProto &model_update),(override)) | operations_research::math_opt::SolverInterfaceMock | |
| MOCK_METHOD(absl::StatusOr< ComputeInfeasibleSubsystemResultProto >, ComputeInfeasibleSubsystem,(const SolveParametersProto ¶meters, MessageCallback message_cb, const SolveInterrupter *absl_nullable interrupter),(override)) | operations_research::math_opt::SolverInterfaceMock | |
| operator=(const SolverInterface &)=delete | operations_research::math_opt::SolverInterface | |
| Solve(const SolveParametersProto ¶meters, const ModelSolveParametersProto &model_parameters, MessageCallback message_cb, const CallbackRegistrationProto &callback_registration, Callback cb, const SolveInterrupter *absl_nullable interrupter)=0 | operations_research::math_opt::SolverInterface | pure virtual |
| SolverInterface()=default | operations_research::math_opt::SolverInterface | |
| SolverInterface(const SolverInterface &)=delete | operations_research::math_opt::SolverInterface | |
| Update(const ModelUpdateProto &model_update)=0 | operations_research::math_opt::SolverInterface | pure virtual |
| ~SolverInterface()=default | operations_research::math_opt::SolverInterface | virtual |