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

Detailed Description

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

#include <model_update.pb.h>

Inheritance diagram for operations_research::math_opt::ObjectiveUpdatesProto:

Classes

class  _Internal

Public Types

enum  : int {
  kLinearCoefficientsFieldNumber = 3 , kQuadraticCoefficientsFieldNumber = 4 , kOffsetUpdateFieldNumber = 2 , kPriorityUpdateFieldNumber = 5 ,
  kDirectionUpdateFieldNumber = 1
}
 nested types -------------------------------------------------— More...

Public Member Functions

 ObjectiveUpdatesProto ()
 ~ObjectiveUpdatesProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR ObjectiveUpdatesProto (::google::protobuf::internal::ConstantInitialized)
 ObjectiveUpdatesProto (const ObjectiveUpdatesProto &from)
 ObjectiveUpdatesProto (ObjectiveUpdatesProto &&from) noexcept
ObjectiveUpdatesProtooperator= (const ObjectiveUpdatesProto &from)
ObjectiveUpdatesProtooperator= (ObjectiveUpdatesProto &&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 (ObjectiveUpdatesProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (ObjectiveUpdatesProto *PROTOBUF_NONNULL other)
ObjectiveUpdatesProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const ObjectiveUpdatesProto &from)
void MergeFrom (const ObjectiveUpdatesProto &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_linear_coefficients () const
 .operations_research.math_opt.SparseDoubleVectorProto linear_coefficients = 3;
void clear_linear_coefficients ()
const ::operations_research::math_opt::SparseDoubleVectorProtolinear_coefficients () const
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE release_linear_coefficients ()
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL mutable_linear_coefficients ()
void set_allocated_linear_coefficients (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_linear_coefficients (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE unsafe_arena_release_linear_coefficients ()
bool has_quadratic_coefficients () const
 .operations_research.math_opt.SparseDoubleMatrixProto quadratic_coefficients = 4;
void clear_quadratic_coefficients ()
const ::operations_research::math_opt::SparseDoubleMatrixProtoquadratic_coefficients () const
::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE release_quadratic_coefficients ()
::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NONNULL mutable_quadratic_coefficients ()
void set_allocated_quadratic_coefficients (::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_quadratic_coefficients (::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE unsafe_arena_release_quadratic_coefficients ()
bool has_offset_update () const
 optional double offset_update = 2;
void clear_offset_update ()
double offset_update () const
void set_offset_update (double value)
bool has_priority_update () const
 optional int64 priority_update = 5;
void clear_priority_update ()
::int64_t priority_update () const
void set_priority_update (::int64_t value)
bool has_direction_update () const
 optional bool direction_update = 1;
void clear_direction_update ()
bool direction_update () const
void set_direction_update (bool value)
template<typename>
PROTOBUF_CONSTEXPR ObjectiveUpdatesProto (::_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 ObjectiveUpdatesProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 1

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kLinearCoefficientsFieldNumber 
kQuadraticCoefficientsFieldNumber 
kOffsetUpdateFieldNumber 
kPriorityUpdateFieldNumber 
kDirectionUpdateFieldNumber 

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

Constructor & Destructor Documentation

◆ ObjectiveUpdatesProto() [1/8]

operations_research::math_opt::ObjectiveUpdatesProto::ObjectiveUpdatesProto ( )
inline

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

◆ ~ObjectiveUpdatesProto()

operations_research::math_opt::ObjectiveUpdatesProto::~ObjectiveUpdatesProto ( )

@protoc_insertion_point(destructor:operations_research.math_opt.ObjectiveUpdatesProto)

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

◆ ObjectiveUpdatesProto() [2/8]

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

◆ ObjectiveUpdatesProto() [3/8]

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

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

◆ ObjectiveUpdatesProto() [4/8]

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

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

◆ ObjectiveUpdatesProto() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.math_opt.ObjectiveUpdatesProto)

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

◆ ObjectiveUpdatesProto() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.math_opt.ObjectiveUpdatesProto)

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

◆ ObjectiveUpdatesProto() [7/8]

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

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

◆ ObjectiveUpdatesProto() [8/8]

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

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

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::math_opt::ObjectiveUpdatesProto::_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.ObjectiveUpdatesProto)

optional bool direction_update = 1;

optional double offset_update = 2;

.operations_research.math_opt.SparseDoubleVectorProto linear_coefficients = 3;

.operations_research.math_opt.SparseDoubleMatrixProto quadratic_coefficients = 4;

optional int64 priority_update = 5;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.ObjectiveUpdatesProto)

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

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.ObjectiveUpdatesProto)

Prevent compiler warnings about cached_has_bits being unused

.operations_research.math_opt.SparseDoubleVectorProto linear_coefficients = 3;

.operations_research.math_opt.SparseDoubleMatrixProto quadratic_coefficients = 4;

optional int64 priority_update = 5;

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

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.ObjectiveUpdatesProto)

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_direction_update()

void operations_research::math_opt::ObjectiveUpdatesProto::clear_direction_update ( )
inline

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

◆ clear_linear_coefficients()

void operations_research::math_opt::ObjectiveUpdatesProto::clear_linear_coefficients ( )

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

◆ clear_offset_update()

void operations_research::math_opt::ObjectiveUpdatesProto::clear_offset_update ( )
inline

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

◆ clear_priority_update()

void operations_research::math_opt::ObjectiveUpdatesProto::clear_priority_update ( )
inline

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

◆ clear_quadratic_coefficients()

void operations_research::math_opt::ObjectiveUpdatesProto::clear_quadratic_coefficients ( )

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

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.ObjectiveUpdatesProto)

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ direction_update()

bool operations_research::math_opt::ObjectiveUpdatesProto::direction_update ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ObjectiveUpdatesProto.direction_update)

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ has_direction_update()

bool operations_research::math_opt::ObjectiveUpdatesProto::has_direction_update ( ) const
inline

optional bool direction_update = 1;

ObjectiveUpdatesProto.

optional bool direction_update = 1;

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

◆ has_linear_coefficients()

bool operations_research::math_opt::ObjectiveUpdatesProto::has_linear_coefficients ( ) const
inline

.operations_research.math_opt.SparseDoubleVectorProto linear_coefficients = 3;

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

◆ has_offset_update()

bool operations_research::math_opt::ObjectiveUpdatesProto::has_offset_update ( ) const
inline

optional double offset_update = 2;

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

◆ has_priority_update()

bool operations_research::math_opt::ObjectiveUpdatesProto::has_priority_update ( ) const
inline

optional int64 priority_update = 5;

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

◆ has_quadratic_coefficients()

bool operations_research::math_opt::ObjectiveUpdatesProto::has_quadratic_coefficients ( ) const
inline

.operations_research.math_opt.SparseDoubleMatrixProto quadratic_coefficients = 4;

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

◆ InternalGenerateClassData_()

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

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

◆ InternalNewImpl_()

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

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

◆ IsInitialized()

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

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

◆ linear_coefficients()

const::operations_research::math_opt::SparseDoubleVectorProto & operations_research::math_opt::ObjectiveUpdatesProto::linear_coefficients ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ObjectiveUpdatesProto.linear_coefficients)

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

◆ MergeFrom()

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

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

◆ mutable_linear_coefficients()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL operations_research::math_opt::ObjectiveUpdatesProto::mutable_linear_coefficients ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.ObjectiveUpdatesProto.linear_coefficients)

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

◆ mutable_quadratic_coefficients()

operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NONNULL operations_research::math_opt::ObjectiveUpdatesProto::mutable_quadratic_coefficients ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.ObjectiveUpdatesProto.quadratic_coefficients)

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

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

◆ offset_update()

double operations_research::math_opt::ObjectiveUpdatesProto::offset_update ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ObjectiveUpdatesProto.offset_update)

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

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

◆ priority_update()

int64_t operations_research::math_opt::ObjectiveUpdatesProto::priority_update ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ObjectiveUpdatesProto.priority_update)

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

◆ quadratic_coefficients()

const::operations_research::math_opt::SparseDoubleMatrixProto & operations_research::math_opt::ObjectiveUpdatesProto::quadratic_coefficients ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ObjectiveUpdatesProto.quadratic_coefficients)

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

◆ release_linear_coefficients()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::ObjectiveUpdatesProto::release_linear_coefficients ( )
inlinenodiscard

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

◆ release_quadratic_coefficients()

operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE operations_research::math_opt::ObjectiveUpdatesProto::release_quadratic_coefficients ( )
inlinenodiscard

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

◆ set_allocated_linear_coefficients()

void operations_research::math_opt::ObjectiveUpdatesProto::set_allocated_linear_coefficients ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.ObjectiveUpdatesProto.linear_coefficients)

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

◆ set_allocated_quadratic_coefficients()

void operations_research::math_opt::ObjectiveUpdatesProto::set_allocated_quadratic_coefficients ( ::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.ObjectiveUpdatesProto.quadratic_coefficients)

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

◆ set_direction_update()

void operations_research::math_opt::ObjectiveUpdatesProto::set_direction_update ( bool value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.ObjectiveUpdatesProto.direction_update)

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

◆ set_offset_update()

void operations_research::math_opt::ObjectiveUpdatesProto::set_offset_update ( double value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.ObjectiveUpdatesProto.offset_update)

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

◆ set_priority_update()

void operations_research::math_opt::ObjectiveUpdatesProto::set_priority_update ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.ObjectiveUpdatesProto.priority_update)

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_linear_coefficients()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::ObjectiveUpdatesProto::unsafe_arena_release_linear_coefficients ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.ObjectiveUpdatesProto.linear_coefficients)

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

◆ unsafe_arena_release_quadratic_coefficients()

operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE operations_research::math_opt::ObjectiveUpdatesProto::unsafe_arena_release_quadratic_coefficients ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.ObjectiveUpdatesProto.quadratic_coefficients)

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

◆ unsafe_arena_set_allocated_linear_coefficients()

void operations_research::math_opt::ObjectiveUpdatesProto::unsafe_arena_set_allocated_linear_coefficients ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.ObjectiveUpdatesProto.linear_coefficients)

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

◆ unsafe_arena_set_allocated_quadratic_coefficients()

void operations_research::math_opt::ObjectiveUpdatesProto::unsafe_arena_set_allocated_quadratic_coefficients ( ::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.ObjectiveUpdatesProto.quadratic_coefficients)

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fmath_5fopt_2fmodel_5fupdate_2eproto

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::ObjectiveUpdatesProto::_impl_

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

◆ kIndexInFileMessages

int operations_research::math_opt::ObjectiveUpdatesProto::kIndexInFileMessages = 1
staticconstexpr

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


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