|
| | MPModelProto () |
| | ~MPModelProto () PROTOBUF_FINAL |
| template<typename = void> |
| PROTOBUF_CONSTEXPR | MPModelProto (::google::protobuf::internal::ConstantInitialized) |
| | MPModelProto (const MPModelProto &from) |
| | MPModelProto (MPModelProto &&from) noexcept |
| MPModelProto & | operator= (const MPModelProto &from) |
| MPModelProto & | operator= (MPModelProto &&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 (MPModelProto *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (MPModelProto *PROTOBUF_NONNULL other) |
| MPModelProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const MPModelProto &from) |
| void | MergeFrom (const MPModelProto &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 |
| int | variable_size () const |
| void | clear_variable () |
| ::operations_research::MPVariableProto *PROTOBUF_NONNULL | mutable_variable (int index) |
| ::google::protobuf::RepeatedPtrField<::operations_research::MPVariableProto > *PROTOBUF_NONNULL | mutable_variable () |
| const ::operations_research::MPVariableProto & | variable (int index) const |
| ::operations_research::MPVariableProto *PROTOBUF_NONNULL | add_variable () |
| const ::google::protobuf::RepeatedPtrField<::operations_research::MPVariableProto > & | variable () const |
| int | constraint_size () const |
| void | clear_constraint () |
| ::operations_research::MPConstraintProto *PROTOBUF_NONNULL | mutable_constraint (int index) |
| ::google::protobuf::RepeatedPtrField<::operations_research::MPConstraintProto > *PROTOBUF_NONNULL | mutable_constraint () |
| const ::operations_research::MPConstraintProto & | constraint (int index) const |
| ::operations_research::MPConstraintProto *PROTOBUF_NONNULL | add_constraint () |
| const ::google::protobuf::RepeatedPtrField<::operations_research::MPConstraintProto > & | constraint () const |
| int | general_constraint_size () const |
| void | clear_general_constraint () |
| ::operations_research::MPGeneralConstraintProto *PROTOBUF_NONNULL | mutable_general_constraint (int index) |
| ::google::protobuf::RepeatedPtrField<::operations_research::MPGeneralConstraintProto > *PROTOBUF_NONNULL | mutable_general_constraint () |
| const ::operations_research::MPGeneralConstraintProto & | general_constraint (int index) const |
| ::operations_research::MPGeneralConstraintProto *PROTOBUF_NONNULL | add_general_constraint () |
| const ::google::protobuf::RepeatedPtrField<::operations_research::MPGeneralConstraintProto > & | general_constraint () const |
| int | annotation_size () const |
| void | clear_annotation () |
| ::operations_research::MPModelProto_Annotation *PROTOBUF_NONNULL | mutable_annotation (int index) |
| ::google::protobuf::RepeatedPtrField<::operations_research::MPModelProto_Annotation > *PROTOBUF_NONNULL | mutable_annotation () |
| const ::operations_research::MPModelProto_Annotation & | annotation (int index) const |
| ::operations_research::MPModelProto_Annotation *PROTOBUF_NONNULL | add_annotation () |
| const ::google::protobuf::RepeatedPtrField<::operations_research::MPModelProto_Annotation > & | annotation () const |
| bool | has_name () const |
| void | clear_name () |
| const ::std::string & | name () const |
| template<typename Arg_ = const ::std::string&, typename... Args_> |
| void | set_name (Arg_ &&arg, Args_... args) |
| ::std::string *PROTOBUF_NONNULL | mutable_name () |
| ::std::string *PROTOBUF_NULLABLE | release_name () |
| void | set_allocated_name (::std::string *PROTOBUF_NULLABLE value) |
| bool | has_solution_hint () const |
| void | clear_solution_hint () |
| const ::operations_research::PartialVariableAssignment & | solution_hint () const |
| ::operations_research::PartialVariableAssignment *PROTOBUF_NULLABLE | release_solution_hint () |
| ::operations_research::PartialVariableAssignment *PROTOBUF_NONNULL | mutable_solution_hint () |
| void | set_allocated_solution_hint (::operations_research::PartialVariableAssignment *PROTOBUF_NULLABLE value) |
| void | unsafe_arena_set_allocated_solution_hint (::operations_research::PartialVariableAssignment *PROTOBUF_NULLABLE value) |
| ::operations_research::PartialVariableAssignment *PROTOBUF_NULLABLE | unsafe_arena_release_solution_hint () |
| bool | has_quadratic_objective () const |
| void | clear_quadratic_objective () |
| const ::operations_research::MPQuadraticObjective & | quadratic_objective () const |
| ::operations_research::MPQuadraticObjective *PROTOBUF_NULLABLE | release_quadratic_objective () |
| ::operations_research::MPQuadraticObjective *PROTOBUF_NONNULL | mutable_quadratic_objective () |
| void | set_allocated_quadratic_objective (::operations_research::MPQuadraticObjective *PROTOBUF_NULLABLE value) |
| void | unsafe_arena_set_allocated_quadratic_objective (::operations_research::MPQuadraticObjective *PROTOBUF_NULLABLE value) |
| ::operations_research::MPQuadraticObjective *PROTOBUF_NULLABLE | unsafe_arena_release_quadratic_objective () |
| bool | has_objective_offset () const |
| void | clear_objective_offset () |
| double | objective_offset () const |
| void | set_objective_offset (double value) |
| bool | has_maximize () const |
| void | clear_maximize () |
| bool | maximize () const |
| void | set_maximize (bool value) |
| template<typename> |
| PROTOBUF_CONSTEXPR | MPModelProto (::_pbi::ConstantInitialized) |
| template<typename Arg_, typename... Args_> |
| PROTOBUF_ALWAYS_INLINE void | set_name (Arg_ &&arg, Args_... args) |