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

Detailed Description

Definition at line 1161 of file callback.pb.h.

#include <callback.pb.h>

Inheritance diagram for operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint:

Classes

class  _Internal

Public Types

enum  : int { kLinearExpressionFieldNumber = 1 , kLowerBoundFieldNumber = 2 , kUpperBoundFieldNumber = 3 , kIsLazyFieldNumber = 4 }
 nested types -------------------------------------------------— More...

Public Member Functions

 CallbackResultProto_GeneratedLinearConstraint ()
 ~CallbackResultProto_GeneratedLinearConstraint () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR CallbackResultProto_GeneratedLinearConstraint (::google::protobuf::internal::ConstantInitialized)
 CallbackResultProto_GeneratedLinearConstraint (const CallbackResultProto_GeneratedLinearConstraint &from)
 CallbackResultProto_GeneratedLinearConstraint (CallbackResultProto_GeneratedLinearConstraint &&from) noexcept
CallbackResultProto_GeneratedLinearConstraintoperator= (const CallbackResultProto_GeneratedLinearConstraint &from)
CallbackResultProto_GeneratedLinearConstraintoperator= (CallbackResultProto_GeneratedLinearConstraint &&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 (CallbackResultProto_GeneratedLinearConstraint *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (CallbackResultProto_GeneratedLinearConstraint *PROTOBUF_NONNULL other)
CallbackResultProto_GeneratedLinearConstraint *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const CallbackResultProto_GeneratedLinearConstraint &from)
void MergeFrom (const CallbackResultProto_GeneratedLinearConstraint &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_expression () const
 .operations_research.math_opt.SparseDoubleVectorProto linear_expression = 1;
void clear_linear_expression ()
const ::operations_research::math_opt::SparseDoubleVectorProtolinear_expression () const
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE release_linear_expression ()
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL mutable_linear_expression ()
void set_allocated_linear_expression (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_linear_expression (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE unsafe_arena_release_linear_expression ()
void clear_lower_bound ()
 double lower_bound = 2;
double lower_bound () const
void set_lower_bound (double value)
void clear_upper_bound ()
 double upper_bound = 3;
double upper_bound () const
void set_upper_bound (double value)
void clear_is_lazy ()
 bool is_lazy = 4;
bool is_lazy () const
void set_is_lazy (bool value)
template<typename>
PROTOBUF_CONSTEXPR CallbackResultProto_GeneratedLinearConstraint (::_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 CallbackResultProto_GeneratedLinearConstraintdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 5

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kLinearExpressionFieldNumber 
kLowerBoundFieldNumber 
kUpperBoundFieldNumber 
kIsLazyFieldNumber 

Definition at line 1303 of file callback.pb.h.

Constructor & Destructor Documentation

◆ CallbackResultProto_GeneratedLinearConstraint() [1/8]

operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint::CallbackResultProto_GeneratedLinearConstraint ( )
inline

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

◆ ~CallbackResultProto_GeneratedLinearConstraint()

operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint::~CallbackResultProto_GeneratedLinearConstraint ( )

@protoc_insertion_point(destructor:operations_research.math_opt.CallbackResultProto.GeneratedLinearConstraint)

Definition at line 2399 of file callback.pb.cc.

◆ CallbackResultProto_GeneratedLinearConstraint() [2/8]

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

◆ CallbackResultProto_GeneratedLinearConstraint() [3/8]

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

Definition at line 1177 of file callback.pb.h.

◆ CallbackResultProto_GeneratedLinearConstraint() [4/8]

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

Definition at line 1178 of file callback.pb.h.

◆ CallbackResultProto_GeneratedLinearConstraint() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.math_opt.CallbackResultProto.GeneratedLinearConstraint)

Definition at line 2342 of file callback.pb.cc.

◆ CallbackResultProto_GeneratedLinearConstraint() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.math_opt.CallbackResultProto.GeneratedLinearConstraint)

Definition at line 2358 of file callback.pb.cc.

◆ CallbackResultProto_GeneratedLinearConstraint() [7/8]

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

Definition at line 1285 of file callback.pb.h.

◆ CallbackResultProto_GeneratedLinearConstraint() [8/8]

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

Definition at line 157 of file callback.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

.operations_research.math_opt.SparseDoubleVectorProto linear_expression = 1;

double lower_bound = 2;

double upper_bound = 3;

bool is_lazy = 4;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.CallbackResultProto.GeneratedLinearConstraint)

Definition at line 2534 of file callback.pb.cc.

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.CallbackResultProto.GeneratedLinearConstraint)

Prevent compiler warnings about cached_has_bits being unused

.operations_research.math_opt.SparseDoubleVectorProto linear_expression = 1;

double lower_bound = 2;

double upper_bound = 3;

bool is_lazy = 4;

Definition at line 2591 of file callback.pb.cc.

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.CallbackResultProto.GeneratedLinearConstraint)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 2507 of file callback.pb.cc.

◆ clear_is_lazy()

void operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint::clear_is_lazy ( )
inline

bool is_lazy = 4;

Definition at line 3585 of file callback.pb.h.

◆ clear_linear_expression()

void operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint::clear_linear_expression ( )

Definition at line 2337 of file callback.pb.cc.

◆ clear_lower_bound()

void operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint::clear_lower_bound ( )
inline

double lower_bound = 2;

Definition at line 3537 of file callback.pb.h.

◆ clear_upper_bound()

void operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint::clear_upper_bound ( )
inline

double upper_bound = 3;

Definition at line 3561 of file callback.pb.h.

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.CallbackResultProto.GeneratedLinearConstraint)

Definition at line 2671 of file callback.pb.cc.

◆ default_instance()

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

Definition at line 1212 of file callback.pb.h.

◆ descriptor()

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

Definition at line 1203 of file callback.pb.h.

◆ GetCachedSize()

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

Definition at line 1271 of file callback.pb.h.

◆ GetClassData()

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

Definition at line 2448 of file callback.pb.cc.

◆ GetDescriptor()

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

Definition at line 1206 of file callback.pb.h.

◆ GetMetadata()

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

Definition at line 2691 of file callback.pb.cc.

◆ GetReflection()

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

Definition at line 1209 of file callback.pb.h.

◆ has_linear_expression()

bool operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint::has_linear_expression ( ) const
inline

◆ InternalGenerateClassData_()

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

Definition at line 2420 of file callback.pb.cc.

◆ InternalNewImpl_()

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

Definition at line 2416 of file callback.pb.cc.

◆ is_lazy()

bool operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint::is_lazy ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.CallbackResultProto.GeneratedLinearConstraint.is_lazy)

Definition at line 3590 of file callback.pb.h.

◆ IsInitialized()

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

Definition at line 1247 of file callback.pb.h.

◆ linear_expression()

const::operations_research::math_opt::SparseDoubleVectorProto & operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint::linear_expression ( ) const
inline

◆ lower_bound()

double operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint::lower_bound ( ) const
inline

◆ MergeFrom()

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

Definition at line 1240 of file callback.pb.h.

◆ mutable_linear_expression()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint::mutable_linear_expression ( )
inline

◆ mutable_unknown_fields()

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

Definition at line 1198 of file callback.pb.h.

◆ New()

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

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

Definition at line 1234 of file callback.pb.h.

◆ operator=() [1/2]

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

Definition at line 1184 of file callback.pb.h.

◆ operator=() [2/2]

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

Definition at line 1180 of file callback.pb.h.

◆ PlacementNew_()

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

Definition at line 2411 of file callback.pb.cc.

◆ release_linear_expression()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint::release_linear_expression ( )
inlinenodiscard

Definition at line 3472 of file callback.pb.h.

◆ set_allocated_linear_expression()

void operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint::set_allocated_linear_expression ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.CallbackResultProto.GeneratedLinearConstraint.linear_expression)

Definition at line 3515 of file callback.pb.h.

◆ set_is_lazy()

void operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint::set_is_lazy ( bool value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.CallbackResultProto.GeneratedLinearConstraint.is_lazy)

Definition at line 3594 of file callback.pb.h.

◆ set_lower_bound()

void operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint::set_lower_bound ( double value)
inline

◆ set_upper_bound()

void operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint::set_upper_bound ( double value)
inline

◆ Swap()

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

Definition at line 1218 of file callback.pb.h.

◆ unknown_fields()

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

Definition at line 1194 of file callback.pb.h.

◆ unsafe_arena_release_linear_expression()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint::unsafe_arena_release_linear_expression ( )
inline

◆ unsafe_arena_set_allocated_linear_expression()

void operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint::unsafe_arena_set_allocated_linear_expression ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.CallbackResultProto.GeneratedLinearConstraint.linear_expression)

Definition at line 3458 of file callback.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 1226 of file callback.pb.h.

◆ upper_bound()

double operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint::upper_bound ( ) const
inline

◆ ::google::protobuf::Arena

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

Definition at line 1364 of file callback.pb.h.

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

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

Definition at line 1366 of file callback.pb.h.

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

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

Definition at line 1357 of file callback.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 1363 of file callback.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fcallback_2eproto

Definition at line 1387 of file callback.pb.h.

◆ swap

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint::_impl_

Definition at line 1386 of file callback.pb.h.

◆ kIndexInFileMessages

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

Definition at line 1216 of file callback.pb.h.


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