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

Detailed Description

Definition at line 464 of file result.pb.h.

#include <result.pb.h>

Inheritance diagram for operations_research::math_opt::ObjectiveBoundsProto:

Classes

class  _Internal

Public Types

enum  : int { kPrimalBoundFieldNumber = 2 , kDualBoundFieldNumber = 3 }
 nested types -------------------------------------------------— More...

Public Member Functions

 ObjectiveBoundsProto ()
 ~ObjectiveBoundsProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR ObjectiveBoundsProto (::google::protobuf::internal::ConstantInitialized)
 ObjectiveBoundsProto (const ObjectiveBoundsProto &from)
 ObjectiveBoundsProto (ObjectiveBoundsProto &&from) noexcept
ObjectiveBoundsProtooperator= (const ObjectiveBoundsProto &from)
ObjectiveBoundsProtooperator= (ObjectiveBoundsProto &&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 (ObjectiveBoundsProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (ObjectiveBoundsProto *PROTOBUF_NONNULL other)
ObjectiveBoundsProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const ObjectiveBoundsProto &from)
void MergeFrom (const ObjectiveBoundsProto &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_primal_bound ()
 double primal_bound = 2;
double primal_bound () const
void set_primal_bound (double value)
void clear_dual_bound ()
 double dual_bound = 3;
double dual_bound () const
void set_dual_bound (double value)
template<typename>
PROTOBUF_CONSTEXPR ObjectiveBoundsProto (::_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 ObjectiveBoundsProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 2

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kPrimalBoundFieldNumber 
kDualBoundFieldNumber 

Definition at line 606 of file result.pb.h.

Constructor & Destructor Documentation

◆ ObjectiveBoundsProto() [1/8]

operations_research::math_opt::ObjectiveBoundsProto::ObjectiveBoundsProto ( )
inline

Definition at line 467 of file result.pb.h.

◆ ~ObjectiveBoundsProto()

operations_research::math_opt::ObjectiveBoundsProto::~ObjectiveBoundsProto ( )

@protoc_insertion_point(destructor:operations_research.math_opt.ObjectiveBoundsProto)

Definition at line 1259 of file result.pb.cc.

◆ ObjectiveBoundsProto() [2/8]

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

◆ ObjectiveBoundsProto() [3/8]

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

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

◆ ObjectiveBoundsProto() [4/8]

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

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

◆ ObjectiveBoundsProto() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.math_opt.ObjectiveBoundsProto)

Definition at line 1225 of file result.pb.cc.

◆ ObjectiveBoundsProto() [6/8]

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

Definition at line 1234 of file result.pb.cc.

◆ ObjectiveBoundsProto() [7/8]

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

Definition at line 588 of file result.pb.h.

◆ ObjectiveBoundsProto() [8/8]

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

Definition at line 64 of file result.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

double primal_bound = 2;

double dual_bound = 3;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.ObjectiveBoundsProto)

Definition at line 1375 of file result.pb.cc.

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.ObjectiveBoundsProto)

Prevent compiler warnings about cached_has_bits being unused

double primal_bound = 2;

double dual_bound = 3;

Definition at line 1415 of file result.pb.cc.

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.ObjectiveBoundsProto)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 1352 of file result.pb.cc.

◆ clear_dual_bound()

void operations_research::math_opt::ObjectiveBoundsProto::clear_dual_bound ( )
inline

double dual_bound = 3;

Definition at line 2218 of file result.pb.h.

◆ clear_primal_bound()

void operations_research::math_opt::ObjectiveBoundsProto::clear_primal_bound ( )
inline

double primal_bound = 2;

ObjectiveBoundsProto.

double primal_bound = 2;

Definition at line 2194 of file result.pb.h.

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.ObjectiveBoundsProto)

Definition at line 1470 of file result.pb.cc.

◆ default_instance()

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

Definition at line 515 of file result.pb.h.

◆ descriptor()

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

Definition at line 506 of file result.pb.h.

◆ dual_bound()

double operations_research::math_opt::ObjectiveBoundsProto::dual_bound ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ObjectiveBoundsProto.dual_bound)

Definition at line 2223 of file result.pb.h.

◆ GetCachedSize()

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

Definition at line 574 of file result.pb.h.

◆ GetClassData()

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

Definition at line 1307 of file result.pb.cc.

◆ GetDescriptor()

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

Definition at line 509 of file result.pb.h.

◆ GetMetadata()

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

Definition at line 1490 of file result.pb.cc.

◆ GetReflection()

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

Definition at line 512 of file result.pb.h.

◆ InternalGenerateClassData_()

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

Definition at line 1279 of file result.pb.cc.

◆ InternalNewImpl_()

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

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

◆ IsInitialized()

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

Definition at line 550 of file result.pb.h.

◆ MergeFrom()

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

Definition at line 543 of file result.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 501 of file result.pb.h.

◆ New()

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

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

Definition at line 537 of file result.pb.h.

◆ operator=() [1/2]

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

Definition at line 483 of file result.pb.h.

◆ operator=() [2/2]

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

Definition at line 487 of file result.pb.h.

◆ PlacementNew_()

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

Definition at line 1270 of file result.pb.cc.

◆ primal_bound()

double operations_research::math_opt::ObjectiveBoundsProto::primal_bound ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ObjectiveBoundsProto.primal_bound)

Definition at line 2199 of file result.pb.h.

◆ set_dual_bound()

void operations_research::math_opt::ObjectiveBoundsProto::set_dual_bound ( double value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.ObjectiveBoundsProto.dual_bound)

Definition at line 2227 of file result.pb.h.

◆ set_primal_bound()

void operations_research::math_opt::ObjectiveBoundsProto::set_primal_bound ( double value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.ObjectiveBoundsProto.primal_bound)

Definition at line 2203 of file result.pb.h.

◆ Swap()

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

Definition at line 521 of file result.pb.h.

◆ unknown_fields()

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

Definition at line 497 of file result.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 529 of file result.pb.h.

◆ ::google::protobuf::Arena

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

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

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

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

Definition at line 642 of file result.pb.h.

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

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

Definition at line 633 of file result.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 639 of file result.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fresult_2eproto

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

◆ swap

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

Definition at line 520 of file result.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::ObjectiveBoundsProto::_impl_

Definition at line 660 of file result.pb.h.

◆ kIndexInFileMessages

int operations_research::math_opt::ObjectiveBoundsProto::kIndexInFileMessages = 2
staticconstexpr

Definition at line 519 of file result.pb.h.


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