Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::SosConstraintUpdatesProto Class Referencefinal

Detailed Description

Definition at line 1078 of file model_update.pb.h.

#include <model_update.pb.h>

Inheritance diagram for operations_research::math_opt::SosConstraintUpdatesProto:

Classes

class  _Internal

Public Types

enum  : int { kDeletedConstraintIdsFieldNumber = 1 , kNewConstraintsFieldNumber = 2 }
 nested types -------------------------------------------------— More...

Public Member Functions

 SosConstraintUpdatesProto ()
 ~SosConstraintUpdatesProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR SosConstraintUpdatesProto (::google::protobuf::internal::ConstantInitialized)
 SosConstraintUpdatesProto (const SosConstraintUpdatesProto &from)
 SosConstraintUpdatesProto (SosConstraintUpdatesProto &&from) noexcept
SosConstraintUpdatesProtooperator= (const SosConstraintUpdatesProto &from)
SosConstraintUpdatesProtooperator= (SosConstraintUpdatesProto &&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 (SosConstraintUpdatesProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (SosConstraintUpdatesProto *PROTOBUF_NONNULL other)
SosConstraintUpdatesProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const SosConstraintUpdatesProto &from)
void MergeFrom (const SosConstraintUpdatesProto &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_constraint_ids_size () const
 repeated int64 deleted_constraint_ids = 1;
void clear_deleted_constraint_ids ()
::int64_t deleted_constraint_ids (int index) const
void set_deleted_constraint_ids (int index, ::int64_t value)
void add_deleted_constraint_ids (::int64_t value)
const ::google::protobuf::RepeatedField<::int64_t > & deleted_constraint_ids () const
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL mutable_deleted_constraint_ids ()
int new_constraints_size () const
 map<int64, .operations_research.math_opt.SosConstraintProto> new_constraints = 2;
void clear_new_constraints ()
const ::google::protobuf::Map<::int64_t, ::operations_research::math_opt::SosConstraintProto > & new_constraints () const
::google::protobuf::Map<::int64_t, ::operations_research::math_opt::SosConstraintProto > *PROTOBUF_NONNULL mutable_new_constraints ()
template<typename>
PROTOBUF_CONSTEXPR SosConstraintUpdatesProto (::_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 SosConstraintUpdatesProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 11

Protected Member Functions

 SosConstraintUpdatesProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
 SosConstraintUpdatesProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const SosConstraintUpdatesProto &from)
 SosConstraintUpdatesProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, SosConstraintUpdatesProto &&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 (SosConstraintUpdatesProto &a, SosConstraintUpdatesProto &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

nested types -------------------------------------------------—

accessors ----------------------------------------------------—

Enumerator
kDeletedConstraintIdsFieldNumber 
kNewConstraintsFieldNumber 

Definition at line 1220 of file model_update.pb.h.

Constructor & Destructor Documentation

◆ SosConstraintUpdatesProto() [1/8]

operations_research::math_opt::SosConstraintUpdatesProto::SosConstraintUpdatesProto ( )
inline

Definition at line 1081 of file model_update.pb.h.

◆ ~SosConstraintUpdatesProto()

operations_research::math_opt::SosConstraintUpdatesProto::~SosConstraintUpdatesProto ( )

@protoc_insertion_point(destructor:operations_research.math_opt.SosConstraintUpdatesProto)

Definition at line 3262 of file model_update.pb.cc.

◆ SosConstraintUpdatesProto() [2/8]

template<typename = void>
PROTOBUF_CONSTEXPR operations_research::math_opt::SosConstraintUpdatesProto::SosConstraintUpdatesProto ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ SosConstraintUpdatesProto() [3/8]

operations_research::math_opt::SosConstraintUpdatesProto::SosConstraintUpdatesProto ( const SosConstraintUpdatesProto & from)
inline

Definition at line 1094 of file model_update.pb.h.

◆ SosConstraintUpdatesProto() [4/8]

operations_research::math_opt::SosConstraintUpdatesProto::SosConstraintUpdatesProto ( SosConstraintUpdatesProto && from)
inlinenoexcept

Definition at line 1095 of file model_update.pb.h.

◆ SosConstraintUpdatesProto() [5/8]

operations_research::math_opt::SosConstraintUpdatesProto::SosConstraintUpdatesProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.math_opt.SosConstraintUpdatesProto)

Definition at line 3217 of file model_update.pb.cc.

◆ SosConstraintUpdatesProto() [6/8]

operations_research::math_opt::SosConstraintUpdatesProto::SosConstraintUpdatesProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
const SosConstraintUpdatesProto & from )
protected

@protoc_insertion_point(copy_constructor:operations_research.math_opt.SosConstraintUpdatesProto)

Definition at line 3235 of file model_update.pb.cc.

◆ SosConstraintUpdatesProto() [7/8]

operations_research::math_opt::SosConstraintUpdatesProto::SosConstraintUpdatesProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
SosConstraintUpdatesProto && from )
inlineprotectednoexcept

Definition at line 1202 of file model_update.pb.h.

◆ SosConstraintUpdatesProto() [8/8]

template<typename>
PROTOBUF_CONSTEXPR operations_research::math_opt::SosConstraintUpdatesProto::SosConstraintUpdatesProto ( ::_pbi::ConstantInitialized )

Definition at line 228 of file model_update.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::math_opt::SosConstraintUpdatesProto::_InternalSerialize ( ::uint8_t *PROTOBUF_NONNULL target,
::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream ) const
final

@protoc_insertion_point(serialize_to_array_start:operations_research.math_opt.SosConstraintUpdatesProto)

repeated int64 deleted_constraint_ids = 1;

map<int64, .operations_research.math_opt.SosConstraintProto> new_constraints = 2;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.SosConstraintUpdatesProto)

Definition at line 3395 of file model_update.pb.cc.

◆ add_deleted_constraint_ids()

void operations_research::math_opt::SosConstraintUpdatesProto::add_deleted_constraint_ids ( ::int64_t value)
inline

@protoc_insertion_point(field_add:operations_research.math_opt.SosConstraintUpdatesProto.deleted_constraint_ids)

Definition at line 3682 of file model_update.pb.h.

◆ ByteSizeLong()

size_t operations_research::math_opt::SosConstraintUpdatesProto::ByteSizeLong ( ) const
final

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.SosConstraintUpdatesProto)

Prevent compiler warnings about cached_has_bits being unused

repeated int64 deleted_constraint_ids = 1;

map<int64, .operations_research.math_opt.SosConstraintProto> new_constraints = 2;

Definition at line 3447 of file model_update.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::math_opt::SosConstraintUpdatesProto::Clear ( )

@protoc_insertion_point(message_clear_start:operations_research.math_opt.SosConstraintUpdatesProto)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 3377 of file model_update.pb.cc.

◆ clear_deleted_constraint_ids()

void operations_research::math_opt::SosConstraintUpdatesProto::clear_deleted_constraint_ids ( )
inline

Definition at line 3670 of file model_update.pb.h.

◆ clear_new_constraints()

void operations_research::math_opt::SosConstraintUpdatesProto::clear_new_constraints ( )

Definition at line 3213 of file model_update.pb.cc.

◆ CopyFrom()

void operations_research::math_opt::SosConstraintUpdatesProto::CopyFrom ( const SosConstraintUpdatesProto & from)

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.SosConstraintUpdatesProto)

Definition at line 3494 of file model_update.pb.cc.

◆ default_instance()

const SosConstraintUpdatesProto & operations_research::math_opt::SosConstraintUpdatesProto::default_instance ( )
inlinestatic

Definition at line 1129 of file model_update.pb.h.

◆ deleted_constraint_ids() [1/2]

const::google::protobuf::RepeatedField<::int64_t > & operations_research::math_opt::SosConstraintUpdatesProto::deleted_constraint_ids ( ) const
inline

@protoc_insertion_point(field_list:operations_research.math_opt.SosConstraintUpdatesProto.deleted_constraint_ids)

Definition at line 3687 of file model_update.pb.h.

◆ deleted_constraint_ids() [2/2]

int64_t operations_research::math_opt::SosConstraintUpdatesProto::deleted_constraint_ids ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.SosConstraintUpdatesProto.deleted_constraint_ids)

Definition at line 3674 of file model_update.pb.h.

◆ deleted_constraint_ids_size()

int operations_research::math_opt::SosConstraintUpdatesProto::deleted_constraint_ids_size ( ) const
inline

repeated int64 deleted_constraint_ids = 1;

Definition at line 3667 of file model_update.pb.h.

◆ descriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::math_opt::SosConstraintUpdatesProto::descriptor ( )
inlinestatic

Definition at line 1120 of file model_update.pb.h.

◆ GetCachedSize()

int operations_research::math_opt::SosConstraintUpdatesProto::GetCachedSize ( ) const
inline

Definition at line 1188 of file model_update.pb.h.

◆ GetClassData()

PROTOBUF_ATTRIBUTE_WEAKconst::google::protobuf::internal::ClassData *PROTOBUF_NONNULL operations_research::math_opt::SosConstraintUpdatesProto::GetClassData ( ) const
protected

Definition at line 3330 of file model_update.pb.cc.

◆ GetDescriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::math_opt::SosConstraintUpdatesProto::GetDescriptor ( )
inlinestatic

Definition at line 1123 of file model_update.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::math_opt::SosConstraintUpdatesProto::GetMetadata ( ) const

Definition at line 3509 of file model_update.pb.cc.

◆ GetReflection()

const ::google::protobuf::Reflection *PROTOBUF_NONNULL operations_research::math_opt::SosConstraintUpdatesProto::GetReflection ( )
inlinestatic

Definition at line 1126 of file model_update.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::math_opt::SosConstraintUpdatesProto::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 3302 of file model_update.pb.cc.

◆ InternalNewImpl_()

auto operations_research::math_opt::SosConstraintUpdatesProto::InternalNewImpl_ ( )
staticconstexprprotected

Definition at line 3278 of file model_update.pb.cc.

◆ IsInitialized()

bool operations_research::math_opt::SosConstraintUpdatesProto::IsInitialized ( ) const
inline

Definition at line 1164 of file model_update.pb.h.

◆ MergeFrom()

void operations_research::math_opt::SosConstraintUpdatesProto::MergeFrom ( const SosConstraintUpdatesProto & from)
inline

Definition at line 1157 of file model_update.pb.h.

◆ mutable_deleted_constraint_ids()

google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL operations_research::math_opt::SosConstraintUpdatesProto::mutable_deleted_constraint_ids ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.math_opt.SosConstraintUpdatesProto.deleted_constraint_ids)

Definition at line 3692 of file model_update.pb.h.

◆ mutable_new_constraints()

google::protobuf::Map<::int64_t,::operations_research::math_opt::SosConstraintProto > *PROTOBUF_NONNULL operations_research::math_opt::SosConstraintUpdatesProto::mutable_new_constraints ( )
inline

@protoc_insertion_point(field_mutable_map:operations_research.math_opt.SosConstraintUpdatesProto.new_constraints)

Definition at line 3728 of file model_update.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::math_opt::SosConstraintUpdatesProto::mutable_unknown_fields ( )
inline

Definition at line 1115 of file model_update.pb.h.

◆ New()

SosConstraintUpdatesProto *PROTOBUF_NONNULL operations_research::math_opt::SosConstraintUpdatesProto::New ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena = nullptr) const
inline

implements Message -------------------------------------------—

Definition at line 1151 of file model_update.pb.h.

◆ new_constraints()

const::google::protobuf::Map<::int64_t,::operations_research::math_opt::SosConstraintProto > & operations_research::math_opt::SosConstraintUpdatesProto::new_constraints ( ) const
inline

@protoc_insertion_point(field_map:operations_research.math_opt.SosConstraintUpdatesProto.new_constraints)

Definition at line 3720 of file model_update.pb.h.

◆ new_constraints_size()

int operations_research::math_opt::SosConstraintUpdatesProto::new_constraints_size ( ) const
inline

map<int64, .operations_research.math_opt.SosConstraintProto> new_constraints = 2;

Definition at line 3713 of file model_update.pb.h.

◆ operator=() [1/2]

SosConstraintUpdatesProto & operations_research::math_opt::SosConstraintUpdatesProto::operator= ( const SosConstraintUpdatesProto & from)
inline

Definition at line 1097 of file model_update.pb.h.

◆ operator=() [2/2]

SosConstraintUpdatesProto & operations_research::math_opt::SosConstraintUpdatesProto::operator= ( SosConstraintUpdatesProto && from)
inlinenoexcept

Definition at line 1101 of file model_update.pb.h.

◆ PlacementNew_()

void *PROTOBUF_NONNULL operations_research::math_opt::SosConstraintUpdatesProto::PlacementNew_ ( const void * PROTOBUF_NONNULL,
void *PROTOBUF_NONNULL mem,
::google::protobuf::Arena *PROTOBUF_NULLABLE arena )
inlinestaticprotected

Definition at line 3273 of file model_update.pb.cc.

◆ set_deleted_constraint_ids()

void operations_research::math_opt::SosConstraintUpdatesProto::set_deleted_constraint_ids ( int index,
::int64_t value )
inline

@protoc_insertion_point(field_set:operations_research.math_opt.SosConstraintUpdatesProto.deleted_constraint_ids)

Definition at line 3678 of file model_update.pb.h.

◆ Swap()

void operations_research::math_opt::SosConstraintUpdatesProto::Swap ( SosConstraintUpdatesProto *PROTOBUF_NONNULL other)
inline

Definition at line 1135 of file model_update.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::math_opt::SosConstraintUpdatesProto::unknown_fields ( ) const
inline

Definition at line 1111 of file model_update.pb.h.

◆ UnsafeArenaSwap()

void operations_research::math_opt::SosConstraintUpdatesProto::UnsafeArenaSwap ( SosConstraintUpdatesProto *PROTOBUF_NONNULL other)
inline

Definition at line 1143 of file model_update.pb.h.

◆ ::google::protobuf::Arena

friend class ::google::protobuf::Arena
friend

Definition at line 1267 of file model_update.pb.h.

◆ ::google::protobuf::Arena::InternalHelper

template<typename T>
friend class ::google::protobuf::Arena::InternalHelper
friend

Definition at line 1269 of file model_update.pb.h.

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser
friend

Definition at line 1260 of file model_update.pb.h.

◆ ::google::protobuf::MessageLite

friend class ::google::protobuf::MessageLite
friend

Definition at line 1266 of file model_update.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fmodel_5fupdate_2eproto

◆ swap

void swap ( SosConstraintUpdatesProto & a,
SosConstraintUpdatesProto & b )
friend

Definition at line 1134 of file model_update.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::SosConstraintUpdatesProto::_impl_

Definition at line 1290 of file model_update.pb.h.

◆ kIndexInFileMessages

int operations_research::math_opt::SosConstraintUpdatesProto::kIndexInFileMessages = 11
staticconstexpr

Definition at line 1133 of file model_update.pb.h.


The documentation for this class was generated from the following files: