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

Detailed Description

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

#include <model_update.pb.h>

Inheritance diagram for operations_research::math_opt::LinearConstraintUpdatesProto:

Classes

class  _Internal

Public Types

enum  : int { kLowerBoundsFieldNumber = 1 , kUpperBoundsFieldNumber = 2 }
 nested types -------------------------------------------------— More...

Public Member Functions

 LinearConstraintUpdatesProto ()
 ~LinearConstraintUpdatesProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR LinearConstraintUpdatesProto (::google::protobuf::internal::ConstantInitialized)
 LinearConstraintUpdatesProto (const LinearConstraintUpdatesProto &from)
 LinearConstraintUpdatesProto (LinearConstraintUpdatesProto &&from) noexcept
LinearConstraintUpdatesProtooperator= (const LinearConstraintUpdatesProto &from)
LinearConstraintUpdatesProtooperator= (LinearConstraintUpdatesProto &&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 (LinearConstraintUpdatesProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (LinearConstraintUpdatesProto *PROTOBUF_NONNULL other)
LinearConstraintUpdatesProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const LinearConstraintUpdatesProto &from)
void MergeFrom (const LinearConstraintUpdatesProto &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_lower_bounds () const
 .operations_research.math_opt.SparseDoubleVectorProto lower_bounds = 1;
void clear_lower_bounds ()
const ::operations_research::math_opt::SparseDoubleVectorProtolower_bounds () const
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE release_lower_bounds ()
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL mutable_lower_bounds ()
void set_allocated_lower_bounds (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_lower_bounds (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE unsafe_arena_release_lower_bounds ()
bool has_upper_bounds () const
 .operations_research.math_opt.SparseDoubleVectorProto upper_bounds = 2;
void clear_upper_bounds ()
const ::operations_research::math_opt::SparseDoubleVectorProtoupper_bounds () const
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE release_upper_bounds ()
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL mutable_upper_bounds ()
void set_allocated_upper_bounds (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_upper_bounds (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE unsafe_arena_release_upper_bounds ()
template<typename>
PROTOBUF_CONSTEXPR LinearConstraintUpdatesProto (::_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 LinearConstraintUpdatesProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 5

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kLowerBoundsFieldNumber 
kUpperBoundsFieldNumber 

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

Constructor & Destructor Documentation

◆ LinearConstraintUpdatesProto() [1/8]

operations_research::math_opt::LinearConstraintUpdatesProto::LinearConstraintUpdatesProto ( )
inline

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

◆ ~LinearConstraintUpdatesProto()

operations_research::math_opt::LinearConstraintUpdatesProto::~LinearConstraintUpdatesProto ( )

@protoc_insertion_point(destructor:operations_research.math_opt.LinearConstraintUpdatesProto)

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

◆ LinearConstraintUpdatesProto() [2/8]

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

◆ LinearConstraintUpdatesProto() [3/8]

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

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

◆ LinearConstraintUpdatesProto() [4/8]

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

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

◆ LinearConstraintUpdatesProto() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.math_opt.LinearConstraintUpdatesProto)

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

◆ LinearConstraintUpdatesProto() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.math_opt.LinearConstraintUpdatesProto)

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

◆ LinearConstraintUpdatesProto() [7/8]

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

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

◆ LinearConstraintUpdatesProto() [8/8]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

.operations_research.math_opt.SparseDoubleVectorProto lower_bounds = 1;

.operations_research.math_opt.SparseDoubleVectorProto upper_bounds = 2;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.LinearConstraintUpdatesProto)

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

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.LinearConstraintUpdatesProto)

Prevent compiler warnings about cached_has_bits being unused

.operations_research.math_opt.SparseDoubleVectorProto lower_bounds = 1;

.operations_research.math_opt.SparseDoubleVectorProto upper_bounds = 2;

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

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.LinearConstraintUpdatesProto)

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_lower_bounds()

void operations_research::math_opt::LinearConstraintUpdatesProto::clear_lower_bounds ( )

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

◆ clear_upper_bounds()

void operations_research::math_opt::LinearConstraintUpdatesProto::clear_upper_bounds ( )

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

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.LinearConstraintUpdatesProto)

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ has_lower_bounds()

bool operations_research::math_opt::LinearConstraintUpdatesProto::has_lower_bounds ( ) const
inline

◆ has_upper_bounds()

bool operations_research::math_opt::LinearConstraintUpdatesProto::has_upper_bounds ( ) const
inline

.operations_research.math_opt.SparseDoubleVectorProto upper_bounds = 2;

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

◆ InternalGenerateClassData_()

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

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

◆ InternalNewImpl_()

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

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

◆ IsInitialized()

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

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

◆ lower_bounds()

const::operations_research::math_opt::SparseDoubleVectorProto & operations_research::math_opt::LinearConstraintUpdatesProto::lower_bounds ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.LinearConstraintUpdatesProto.lower_bounds)

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

◆ MergeFrom()

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

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

◆ mutable_lower_bounds()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL operations_research::math_opt::LinearConstraintUpdatesProto::mutable_lower_bounds ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.LinearConstraintUpdatesProto.lower_bounds)

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

◆ mutable_unknown_fields()

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

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

◆ mutable_upper_bounds()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL operations_research::math_opt::LinearConstraintUpdatesProto::mutable_upper_bounds ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.LinearConstraintUpdatesProto.upper_bounds)

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

◆ New()

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

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

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

◆ release_lower_bounds()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::LinearConstraintUpdatesProto::release_lower_bounds ( )
inlinenodiscard

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

◆ release_upper_bounds()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::LinearConstraintUpdatesProto::release_upper_bounds ( )
inlinenodiscard

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

◆ set_allocated_lower_bounds()

void operations_research::math_opt::LinearConstraintUpdatesProto::set_allocated_lower_bounds ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.LinearConstraintUpdatesProto.lower_bounds)

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

◆ set_allocated_upper_bounds()

void operations_research::math_opt::LinearConstraintUpdatesProto::set_allocated_upper_bounds ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.LinearConstraintUpdatesProto.upper_bounds)

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_lower_bounds()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::LinearConstraintUpdatesProto::unsafe_arena_release_lower_bounds ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.LinearConstraintUpdatesProto.lower_bounds)

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

◆ unsafe_arena_release_upper_bounds()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::LinearConstraintUpdatesProto::unsafe_arena_release_upper_bounds ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.LinearConstraintUpdatesProto.upper_bounds)

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

◆ unsafe_arena_set_allocated_lower_bounds()

void operations_research::math_opt::LinearConstraintUpdatesProto::unsafe_arena_set_allocated_lower_bounds ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.LinearConstraintUpdatesProto.lower_bounds)

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

◆ unsafe_arena_set_allocated_upper_bounds()

void operations_research::math_opt::LinearConstraintUpdatesProto::unsafe_arena_set_allocated_upper_bounds ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.LinearConstraintUpdatesProto.upper_bounds)

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

◆ UnsafeArenaSwap()

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

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

◆ upper_bounds()

const::operations_research::math_opt::SparseDoubleVectorProto & operations_research::math_opt::LinearConstraintUpdatesProto::upper_bounds ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.LinearConstraintUpdatesProto.upper_bounds)

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fmath_5fopt_2fmodel_5fupdate_2eproto

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

◆ swap

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::LinearConstraintUpdatesProto::_impl_

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

◆ kIndexInFileMessages

int operations_research::math_opt::LinearConstraintUpdatesProto::kIndexInFileMessages = 5
staticconstexpr

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


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