![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 4400 of file linear_solver.pb.h.
#include <linear_solver.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kBaselineModelFilePathFieldNumber = 1 , kVariableOverridesFieldNumber = 2 , kConstraintOverridesFieldNumber = 3 } |
Public Member Functions | |
| MPModelDeltaProto () | |
| ~MPModelDeltaProto () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | MPModelDeltaProto (::google::protobuf::internal::ConstantInitialized) |
| MPModelDeltaProto (const MPModelDeltaProto &from) | |
| MPModelDeltaProto (MPModelDeltaProto &&from) noexcept | |
| MPModelDeltaProto & | operator= (const MPModelDeltaProto &from) |
| MPModelDeltaProto & | operator= (MPModelDeltaProto &&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 (MPModelDeltaProto *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (MPModelDeltaProto *PROTOBUF_NONNULL other) |
| MPModelDeltaProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const MPModelDeltaProto &from) |
| void | MergeFrom (const MPModelDeltaProto &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_baseline_model_file_path () const |
| void | clear_baseline_model_file_path () |
| const ::std::string & | baseline_model_file_path () const |
| template<typename Arg_ = const ::std::string&, typename... Args_> | |
| void | set_baseline_model_file_path (Arg_ &&arg, Args_... args) |
| ::std::string *PROTOBUF_NONNULL | mutable_baseline_model_file_path () |
| ::std::string *PROTOBUF_NULLABLE | release_baseline_model_file_path () |
| void | set_allocated_baseline_model_file_path (::std::string *PROTOBUF_NULLABLE value) |
| int | variable_overrides_size () const |
| void | clear_variable_overrides () |
| const ::google::protobuf::Map<::int32_t, ::operations_research::MPVariableProto > & | variable_overrides () const |
| ::google::protobuf::Map<::int32_t, ::operations_research::MPVariableProto > *PROTOBUF_NONNULL | mutable_variable_overrides () |
| int | constraint_overrides_size () const |
| void | clear_constraint_overrides () |
| const ::google::protobuf::Map<::int32_t, ::operations_research::MPConstraintProto > & | constraint_overrides () const |
| ::google::protobuf::Map<::int32_t, ::operations_research::MPConstraintProto > *PROTOBUF_NONNULL | mutable_constraint_overrides () |
| template<typename> | |
| PROTOBUF_CONSTEXPR | MPModelDeltaProto (::_pbi::ConstantInitialized) |
| template<typename Arg_, typename... Args_> | |
| PROTOBUF_ALWAYS_INLINE void | set_baseline_model_file_path (Arg_ &&arg, Args_... args) |
Static Public Member Functions | |
| static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL | descriptor () |
| static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL | GetDescriptor () |
| static const ::google::protobuf::Reflection *PROTOBUF_NONNULL | GetReflection () |
| static const MPModelDeltaProto & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 17 |
Friends | |
| class | ::google::protobuf::internal::TcParser |
| class | ::google::protobuf::MessageLite |
| class | ::google::protobuf::Arena |
| template<typename T> | |
| class | ::google::protobuf::Arena::InternalHelper |
| struct | ::TableStruct_ortools_2flinear_5fsolver_2flinear_5fsolver_2eproto |
| void | swap (MPModelDeltaProto &a, MPModelDeltaProto &b) |
| anonymous enum : int |
| Enumerator | |
|---|---|
| kBaselineModelFilePathFieldNumber | |
| kVariableOverridesFieldNumber | |
| kConstraintOverridesFieldNumber | |
Definition at line 4541 of file linear_solver.pb.h.
|
inline |
Definition at line 4403 of file linear_solver.pb.h.
| operations_research::MPModelDeltaProto::~MPModelDeltaProto | ( | ) |
Definition at line 7326 of file linear_solver.pb.cc.
|
explicit |
|
inline |
Definition at line 4416 of file linear_solver.pb.h.
|
inlinenoexcept |
Definition at line 4417 of file linear_solver.pb.h.
| PROTOBUF_CONSTEXPR operations_research::MPModelDeltaProto::MPModelDeltaProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 538 of file linear_solver.pb.cc.
|
final |
Definition at line 7473 of file linear_solver.pb.cc.
|
inline |
Definition at line 9340 of file linear_solver.pb.h.
|
final |
Definition at line 7551 of file linear_solver.pb.cc.
| PROTOBUF_NOINLINE void operations_research::MPModelDeltaProto::Clear | ( | ) |
Definition at line 7444 of file linear_solver.pb.cc.
|
inline |
Definition at line 9334 of file linear_solver.pb.h.
|
inline |
Definition at line 9437 of file linear_solver.pb.h.
|
inline |
Definition at line 9405 of file linear_solver.pb.h.
|
inline |
Definition at line 9447 of file linear_solver.pb.h.
|
inline |
Definition at line 9434 of file linear_solver.pb.h.
| void operations_research::MPModelDeltaProto::CopyFrom | ( | const MPModelDeltaProto & | from | ) |
Definition at line 7624 of file linear_solver.pb.cc.
|
inlinestatic |
Definition at line 4451 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 4442 of file linear_solver.pb.h.
|
inline |
Definition at line 4510 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 4445 of file linear_solver.pb.h.
| google::protobuf::Metadata operations_research::MPModelDeltaProto::GetMetadata | ( | ) | const |
Definition at line 7643 of file linear_solver.pb.cc.
|
inlinestatic |
Definition at line 4448 of file linear_solver.pb.h.
|
inline |
Definition at line 9330 of file linear_solver.pb.h.
|
staticconstexpr |
Definition at line 7366 of file linear_solver.pb.cc.
|
inline |
Definition at line 4486 of file linear_solver.pb.h.
|
inline |
Definition at line 4479 of file linear_solver.pb.h.
|
inline |
Definition at line 9352 of file linear_solver.pb.h.
|
inline |
Definition at line 9455 of file linear_solver.pb.h.
|
inline |
Definition at line 4437 of file linear_solver.pb.h.
|
inline |
Definition at line 9423 of file linear_solver.pb.h.
|
inline |
Definition at line 4473 of file linear_solver.pb.h.
|
inline |
Definition at line 4419 of file linear_solver.pb.h.
|
inlinenoexcept |
Definition at line 4423 of file linear_solver.pb.h.
|
inlinenodiscard |
Definition at line 9371 of file linear_solver.pb.h.
|
inline |
Definition at line 9384 of file linear_solver.pb.h.
| PROTOBUF_ALWAYS_INLINE void operations_research::MPModelDeltaProto::set_baseline_model_file_path | ( | Arg_ && | arg, |
| Args_... | args ) |
Definition at line 9346 of file linear_solver.pb.h.
| void operations_research::MPModelDeltaProto::set_baseline_model_file_path | ( | Arg_ && | arg, |
| Args_... | args ) |
|
inline |
Definition at line 4457 of file linear_solver.pb.h.
|
inline |
Definition at line 4433 of file linear_solver.pb.h.
|
inline |
Definition at line 4465 of file linear_solver.pb.h.
|
inline |
Definition at line 9415 of file linear_solver.pb.h.
|
inline |
Definition at line 9402 of file linear_solver.pb.h.
|
friend |
Definition at line 4602 of file linear_solver.pb.h.
|
friend |
Definition at line 4604 of file linear_solver.pb.h.
|
friend |
Definition at line 4595 of file linear_solver.pb.h.
|
friend |
Definition at line 4601 of file linear_solver.pb.h.
|
friend |
Definition at line 4630 of file linear_solver.pb.h.
|
friend |
Definition at line 4456 of file linear_solver.pb.h.
| Impl_ operations_research::MPModelDeltaProto::_impl_ |
Definition at line 4629 of file linear_solver.pb.h.
|
staticconstexpr |
Definition at line 4455 of file linear_solver.pb.h.