![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 1958 of file model_update.pb.h.
#include <model_update.pb.h>
Classes | |
class | _Internal |
Public Types | |
enum | : int { kDeletedObjectiveIdsFieldNumber = 1 , kNewObjectivesFieldNumber = 2 , kObjectiveUpdatesFieldNumber = 3 } |
nested types -------------------------------------------------— More... |
Public Member Functions | |
AuxiliaryObjectivesUpdatesProto () | |
~AuxiliaryObjectivesUpdatesProto () PROTOBUF_FINAL | |
template<typename = void> | |
PROTOBUF_CONSTEXPR | AuxiliaryObjectivesUpdatesProto (::google::protobuf::internal::ConstantInitialized) |
AuxiliaryObjectivesUpdatesProto (const AuxiliaryObjectivesUpdatesProto &from) | |
AuxiliaryObjectivesUpdatesProto (AuxiliaryObjectivesUpdatesProto &&from) noexcept | |
AuxiliaryObjectivesUpdatesProto & | operator= (const AuxiliaryObjectivesUpdatesProto &from) |
AuxiliaryObjectivesUpdatesProto & | operator= (AuxiliaryObjectivesUpdatesProto &&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 (AuxiliaryObjectivesUpdatesProto *PROTOBUF_NONNULL other) |
void | UnsafeArenaSwap (AuxiliaryObjectivesUpdatesProto *PROTOBUF_NONNULL other) |
AuxiliaryObjectivesUpdatesProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
implements Message -------------------------------------------— | |
void | CopyFrom (const AuxiliaryObjectivesUpdatesProto &from) |
void | MergeFrom (const AuxiliaryObjectivesUpdatesProto &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 | deleted_objective_ids_size () const |
repeated int64 deleted_objective_ids = 1; | |
void | clear_deleted_objective_ids () |
::int64_t | deleted_objective_ids (int index) const |
void | set_deleted_objective_ids (int index, ::int64_t value) |
void | add_deleted_objective_ids (::int64_t value) |
const ::google::protobuf::RepeatedField<::int64_t > & | deleted_objective_ids () const |
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL | mutable_deleted_objective_ids () |
int | new_objectives_size () const |
map<int64, .operations_research.math_opt.ObjectiveProto> new_objectives = 2; | |
void | clear_new_objectives () |
const ::google::protobuf::Map<::int64_t, ::operations_research::math_opt::ObjectiveProto > & | new_objectives () const |
::google::protobuf::Map<::int64_t, ::operations_research::math_opt::ObjectiveProto > *PROTOBUF_NONNULL | mutable_new_objectives () |
int | objective_updates_size () const |
map<int64, .operations_research.math_opt.ObjectiveUpdatesProto> objective_updates = 3; | |
void | clear_objective_updates () |
const ::google::protobuf::Map<::int64_t, ::operations_research::math_opt::ObjectiveUpdatesProto > & | objective_updates () const |
::google::protobuf::Map<::int64_t, ::operations_research::math_opt::ObjectiveUpdatesProto > *PROTOBUF_NONNULL | mutable_objective_updates () |
template<typename> | |
PROTOBUF_CONSTEXPR | AuxiliaryObjectivesUpdatesProto (::_pbi::ConstantInitialized) |
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 AuxiliaryObjectivesUpdatesProto & | default_instance () |
static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages = 4 |
Protected Member Functions | |
AuxiliaryObjectivesUpdatesProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
AuxiliaryObjectivesUpdatesProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const AuxiliaryObjectivesUpdatesProto &from) | |
AuxiliaryObjectivesUpdatesProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, AuxiliaryObjectivesUpdatesProto &&from) noexcept | |
const ::google::protobuf::internal::ClassData *PROTOBUF_NONNULL | GetClassData () const PROTOBUF_FINAL |
Static Protected Member Functions | |
static void *PROTOBUF_NONNULL | PlacementNew_ (const void *PROTOBUF_NONNULL, void *PROTOBUF_NONNULL mem, ::google::protobuf::Arena *PROTOBUF_NULLABLE arena) |
static constexpr auto | InternalNewImpl_ () |
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_2fmath_5fopt_2fmodel_5fupdate_2eproto |
void | swap (AuxiliaryObjectivesUpdatesProto &a, AuxiliaryObjectivesUpdatesProto &b) |
anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
Enumerator | |
---|---|
kDeletedObjectiveIdsFieldNumber | |
kNewObjectivesFieldNumber | |
kObjectiveUpdatesFieldNumber |
Definition at line 2100 of file model_update.pb.h.
|
inline |
Definition at line 1961 of file model_update.pb.h.
operations_research::math_opt::AuxiliaryObjectivesUpdatesProto::~AuxiliaryObjectivesUpdatesProto | ( | ) |
@protoc_insertion_point(destructor:operations_research.math_opt.AuxiliaryObjectivesUpdatesProto)
Definition at line 1684 of file model_update.pb.cc.
|
explicit |
|
inline |
Definition at line 1974 of file model_update.pb.h.
|
inlinenoexcept |
Definition at line 1975 of file model_update.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.math_opt.AuxiliaryObjectivesUpdatesProto)
Definition at line 1637 of file model_update.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.math_opt.AuxiliaryObjectivesUpdatesProto)
Definition at line 1656 of file model_update.pb.cc.
|
inlineprotectednoexcept |
Definition at line 2082 of file model_update.pb.h.
PROTOBUF_CONSTEXPR operations_research::math_opt::AuxiliaryObjectivesUpdatesProto::AuxiliaryObjectivesUpdatesProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 337 of file model_update.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.math_opt.AuxiliaryObjectivesUpdatesProto)
repeated int64 deleted_objective_ids = 1;
map<int64, .operations_research.math_opt.ObjectiveProto> new_objectives = 2;
map<int64, .operations_research.math_opt.ObjectiveUpdatesProto> objective_updates = 3;
@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.AuxiliaryObjectivesUpdatesProto)
Definition at line 1833 of file model_update.pb.cc.
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.AuxiliaryObjectivesUpdatesProto.deleted_objective_ids)
Definition at line 3225 of file model_update.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.AuxiliaryObjectivesUpdatesProto)
Prevent compiler warnings about cached_has_bits being unused
repeated int64 deleted_objective_ids = 1;
map<int64, .operations_research.math_opt.ObjectiveProto> new_objectives = 2;
map<int64, .operations_research.math_opt.ObjectiveUpdatesProto> objective_updates = 3;
Definition at line 1906 of file model_update.pb.cc.
PROTOBUF_NOINLINE void operations_research::math_opt::AuxiliaryObjectivesUpdatesProto::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.math_opt.AuxiliaryObjectivesUpdatesProto)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 1814 of file model_update.pb.cc.
|
inline |
Definition at line 3213 of file model_update.pb.h.
void operations_research::math_opt::AuxiliaryObjectivesUpdatesProto::clear_new_objectives | ( | ) |
Definition at line 1633 of file model_update.pb.cc.
|
inline |
Definition at line 3284 of file model_update.pb.h.
void operations_research::math_opt::AuxiliaryObjectivesUpdatesProto::CopyFrom | ( | const AuxiliaryObjectivesUpdatesProto & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.AuxiliaryObjectivesUpdatesProto)
Definition at line 1964 of file model_update.pb.cc.
|
inlinestatic |
Definition at line 2009 of file model_update.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.AuxiliaryObjectivesUpdatesProto.deleted_objective_ids)
Definition at line 3230 of file model_update.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.AuxiliaryObjectivesUpdatesProto.deleted_objective_ids)
Definition at line 3217 of file model_update.pb.h.
|
inline |
repeated int64 deleted_objective_ids = 1;
Definition at line 3210 of file model_update.pb.h.
|
inlinestatic |
Definition at line 2000 of file model_update.pb.h.
|
inline |
Definition at line 2068 of file model_update.pb.h.
|
protected |
Definition at line 1760 of file model_update.pb.cc.
|
inlinestatic |
Definition at line 2003 of file model_update.pb.h.
google::protobuf::Metadata operations_research::math_opt::AuxiliaryObjectivesUpdatesProto::GetMetadata | ( | ) | const |
Definition at line 1980 of file model_update.pb.cc.
|
inlinestatic |
Definition at line 2006 of file model_update.pb.h.
|
staticconstexpr |
Definition at line 1732 of file model_update.pb.cc.
|
staticconstexprprotected |
Definition at line 1700 of file model_update.pb.cc.
|
inline |
Definition at line 2044 of file model_update.pb.h.
|
inline |
Definition at line 2037 of file model_update.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.AuxiliaryObjectivesUpdatesProto.deleted_objective_ids)
Definition at line 3235 of file model_update.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_map:operations_research.math_opt.AuxiliaryObjectivesUpdatesProto.new_objectives)
Definition at line 3271 of file model_update.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_map:operations_research.math_opt.AuxiliaryObjectivesUpdatesProto.objective_updates)
Definition at line 3300 of file model_update.pb.h.
|
inline |
Definition at line 1995 of file model_update.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 2031 of file model_update.pb.h.
|
inline |
@protoc_insertion_point(field_map:operations_research.math_opt.AuxiliaryObjectivesUpdatesProto.new_objectives)
Definition at line 3263 of file model_update.pb.h.
|
inline |
map<int64, .operations_research.math_opt.ObjectiveProto> new_objectives = 2;
Definition at line 3256 of file model_update.pb.h.
|
inline |
@protoc_insertion_point(field_map:operations_research.math_opt.AuxiliaryObjectivesUpdatesProto.objective_updates)
Definition at line 3292 of file model_update.pb.h.
|
inline |
map<int64, .operations_research.math_opt.ObjectiveUpdatesProto> objective_updates = 3;
Definition at line 3281 of file model_update.pb.h.
|
inlinenoexcept |
Definition at line 1981 of file model_update.pb.h.
|
inline |
Definition at line 1977 of file model_update.pb.h.
|
inlinestaticprotected |
Definition at line 1695 of file model_update.pb.cc.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.AuxiliaryObjectivesUpdatesProto.deleted_objective_ids)
Definition at line 3221 of file model_update.pb.h.
|
inline |
Definition at line 2015 of file model_update.pb.h.
|
inline |
Definition at line 1991 of file model_update.pb.h.
|
inline |
Definition at line 2023 of file model_update.pb.h.
|
friend |
Definition at line 2163 of file model_update.pb.h.
|
friend |
Definition at line 2165 of file model_update.pb.h.
|
friend |
Definition at line 2156 of file model_update.pb.h.
|
friend |
Definition at line 2162 of file model_update.pb.h.
|
friend |
Definition at line 2191 of file model_update.pb.h.
|
friend |
Definition at line 2014 of file model_update.pb.h.
Impl_ operations_research::math_opt::AuxiliaryObjectivesUpdatesProto::_impl_ |
Definition at line 2190 of file model_update.pb.h.
|
staticconstexpr |
Definition at line 2013 of file model_update.pb.h.