Google OR-Tools v9.15
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 370 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
}

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
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
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
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
void clear_offset_update ()
double offset_update () const
void set_offset_update (double value)
bool has_priority_update () const
void clear_priority_update ()
::int64_t priority_update () const
void set_priority_update (::int64_t value)
bool has_direction_update () const
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

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
Enumerator
kLinearCoefficientsFieldNumber 
kQuadraticCoefficientsFieldNumber 
kOffsetUpdateFieldNumber 
kPriorityUpdateFieldNumber 
kDirectionUpdateFieldNumber 

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

Constructor & Destructor Documentation

◆ ObjectiveUpdatesProto() [1/5]

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

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

◆ ~ObjectiveUpdatesProto()

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

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

◆ ObjectiveUpdatesProto() [2/5]

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

◆ ObjectiveUpdatesProto() [3/5]

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

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

◆ ObjectiveUpdatesProto() [4/5]

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

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

◆ ObjectiveUpdatesProto() [5/5]

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

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

◆ ByteSizeLong()

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

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

◆ Clear()

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

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

◆ clear_direction_update()

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

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

◆ clear_linear_coefficients()

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

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

◆ clear_offset_update()

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

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

◆ clear_priority_update()

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

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

◆ clear_quadratic_coefficients()

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

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

◆ CopyFrom()

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

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ direction_update()

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

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

◆ GetCachedSize()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ has_direction_update()

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

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

◆ has_linear_coefficients()

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

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

◆ has_offset_update()

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

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

◆ has_priority_update()

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

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

◆ has_quadratic_coefficients()

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

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

◆ InternalGenerateClassData_()

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

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

◆ IsInitialized()

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

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

◆ linear_coefficients()

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

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

◆ MergeFrom()

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

Definition at line 449 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

Definition at line 3044 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

Definition at line 3137 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 407 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

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

◆ offset_update()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ priority_update()

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

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

◆ quadratic_coefficients()

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

Definition at line 3083 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 3008 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 3101 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

Definition at line 3051 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

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

◆ set_direction_update()

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

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

◆ set_offset_update()

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

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

◆ set_priority_update()

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

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

◆ Swap()

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

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

◆ unknown_fields()

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

Definition at line 403 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

Definition at line 3027 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

Definition at line 3120 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

Definition at line 2994 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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

Definition at line 590 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 615 of file model_update.pb.h.

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::ObjectiveUpdatesProto::_impl_

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

◆ kIndexInFileMessages

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

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


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