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

Detailed Description

Definition at line 103 of file infeasible_subsystem.pb.h.

#include <infeasible_subsystem.pb.h>

Inheritance diagram for operations_research::math_opt::ModelSubsetProto_Bounds:

Classes

class  _Internal

Public Types

enum  : int { kLowerFieldNumber = 1 , kUpperFieldNumber = 2 }
 nested types -------------------------------------------------— More...

Public Member Functions

 ModelSubsetProto_Bounds ()
 ~ModelSubsetProto_Bounds () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR ModelSubsetProto_Bounds (::google::protobuf::internal::ConstantInitialized)
 ModelSubsetProto_Bounds (const ModelSubsetProto_Bounds &from)
 ModelSubsetProto_Bounds (ModelSubsetProto_Bounds &&from) noexcept
ModelSubsetProto_Boundsoperator= (const ModelSubsetProto_Bounds &from)
ModelSubsetProto_Boundsoperator= (ModelSubsetProto_Bounds &&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 (ModelSubsetProto_Bounds *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (ModelSubsetProto_Bounds *PROTOBUF_NONNULL other)
ModelSubsetProto_Bounds *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const ModelSubsetProto_Bounds &from)
void MergeFrom (const ModelSubsetProto_Bounds &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
void clear_lower ()
 bool lower = 1;
bool lower () const
void set_lower (bool value)
void clear_upper ()
 bool upper = 2;
bool upper () const
void set_upper (bool value)
template<typename>
PROTOBUF_CONSTEXPR ModelSubsetProto_Bounds (::_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 ModelSubsetProto_Boundsdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 0

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kLowerFieldNumber 
kUpperFieldNumber 

Definition at line 245 of file infeasible_subsystem.pb.h.

Constructor & Destructor Documentation

◆ ModelSubsetProto_Bounds() [1/8]

operations_research::math_opt::ModelSubsetProto_Bounds::ModelSubsetProto_Bounds ( )
inline

Definition at line 106 of file infeasible_subsystem.pb.h.

◆ ~ModelSubsetProto_Bounds()

operations_research::math_opt::ModelSubsetProto_Bounds::~ModelSubsetProto_Bounds ( )

@protoc_insertion_point(destructor:operations_research.math_opt.ModelSubsetProto.Bounds)

Definition at line 349 of file infeasible_subsystem.pb.cc.

◆ ModelSubsetProto_Bounds() [2/8]

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

◆ ModelSubsetProto_Bounds() [3/8]

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

Definition at line 119 of file infeasible_subsystem.pb.h.

◆ ModelSubsetProto_Bounds() [4/8]

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

Definition at line 120 of file infeasible_subsystem.pb.h.

◆ ModelSubsetProto_Bounds() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.math_opt.ModelSubsetProto.Bounds)

Definition at line 315 of file infeasible_subsystem.pb.cc.

◆ ModelSubsetProto_Bounds() [6/8]

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

Definition at line 324 of file infeasible_subsystem.pb.cc.

◆ ModelSubsetProto_Bounds() [7/8]

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

Definition at line 227 of file infeasible_subsystem.pb.h.

◆ ModelSubsetProto_Bounds() [8/8]

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

Definition at line 37 of file infeasible_subsystem.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

bool lower = 1;

bool upper = 2;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.ModelSubsetProto.Bounds)

Definition at line 462 of file infeasible_subsystem.pb.cc.

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.ModelSubsetProto.Bounds)

Prevent compiler warnings about cached_has_bits being unused

bool lower = 1;

bool upper = 2;

Definition at line 502 of file infeasible_subsystem.pb.cc.

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.ModelSubsetProto.Bounds)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 442 of file infeasible_subsystem.pb.cc.

◆ clear_lower()

void operations_research::math_opt::ModelSubsetProto_Bounds::clear_lower ( )
inline

bool lower = 1;

ModelSubsetProto_Bounds.

bool lower = 1;

Definition at line 1011 of file infeasible_subsystem.pb.h.

◆ clear_upper()

void operations_research::math_opt::ModelSubsetProto_Bounds::clear_upper ( )
inline

bool upper = 2;

Definition at line 1035 of file infeasible_subsystem.pb.h.

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.ModelSubsetProto.Bounds)

Definition at line 557 of file infeasible_subsystem.pb.cc.

◆ default_instance()

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

Definition at line 154 of file infeasible_subsystem.pb.h.

◆ descriptor()

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

Definition at line 145 of file infeasible_subsystem.pb.h.

◆ GetCachedSize()

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

Definition at line 213 of file infeasible_subsystem.pb.h.

◆ GetClassData()

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

Definition at line 397 of file infeasible_subsystem.pb.cc.

◆ GetDescriptor()

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

Definition at line 148 of file infeasible_subsystem.pb.h.

◆ GetMetadata()

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

Definition at line 577 of file infeasible_subsystem.pb.cc.

◆ GetReflection()

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

Definition at line 151 of file infeasible_subsystem.pb.h.

◆ InternalGenerateClassData_()

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

Definition at line 369 of file infeasible_subsystem.pb.cc.

◆ InternalNewImpl_()

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

Definition at line 365 of file infeasible_subsystem.pb.cc.

◆ IsInitialized()

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

Definition at line 189 of file infeasible_subsystem.pb.h.

◆ lower()

bool operations_research::math_opt::ModelSubsetProto_Bounds::lower ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ModelSubsetProto.Bounds.lower)

Definition at line 1016 of file infeasible_subsystem.pb.h.

◆ MergeFrom()

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

Definition at line 182 of file infeasible_subsystem.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 140 of file infeasible_subsystem.pb.h.

◆ New()

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

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

Definition at line 176 of file infeasible_subsystem.pb.h.

◆ operator=() [1/2]

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

Definition at line 122 of file infeasible_subsystem.pb.h.

◆ operator=() [2/2]

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

Definition at line 126 of file infeasible_subsystem.pb.h.

◆ PlacementNew_()

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

Definition at line 360 of file infeasible_subsystem.pb.cc.

◆ set_lower()

void operations_research::math_opt::ModelSubsetProto_Bounds::set_lower ( bool value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.ModelSubsetProto.Bounds.lower)

Definition at line 1020 of file infeasible_subsystem.pb.h.

◆ set_upper()

void operations_research::math_opt::ModelSubsetProto_Bounds::set_upper ( bool value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.ModelSubsetProto.Bounds.upper)

Definition at line 1044 of file infeasible_subsystem.pb.h.

◆ Swap()

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

Definition at line 160 of file infeasible_subsystem.pb.h.

◆ unknown_fields()

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

Definition at line 136 of file infeasible_subsystem.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 168 of file infeasible_subsystem.pb.h.

◆ upper()

bool operations_research::math_opt::ModelSubsetProto_Bounds::upper ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ModelSubsetProto.Bounds.upper)

Definition at line 1040 of file infeasible_subsystem.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 279 of file infeasible_subsystem.pb.h.

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

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

Definition at line 281 of file infeasible_subsystem.pb.h.

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

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

Definition at line 272 of file infeasible_subsystem.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 278 of file infeasible_subsystem.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2finfeasible_5fsubsystem_2eproto

◆ swap

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

Definition at line 159 of file infeasible_subsystem.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::ModelSubsetProto_Bounds::_impl_

Definition at line 299 of file infeasible_subsystem.pb.h.

◆ kIndexInFileMessages

int operations_research::math_opt::ModelSubsetProto_Bounds::kIndexInFileMessages = 0
staticconstexpr

Definition at line 158 of file infeasible_subsystem.pb.h.


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