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

Detailed Description

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

#include <model_update.pb.h>

Inheritance diagram for operations_research::math_opt::ModelUpdateProto:

Classes

class  _Internal

Public Types

enum  : int {
  kDeletedVariableIdsFieldNumber = 1 , kDeletedLinearConstraintIdsFieldNumber = 2 , kVariableUpdatesFieldNumber = 3 , kLinearConstraintUpdatesFieldNumber = 4 ,
  kNewVariablesFieldNumber = 5 , kNewLinearConstraintsFieldNumber = 6 , kObjectiveUpdatesFieldNumber = 7 , kLinearConstraintMatrixUpdatesFieldNumber = 8 ,
  kQuadraticConstraintUpdatesFieldNumber = 9 , kSos1ConstraintUpdatesFieldNumber = 10 , kSos2ConstraintUpdatesFieldNumber = 11 , kIndicatorConstraintUpdatesFieldNumber = 12 ,
  kAuxiliaryObjectivesUpdatesFieldNumber = 13 , kSecondOrderConeConstraintUpdatesFieldNumber = 14
}

Public Member Functions

 ModelUpdateProto ()
 ~ModelUpdateProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR ModelUpdateProto (::google::protobuf::internal::ConstantInitialized)
 ModelUpdateProto (const ModelUpdateProto &from)
 ModelUpdateProto (ModelUpdateProto &&from) noexcept
ModelUpdateProtooperator= (const ModelUpdateProto &from)
ModelUpdateProtooperator= (ModelUpdateProto &&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 (ModelUpdateProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (ModelUpdateProto *PROTOBUF_NONNULL other)
ModelUpdateProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const ModelUpdateProto &from)
void MergeFrom (const ModelUpdateProto &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_variable_ids_size () const
void clear_deleted_variable_ids ()
::int64_t deleted_variable_ids (int index) const
void set_deleted_variable_ids (int index, ::int64_t value)
void add_deleted_variable_ids (::int64_t value)
const ::google::protobuf::RepeatedField<::int64_t > & deleted_variable_ids () const
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL mutable_deleted_variable_ids ()
int deleted_linear_constraint_ids_size () const
void clear_deleted_linear_constraint_ids ()
::int64_t deleted_linear_constraint_ids (int index) const
void set_deleted_linear_constraint_ids (int index, ::int64_t value)
void add_deleted_linear_constraint_ids (::int64_t value)
const ::google::protobuf::RepeatedField<::int64_t > & deleted_linear_constraint_ids () const
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL mutable_deleted_linear_constraint_ids ()
bool has_variable_updates () const
void clear_variable_updates ()
const ::operations_research::math_opt::VariableUpdatesProtovariable_updates () const
::operations_research::math_opt::VariableUpdatesProto *PROTOBUF_NULLABLE release_variable_updates ()
::operations_research::math_opt::VariableUpdatesProto *PROTOBUF_NONNULL mutable_variable_updates ()
void set_allocated_variable_updates (::operations_research::math_opt::VariableUpdatesProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_variable_updates (::operations_research::math_opt::VariableUpdatesProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::VariableUpdatesProto *PROTOBUF_NULLABLE unsafe_arena_release_variable_updates ()
bool has_linear_constraint_updates () const
void clear_linear_constraint_updates ()
const ::operations_research::math_opt::LinearConstraintUpdatesProtolinear_constraint_updates () const
::operations_research::math_opt::LinearConstraintUpdatesProto *PROTOBUF_NULLABLE release_linear_constraint_updates ()
::operations_research::math_opt::LinearConstraintUpdatesProto *PROTOBUF_NONNULL mutable_linear_constraint_updates ()
void set_allocated_linear_constraint_updates (::operations_research::math_opt::LinearConstraintUpdatesProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_linear_constraint_updates (::operations_research::math_opt::LinearConstraintUpdatesProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::LinearConstraintUpdatesProto *PROTOBUF_NULLABLE unsafe_arena_release_linear_constraint_updates ()
bool has_new_variables () const
void clear_new_variables ()
const ::operations_research::math_opt::VariablesProtonew_variables () const
::operations_research::math_opt::VariablesProto *PROTOBUF_NULLABLE release_new_variables ()
::operations_research::math_opt::VariablesProto *PROTOBUF_NONNULL mutable_new_variables ()
void set_allocated_new_variables (::operations_research::math_opt::VariablesProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_new_variables (::operations_research::math_opt::VariablesProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::VariablesProto *PROTOBUF_NULLABLE unsafe_arena_release_new_variables ()
bool has_new_linear_constraints () const
void clear_new_linear_constraints ()
const ::operations_research::math_opt::LinearConstraintsProtonew_linear_constraints () const
::operations_research::math_opt::LinearConstraintsProto *PROTOBUF_NULLABLE release_new_linear_constraints ()
::operations_research::math_opt::LinearConstraintsProto *PROTOBUF_NONNULL mutable_new_linear_constraints ()
void set_allocated_new_linear_constraints (::operations_research::math_opt::LinearConstraintsProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_new_linear_constraints (::operations_research::math_opt::LinearConstraintsProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::LinearConstraintsProto *PROTOBUF_NULLABLE unsafe_arena_release_new_linear_constraints ()
bool has_objective_updates () const
void clear_objective_updates ()
const ::operations_research::math_opt::ObjectiveUpdatesProtoobjective_updates () const
::operations_research::math_opt::ObjectiveUpdatesProto *PROTOBUF_NULLABLE release_objective_updates ()
::operations_research::math_opt::ObjectiveUpdatesProto *PROTOBUF_NONNULL mutable_objective_updates ()
void set_allocated_objective_updates (::operations_research::math_opt::ObjectiveUpdatesProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_objective_updates (::operations_research::math_opt::ObjectiveUpdatesProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::ObjectiveUpdatesProto *PROTOBUF_NULLABLE unsafe_arena_release_objective_updates ()
bool has_linear_constraint_matrix_updates () const
void clear_linear_constraint_matrix_updates ()
const ::operations_research::math_opt::SparseDoubleMatrixProtolinear_constraint_matrix_updates () const
::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE release_linear_constraint_matrix_updates ()
::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NONNULL mutable_linear_constraint_matrix_updates ()
void set_allocated_linear_constraint_matrix_updates (::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_linear_constraint_matrix_updates (::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE unsafe_arena_release_linear_constraint_matrix_updates ()
bool has_quadratic_constraint_updates () const
void clear_quadratic_constraint_updates ()
const ::operations_research::math_opt::QuadraticConstraintUpdatesProtoquadratic_constraint_updates () const
::operations_research::math_opt::QuadraticConstraintUpdatesProto *PROTOBUF_NULLABLE release_quadratic_constraint_updates ()
::operations_research::math_opt::QuadraticConstraintUpdatesProto *PROTOBUF_NONNULL mutable_quadratic_constraint_updates ()
void set_allocated_quadratic_constraint_updates (::operations_research::math_opt::QuadraticConstraintUpdatesProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_quadratic_constraint_updates (::operations_research::math_opt::QuadraticConstraintUpdatesProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::QuadraticConstraintUpdatesProto *PROTOBUF_NULLABLE unsafe_arena_release_quadratic_constraint_updates ()
bool has_sos1_constraint_updates () const
void clear_sos1_constraint_updates ()
const ::operations_research::math_opt::SosConstraintUpdatesProtosos1_constraint_updates () const
::operations_research::math_opt::SosConstraintUpdatesProto *PROTOBUF_NULLABLE release_sos1_constraint_updates ()
::operations_research::math_opt::SosConstraintUpdatesProto *PROTOBUF_NONNULL mutable_sos1_constraint_updates ()
void set_allocated_sos1_constraint_updates (::operations_research::math_opt::SosConstraintUpdatesProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_sos1_constraint_updates (::operations_research::math_opt::SosConstraintUpdatesProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SosConstraintUpdatesProto *PROTOBUF_NULLABLE unsafe_arena_release_sos1_constraint_updates ()
bool has_sos2_constraint_updates () const
void clear_sos2_constraint_updates ()
const ::operations_research::math_opt::SosConstraintUpdatesProtosos2_constraint_updates () const
::operations_research::math_opt::SosConstraintUpdatesProto *PROTOBUF_NULLABLE release_sos2_constraint_updates ()
::operations_research::math_opt::SosConstraintUpdatesProto *PROTOBUF_NONNULL mutable_sos2_constraint_updates ()
void set_allocated_sos2_constraint_updates (::operations_research::math_opt::SosConstraintUpdatesProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_sos2_constraint_updates (::operations_research::math_opt::SosConstraintUpdatesProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SosConstraintUpdatesProto *PROTOBUF_NULLABLE unsafe_arena_release_sos2_constraint_updates ()
bool has_indicator_constraint_updates () const
void clear_indicator_constraint_updates ()
const ::operations_research::math_opt::IndicatorConstraintUpdatesProtoindicator_constraint_updates () const
::operations_research::math_opt::IndicatorConstraintUpdatesProto *PROTOBUF_NULLABLE release_indicator_constraint_updates ()
::operations_research::math_opt::IndicatorConstraintUpdatesProto *PROTOBUF_NONNULL mutable_indicator_constraint_updates ()
void set_allocated_indicator_constraint_updates (::operations_research::math_opt::IndicatorConstraintUpdatesProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_indicator_constraint_updates (::operations_research::math_opt::IndicatorConstraintUpdatesProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::IndicatorConstraintUpdatesProto *PROTOBUF_NULLABLE unsafe_arena_release_indicator_constraint_updates ()
bool has_auxiliary_objectives_updates () const
void clear_auxiliary_objectives_updates ()
const ::operations_research::math_opt::AuxiliaryObjectivesUpdatesProtoauxiliary_objectives_updates () const
::operations_research::math_opt::AuxiliaryObjectivesUpdatesProto *PROTOBUF_NULLABLE release_auxiliary_objectives_updates ()
::operations_research::math_opt::AuxiliaryObjectivesUpdatesProto *PROTOBUF_NONNULL mutable_auxiliary_objectives_updates ()
void set_allocated_auxiliary_objectives_updates (::operations_research::math_opt::AuxiliaryObjectivesUpdatesProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_auxiliary_objectives_updates (::operations_research::math_opt::AuxiliaryObjectivesUpdatesProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::AuxiliaryObjectivesUpdatesProto *PROTOBUF_NULLABLE unsafe_arena_release_auxiliary_objectives_updates ()
bool has_second_order_cone_constraint_updates () const
void clear_second_order_cone_constraint_updates ()
const ::operations_research::math_opt::SecondOrderConeConstraintUpdatesProtosecond_order_cone_constraint_updates () const
::operations_research::math_opt::SecondOrderConeConstraintUpdatesProto *PROTOBUF_NULLABLE release_second_order_cone_constraint_updates ()
::operations_research::math_opt::SecondOrderConeConstraintUpdatesProto *PROTOBUF_NONNULL mutable_second_order_cone_constraint_updates ()
void set_allocated_second_order_cone_constraint_updates (::operations_research::math_opt::SecondOrderConeConstraintUpdatesProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_second_order_cone_constraint_updates (::operations_research::math_opt::SecondOrderConeConstraintUpdatesProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SecondOrderConeConstraintUpdatesProto *PROTOBUF_NULLABLE unsafe_arena_release_second_order_cone_constraint_updates ()
template<typename>
PROTOBUF_CONSTEXPR ModelUpdateProto (::_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 ModelUpdateProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 14

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 (ModelUpdateProto &a, ModelUpdateProto &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kDeletedVariableIdsFieldNumber 
kDeletedLinearConstraintIdsFieldNumber 
kVariableUpdatesFieldNumber 
kLinearConstraintUpdatesFieldNumber 
kNewVariablesFieldNumber 
kNewLinearConstraintsFieldNumber 
kObjectiveUpdatesFieldNumber 
kLinearConstraintMatrixUpdatesFieldNumber 
kQuadraticConstraintUpdatesFieldNumber 
kSos1ConstraintUpdatesFieldNumber 
kSos2ConstraintUpdatesFieldNumber 
kIndicatorConstraintUpdatesFieldNumber 
kAuxiliaryObjectivesUpdatesFieldNumber 
kSecondOrderConeConstraintUpdatesFieldNumber 

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

Constructor & Destructor Documentation

◆ ModelUpdateProto() [1/5]

operations_research::math_opt::ModelUpdateProto::ModelUpdateProto ( )
inline

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

◆ ~ModelUpdateProto()

operations_research::math_opt::ModelUpdateProto::~ModelUpdateProto ( )

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

◆ ModelUpdateProto() [2/5]

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

◆ ModelUpdateProto() [3/5]

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

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

◆ ModelUpdateProto() [4/5]

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

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

◆ ModelUpdateProto() [5/5]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

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

◆ add_deleted_linear_constraint_ids()

void operations_research::math_opt::ModelUpdateProto::add_deleted_linear_constraint_ids ( ::int64_t value)
inline

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

◆ add_deleted_variable_ids()

void operations_research::math_opt::ModelUpdateProto::add_deleted_variable_ids ( ::int64_t value)
inline

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

◆ auxiliary_objectives_updates()

const::operations_research::math_opt::AuxiliaryObjectivesUpdatesProto & operations_research::math_opt::ModelUpdateProto::auxiliary_objectives_updates ( ) const
inline

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

◆ ByteSizeLong()

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

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

◆ Clear()

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

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

◆ clear_auxiliary_objectives_updates()

void operations_research::math_opt::ModelUpdateProto::clear_auxiliary_objectives_updates ( )
inline

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

◆ clear_deleted_linear_constraint_ids()

void operations_research::math_opt::ModelUpdateProto::clear_deleted_linear_constraint_ids ( )
inline

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

◆ clear_deleted_variable_ids()

void operations_research::math_opt::ModelUpdateProto::clear_deleted_variable_ids ( )
inline

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

◆ clear_indicator_constraint_updates()

void operations_research::math_opt::ModelUpdateProto::clear_indicator_constraint_updates ( )
inline

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

◆ clear_linear_constraint_matrix_updates()

void operations_research::math_opt::ModelUpdateProto::clear_linear_constraint_matrix_updates ( )

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

◆ clear_linear_constraint_updates()

void operations_research::math_opt::ModelUpdateProto::clear_linear_constraint_updates ( )
inline

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

◆ clear_new_linear_constraints()

void operations_research::math_opt::ModelUpdateProto::clear_new_linear_constraints ( )

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

◆ clear_new_variables()

void operations_research::math_opt::ModelUpdateProto::clear_new_variables ( )

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

◆ clear_objective_updates()

void operations_research::math_opt::ModelUpdateProto::clear_objective_updates ( )
inline

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

◆ clear_quadratic_constraint_updates()

void operations_research::math_opt::ModelUpdateProto::clear_quadratic_constraint_updates ( )
inline

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

◆ clear_second_order_cone_constraint_updates()

void operations_research::math_opt::ModelUpdateProto::clear_second_order_cone_constraint_updates ( )
inline

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

◆ clear_sos1_constraint_updates()

void operations_research::math_opt::ModelUpdateProto::clear_sos1_constraint_updates ( )
inline

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

◆ clear_sos2_constraint_updates()

void operations_research::math_opt::ModelUpdateProto::clear_sos2_constraint_updates ( )
inline

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

◆ clear_variable_updates()

void operations_research::math_opt::ModelUpdateProto::clear_variable_updates ( )
inline

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

◆ CopyFrom()

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

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

◆ default_instance()

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

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

◆ deleted_linear_constraint_ids() [1/2]

const::google::protobuf::RepeatedField<::int64_t > & operations_research::math_opt::ModelUpdateProto::deleted_linear_constraint_ids ( ) const
inline

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

◆ deleted_linear_constraint_ids() [2/2]

int64_t operations_research::math_opt::ModelUpdateProto::deleted_linear_constraint_ids ( int index) const
inline

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

◆ deleted_linear_constraint_ids_size()

int operations_research::math_opt::ModelUpdateProto::deleted_linear_constraint_ids_size ( ) const
inline

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

◆ deleted_variable_ids() [1/2]

const::google::protobuf::RepeatedField<::int64_t > & operations_research::math_opt::ModelUpdateProto::deleted_variable_ids ( ) const
inline

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

◆ deleted_variable_ids() [2/2]

int64_t operations_research::math_opt::ModelUpdateProto::deleted_variable_ids ( int index) const
inline

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

◆ deleted_variable_ids_size()

int operations_research::math_opt::ModelUpdateProto::deleted_variable_ids_size ( ) const
inline

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ has_auxiliary_objectives_updates()

bool operations_research::math_opt::ModelUpdateProto::has_auxiliary_objectives_updates ( ) const
inline

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

◆ has_indicator_constraint_updates()

bool operations_research::math_opt::ModelUpdateProto::has_indicator_constraint_updates ( ) const
inline

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

◆ has_linear_constraint_matrix_updates()

bool operations_research::math_opt::ModelUpdateProto::has_linear_constraint_matrix_updates ( ) const
inline

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

◆ has_linear_constraint_updates()

bool operations_research::math_opt::ModelUpdateProto::has_linear_constraint_updates ( ) const
inline

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

◆ has_new_linear_constraints()

bool operations_research::math_opt::ModelUpdateProto::has_new_linear_constraints ( ) const
inline

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

◆ has_new_variables()

bool operations_research::math_opt::ModelUpdateProto::has_new_variables ( ) const
inline

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

◆ has_objective_updates()

bool operations_research::math_opt::ModelUpdateProto::has_objective_updates ( ) const
inline

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

◆ has_quadratic_constraint_updates()

bool operations_research::math_opt::ModelUpdateProto::has_quadratic_constraint_updates ( ) const
inline

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

◆ has_second_order_cone_constraint_updates()

bool operations_research::math_opt::ModelUpdateProto::has_second_order_cone_constraint_updates ( ) const
inline

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

◆ has_sos1_constraint_updates()

bool operations_research::math_opt::ModelUpdateProto::has_sos1_constraint_updates ( ) const
inline

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

◆ has_sos2_constraint_updates()

bool operations_research::math_opt::ModelUpdateProto::has_sos2_constraint_updates ( ) const
inline

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

◆ has_variable_updates()

bool operations_research::math_opt::ModelUpdateProto::has_variable_updates ( ) const
inline

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

◆ indicator_constraint_updates()

const::operations_research::math_opt::IndicatorConstraintUpdatesProto & operations_research::math_opt::ModelUpdateProto::indicator_constraint_updates ( ) const
inline

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

◆ InternalGenerateClassData_()

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

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

◆ IsInitialized()

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

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

◆ linear_constraint_matrix_updates()

const::operations_research::math_opt::SparseDoubleMatrixProto & operations_research::math_opt::ModelUpdateProto::linear_constraint_matrix_updates ( ) const
inline

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

◆ linear_constraint_updates()

const::operations_research::math_opt::LinearConstraintUpdatesProto & operations_research::math_opt::ModelUpdateProto::linear_constraint_updates ( ) const
inline

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

◆ MergeFrom()

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

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

◆ mutable_auxiliary_objectives_updates()

operations_research::math_opt::AuxiliaryObjectivesUpdatesProto *PROTOBUF_NONNULL operations_research::math_opt::ModelUpdateProto::mutable_auxiliary_objectives_updates ( )
inline

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

◆ mutable_deleted_linear_constraint_ids()

google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL operations_research::math_opt::ModelUpdateProto::mutable_deleted_linear_constraint_ids ( )
inline

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

◆ mutable_deleted_variable_ids()

google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL operations_research::math_opt::ModelUpdateProto::mutable_deleted_variable_ids ( )
inline

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

◆ mutable_indicator_constraint_updates()

operations_research::math_opt::IndicatorConstraintUpdatesProto *PROTOBUF_NONNULL operations_research::math_opt::ModelUpdateProto::mutable_indicator_constraint_updates ( )
inline

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

◆ mutable_linear_constraint_matrix_updates()

operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NONNULL operations_research::math_opt::ModelUpdateProto::mutable_linear_constraint_matrix_updates ( )
inline

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

◆ mutable_linear_constraint_updates()

operations_research::math_opt::LinearConstraintUpdatesProto *PROTOBUF_NONNULL operations_research::math_opt::ModelUpdateProto::mutable_linear_constraint_updates ( )
inline

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

◆ mutable_new_linear_constraints()

operations_research::math_opt::LinearConstraintsProto *PROTOBUF_NONNULL operations_research::math_opt::ModelUpdateProto::mutable_new_linear_constraints ( )
inline

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

◆ mutable_new_variables()

operations_research::math_opt::VariablesProto *PROTOBUF_NONNULL operations_research::math_opt::ModelUpdateProto::mutable_new_variables ( )
inline

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

◆ mutable_objective_updates()

operations_research::math_opt::ObjectiveUpdatesProto *PROTOBUF_NONNULL operations_research::math_opt::ModelUpdateProto::mutable_objective_updates ( )
inline

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

◆ mutable_quadratic_constraint_updates()

operations_research::math_opt::QuadraticConstraintUpdatesProto *PROTOBUF_NONNULL operations_research::math_opt::ModelUpdateProto::mutable_quadratic_constraint_updates ( )
inline

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

◆ mutable_second_order_cone_constraint_updates()

operations_research::math_opt::SecondOrderConeConstraintUpdatesProto *PROTOBUF_NONNULL operations_research::math_opt::ModelUpdateProto::mutable_second_order_cone_constraint_updates ( )
inline

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

◆ mutable_sos1_constraint_updates()

operations_research::math_opt::SosConstraintUpdatesProto *PROTOBUF_NONNULL operations_research::math_opt::ModelUpdateProto::mutable_sos1_constraint_updates ( )
inline

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

◆ mutable_sos2_constraint_updates()

operations_research::math_opt::SosConstraintUpdatesProto *PROTOBUF_NONNULL operations_research::math_opt::ModelUpdateProto::mutable_sos2_constraint_updates ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ mutable_variable_updates()

operations_research::math_opt::VariableUpdatesProto *PROTOBUF_NONNULL operations_research::math_opt::ModelUpdateProto::mutable_variable_updates ( )
inline

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

◆ New()

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

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

◆ new_linear_constraints()

const::operations_research::math_opt::LinearConstraintsProto & operations_research::math_opt::ModelUpdateProto::new_linear_constraints ( ) const
inline

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

◆ new_variables()

const::operations_research::math_opt::VariablesProto & operations_research::math_opt::ModelUpdateProto::new_variables ( ) const
inline

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

◆ objective_updates()

const::operations_research::math_opt::ObjectiveUpdatesProto & operations_research::math_opt::ModelUpdateProto::objective_updates ( ) const
inline

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ quadratic_constraint_updates()

const::operations_research::math_opt::QuadraticConstraintUpdatesProto & operations_research::math_opt::ModelUpdateProto::quadratic_constraint_updates ( ) const
inline

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

◆ release_auxiliary_objectives_updates()

operations_research::math_opt::AuxiliaryObjectivesUpdatesProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::release_auxiliary_objectives_updates ( )
inlinenodiscard

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

◆ release_indicator_constraint_updates()

operations_research::math_opt::IndicatorConstraintUpdatesProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::release_indicator_constraint_updates ( )
inlinenodiscard

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

◆ release_linear_constraint_matrix_updates()

operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::release_linear_constraint_matrix_updates ( )
inlinenodiscard

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

◆ release_linear_constraint_updates()

operations_research::math_opt::LinearConstraintUpdatesProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::release_linear_constraint_updates ( )
inlinenodiscard

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

◆ release_new_linear_constraints()

operations_research::math_opt::LinearConstraintsProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::release_new_linear_constraints ( )
inlinenodiscard

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

◆ release_new_variables()

operations_research::math_opt::VariablesProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::release_new_variables ( )
inlinenodiscard

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

◆ release_objective_updates()

operations_research::math_opt::ObjectiveUpdatesProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::release_objective_updates ( )
inlinenodiscard

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

◆ release_quadratic_constraint_updates()

operations_research::math_opt::QuadraticConstraintUpdatesProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::release_quadratic_constraint_updates ( )
inlinenodiscard

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

◆ release_second_order_cone_constraint_updates()

operations_research::math_opt::SecondOrderConeConstraintUpdatesProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::release_second_order_cone_constraint_updates ( )
inlinenodiscard

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

◆ release_sos1_constraint_updates()

operations_research::math_opt::SosConstraintUpdatesProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::release_sos1_constraint_updates ( )
inlinenodiscard

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

◆ release_sos2_constraint_updates()

operations_research::math_opt::SosConstraintUpdatesProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::release_sos2_constraint_updates ( )
inlinenodiscard

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

◆ release_variable_updates()

operations_research::math_opt::VariableUpdatesProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::release_variable_updates ( )
inlinenodiscard

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

◆ second_order_cone_constraint_updates()

const::operations_research::math_opt::SecondOrderConeConstraintUpdatesProto & operations_research::math_opt::ModelUpdateProto::second_order_cone_constraint_updates ( ) const
inline

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

◆ set_allocated_auxiliary_objectives_updates()

void operations_research::math_opt::ModelUpdateProto::set_allocated_auxiliary_objectives_updates ( ::operations_research::math_opt::AuxiliaryObjectivesUpdatesProto *PROTOBUF_NULLABLE value)
inline

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

◆ set_allocated_indicator_constraint_updates()

void operations_research::math_opt::ModelUpdateProto::set_allocated_indicator_constraint_updates ( ::operations_research::math_opt::IndicatorConstraintUpdatesProto *PROTOBUF_NULLABLE value)
inline

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

◆ set_allocated_linear_constraint_matrix_updates()

void operations_research::math_opt::ModelUpdateProto::set_allocated_linear_constraint_matrix_updates ( ::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE value)
inline

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

◆ set_allocated_linear_constraint_updates()

void operations_research::math_opt::ModelUpdateProto::set_allocated_linear_constraint_updates ( ::operations_research::math_opt::LinearConstraintUpdatesProto *PROTOBUF_NULLABLE value)
inline

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

◆ set_allocated_new_linear_constraints()

void operations_research::math_opt::ModelUpdateProto::set_allocated_new_linear_constraints ( ::operations_research::math_opt::LinearConstraintsProto *PROTOBUF_NULLABLE value)
inline

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

◆ set_allocated_new_variables()

void operations_research::math_opt::ModelUpdateProto::set_allocated_new_variables ( ::operations_research::math_opt::VariablesProto *PROTOBUF_NULLABLE value)
inline

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

◆ set_allocated_objective_updates()

void operations_research::math_opt::ModelUpdateProto::set_allocated_objective_updates ( ::operations_research::math_opt::ObjectiveUpdatesProto *PROTOBUF_NULLABLE value)
inline

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

◆ set_allocated_quadratic_constraint_updates()

void operations_research::math_opt::ModelUpdateProto::set_allocated_quadratic_constraint_updates ( ::operations_research::math_opt::QuadraticConstraintUpdatesProto *PROTOBUF_NULLABLE value)
inline

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

◆ set_allocated_second_order_cone_constraint_updates()

void operations_research::math_opt::ModelUpdateProto::set_allocated_second_order_cone_constraint_updates ( ::operations_research::math_opt::SecondOrderConeConstraintUpdatesProto *PROTOBUF_NULLABLE value)
inline

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

◆ set_allocated_sos1_constraint_updates()

void operations_research::math_opt::ModelUpdateProto::set_allocated_sos1_constraint_updates ( ::operations_research::math_opt::SosConstraintUpdatesProto *PROTOBUF_NULLABLE value)
inline

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

◆ set_allocated_sos2_constraint_updates()

void operations_research::math_opt::ModelUpdateProto::set_allocated_sos2_constraint_updates ( ::operations_research::math_opt::SosConstraintUpdatesProto *PROTOBUF_NULLABLE value)
inline

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

◆ set_allocated_variable_updates()

void operations_research::math_opt::ModelUpdateProto::set_allocated_variable_updates ( ::operations_research::math_opt::VariableUpdatesProto *PROTOBUF_NULLABLE value)
inline

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

◆ set_deleted_linear_constraint_ids()

void operations_research::math_opt::ModelUpdateProto::set_deleted_linear_constraint_ids ( int index,
::int64_t value )
inline

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

◆ set_deleted_variable_ids()

void operations_research::math_opt::ModelUpdateProto::set_deleted_variable_ids ( int index,
::int64_t value )
inline

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

◆ sos1_constraint_updates()

const::operations_research::math_opt::SosConstraintUpdatesProto & operations_research::math_opt::ModelUpdateProto::sos1_constraint_updates ( ) const
inline

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

◆ sos2_constraint_updates()

const::operations_research::math_opt::SosConstraintUpdatesProto & operations_research::math_opt::ModelUpdateProto::sos2_constraint_updates ( ) const
inline

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_auxiliary_objectives_updates()

operations_research::math_opt::AuxiliaryObjectivesUpdatesProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::unsafe_arena_release_auxiliary_objectives_updates ( )
inline

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

◆ unsafe_arena_release_indicator_constraint_updates()

operations_research::math_opt::IndicatorConstraintUpdatesProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::unsafe_arena_release_indicator_constraint_updates ( )
inline

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

◆ unsafe_arena_release_linear_constraint_matrix_updates()

operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::unsafe_arena_release_linear_constraint_matrix_updates ( )
inline

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

◆ unsafe_arena_release_linear_constraint_updates()

operations_research::math_opt::LinearConstraintUpdatesProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::unsafe_arena_release_linear_constraint_updates ( )
inline

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

◆ unsafe_arena_release_new_linear_constraints()

operations_research::math_opt::LinearConstraintsProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::unsafe_arena_release_new_linear_constraints ( )
inline

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

◆ unsafe_arena_release_new_variables()

operations_research::math_opt::VariablesProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::unsafe_arena_release_new_variables ( )
inline

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

◆ unsafe_arena_release_objective_updates()

operations_research::math_opt::ObjectiveUpdatesProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::unsafe_arena_release_objective_updates ( )
inline

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

◆ unsafe_arena_release_quadratic_constraint_updates()

operations_research::math_opt::QuadraticConstraintUpdatesProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::unsafe_arena_release_quadratic_constraint_updates ( )
inline

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

◆ unsafe_arena_release_second_order_cone_constraint_updates()

operations_research::math_opt::SecondOrderConeConstraintUpdatesProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::unsafe_arena_release_second_order_cone_constraint_updates ( )
inline

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

◆ unsafe_arena_release_sos1_constraint_updates()

operations_research::math_opt::SosConstraintUpdatesProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::unsafe_arena_release_sos1_constraint_updates ( )
inline

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

◆ unsafe_arena_release_sos2_constraint_updates()

operations_research::math_opt::SosConstraintUpdatesProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::unsafe_arena_release_sos2_constraint_updates ( )
inline

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

◆ unsafe_arena_release_variable_updates()

operations_research::math_opt::VariableUpdatesProto *PROTOBUF_NULLABLE operations_research::math_opt::ModelUpdateProto::unsafe_arena_release_variable_updates ( )
inline

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

◆ unsafe_arena_set_allocated_auxiliary_objectives_updates()

void operations_research::math_opt::ModelUpdateProto::unsafe_arena_set_allocated_auxiliary_objectives_updates ( ::operations_research::math_opt::AuxiliaryObjectivesUpdatesProto *PROTOBUF_NULLABLE value)
inline

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

◆ unsafe_arena_set_allocated_indicator_constraint_updates()

void operations_research::math_opt::ModelUpdateProto::unsafe_arena_set_allocated_indicator_constraint_updates ( ::operations_research::math_opt::IndicatorConstraintUpdatesProto *PROTOBUF_NULLABLE value)
inline

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

◆ unsafe_arena_set_allocated_linear_constraint_matrix_updates()

void operations_research::math_opt::ModelUpdateProto::unsafe_arena_set_allocated_linear_constraint_matrix_updates ( ::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE value)
inline

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

◆ unsafe_arena_set_allocated_linear_constraint_updates()

void operations_research::math_opt::ModelUpdateProto::unsafe_arena_set_allocated_linear_constraint_updates ( ::operations_research::math_opt::LinearConstraintUpdatesProto *PROTOBUF_NULLABLE value)
inline

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

◆ unsafe_arena_set_allocated_new_linear_constraints()

void operations_research::math_opt::ModelUpdateProto::unsafe_arena_set_allocated_new_linear_constraints ( ::operations_research::math_opt::LinearConstraintsProto *PROTOBUF_NULLABLE value)
inline

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

◆ unsafe_arena_set_allocated_new_variables()

void operations_research::math_opt::ModelUpdateProto::unsafe_arena_set_allocated_new_variables ( ::operations_research::math_opt::VariablesProto *PROTOBUF_NULLABLE value)
inline

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

◆ unsafe_arena_set_allocated_objective_updates()

void operations_research::math_opt::ModelUpdateProto::unsafe_arena_set_allocated_objective_updates ( ::operations_research::math_opt::ObjectiveUpdatesProto *PROTOBUF_NULLABLE value)
inline

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

◆ unsafe_arena_set_allocated_quadratic_constraint_updates()

void operations_research::math_opt::ModelUpdateProto::unsafe_arena_set_allocated_quadratic_constraint_updates ( ::operations_research::math_opt::QuadraticConstraintUpdatesProto *PROTOBUF_NULLABLE value)
inline

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

◆ unsafe_arena_set_allocated_second_order_cone_constraint_updates()

void operations_research::math_opt::ModelUpdateProto::unsafe_arena_set_allocated_second_order_cone_constraint_updates ( ::operations_research::math_opt::SecondOrderConeConstraintUpdatesProto *PROTOBUF_NULLABLE value)
inline

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

◆ unsafe_arena_set_allocated_sos1_constraint_updates()

void operations_research::math_opt::ModelUpdateProto::unsafe_arena_set_allocated_sos1_constraint_updates ( ::operations_research::math_opt::SosConstraintUpdatesProto *PROTOBUF_NULLABLE value)
inline

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

◆ unsafe_arena_set_allocated_sos2_constraint_updates()

void operations_research::math_opt::ModelUpdateProto::unsafe_arena_set_allocated_sos2_constraint_updates ( ::operations_research::math_opt::SosConstraintUpdatesProto *PROTOBUF_NULLABLE value)
inline

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

◆ unsafe_arena_set_allocated_variable_updates()

void operations_research::math_opt::ModelUpdateProto::unsafe_arena_set_allocated_variable_updates ( ::operations_research::math_opt::VariableUpdatesProto *PROTOBUF_NULLABLE value)
inline

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

◆ UnsafeArenaSwap()

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

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

◆ variable_updates()

const::operations_research::math_opt::VariableUpdatesProto & operations_research::math_opt::ModelUpdateProto::variable_updates ( ) const
inline

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fmath_5fopt_2fmodel_5fupdate_2eproto

friend struct ::TableStruct_ortools_2fmath_5fopt_2fmodel_5fupdate_2eproto
friend

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::ModelUpdateProto::_impl_

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

◆ kIndexInFileMessages

int operations_research::math_opt::ModelUpdateProto::kIndexInFileMessages = 14
staticconstexpr

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


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