|
| | MPModelRequest () |
| | ~MPModelRequest () PROTOBUF_FINAL |
| template<typename = void> |
| PROTOBUF_CONSTEXPR | MPModelRequest (::google::protobuf::internal::ConstantInitialized) |
| | MPModelRequest (const MPModelRequest &from) |
| | MPModelRequest (MPModelRequest &&from) noexcept |
| MPModelRequest & | operator= (const MPModelRequest &from) |
| MPModelRequest & | operator= (MPModelRequest &&from) noexcept |
| const ::google::protobuf::UnknownFieldSet & | unknown_fields () const ABSL_ATTRIBUTE_LIFETIME_BOUND |
| inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL | mutable_unknown_fields () ABSL_ATTRIBUTE_LIFETIME_BOUND |
| void | Swap (MPModelRequest *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (MPModelRequest *PROTOBUF_NONNULL other) |
| MPModelRequest *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const MPModelRequest &from) |
| void | MergeFrom (const MPModelRequest &from) |
| bool | IsInitialized () const |
| ABSL_ATTRIBUTE_REINITIALIZES void | Clear () PROTOBUF_FINAL |
| ::size_t | ByteSizeLong () const final |
| ::uint8_t *PROTOBUF_NONNULL | _InternalSerialize (::uint8_t *PROTOBUF_NONNULL target, ::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream) const final |
| int | GetCachedSize () const |
| ::google::protobuf::Metadata | GetMetadata () const |
| bool | has_solver_specific_parameters () const |
| void | clear_solver_specific_parameters () |
| const ::std::string & | solver_specific_parameters () const |
| template<typename Arg_ = const ::std::string&, typename... Args_> |
| void | set_solver_specific_parameters (Arg_ &&arg, Args_... args) |
| ::std::string *PROTOBUF_NONNULL | mutable_solver_specific_parameters () |
| ::std::string *PROTOBUF_NULLABLE | release_solver_specific_parameters () |
| void | set_allocated_solver_specific_parameters (::std::string *PROTOBUF_NULLABLE value) |
| bool | has_model () const |
| void | clear_model () |
| const ::operations_research::MPModelProto & | model () const |
| ::operations_research::MPModelProto *PROTOBUF_NULLABLE | release_model () |
| ::operations_research::MPModelProto *PROTOBUF_NONNULL | mutable_model () |
| void | set_allocated_model (::operations_research::MPModelProto *PROTOBUF_NULLABLE value) |
| void | unsafe_arena_set_allocated_model (::operations_research::MPModelProto *PROTOBUF_NULLABLE value) |
| ::operations_research::MPModelProto *PROTOBUF_NULLABLE | unsafe_arena_release_model () |
| bool | has_model_delta () const |
| void | clear_model_delta () |
| const ::operations_research::MPModelDeltaProto & | model_delta () const |
| ::operations_research::MPModelDeltaProto *PROTOBUF_NULLABLE | release_model_delta () |
| ::operations_research::MPModelDeltaProto *PROTOBUF_NONNULL | mutable_model_delta () |
| void | set_allocated_model_delta (::operations_research::MPModelDeltaProto *PROTOBUF_NULLABLE value) |
| void | unsafe_arena_set_allocated_model_delta (::operations_research::MPModelDeltaProto *PROTOBUF_NULLABLE value) |
| ::operations_research::MPModelDeltaProto *PROTOBUF_NULLABLE | unsafe_arena_release_model_delta () |
| bool | has_solver_time_limit_seconds () const |
| void | clear_solver_time_limit_seconds () |
| double | solver_time_limit_seconds () const |
| void | set_solver_time_limit_seconds (double value) |
| bool | has_enable_internal_solver_output () const |
| void | clear_enable_internal_solver_output () |
| bool | enable_internal_solver_output () const |
| void | set_enable_internal_solver_output (bool value) |
| bool | has_ignore_solver_specific_parameters_failure () const |
| void | clear_ignore_solver_specific_parameters_failure () |
| bool | ignore_solver_specific_parameters_failure () const |
| void | set_ignore_solver_specific_parameters_failure (bool value) |
| bool | has_populate_additional_solutions_up_to () const |
| void | clear_populate_additional_solutions_up_to () |
| ::int32_t | populate_additional_solutions_up_to () const |
| void | set_populate_additional_solutions_up_to (::int32_t value) |
| bool | has_solver_type () const |
| void | clear_solver_type () |
| ::operations_research::MPModelRequest_SolverType | solver_type () const |
| void | set_solver_type (::operations_research::MPModelRequest_SolverType value) |
| template<typename> |
| PROTOBUF_CONSTEXPR | MPModelRequest (::_pbi::ConstantInitialized) |
| template<typename Arg_, typename... Args_> |
| PROTOBUF_ALWAYS_INLINE void | set_solver_specific_parameters (Arg_ &&arg, Args_... args) |