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

Detailed Description

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

#include <callback.pb.h>

Inheritance diagram for operations_research::math_opt::CallbackDataProto_SimplexStats:

Classes

class  _Internal

Public Types

enum  : int {
  kIterationCountFieldNumber = 1 , kObjectiveValueFieldNumber = 2 , kPrimalInfeasibilityFieldNumber = 3 , kDualInfeasibilityFieldNumber = 4 ,
  kIsPertubatedFieldNumber = 5
}
 nested types -------------------------------------------------— More...

Public Member Functions

 CallbackDataProto_SimplexStats ()
 ~CallbackDataProto_SimplexStats () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR CallbackDataProto_SimplexStats (::google::protobuf::internal::ConstantInitialized)
 CallbackDataProto_SimplexStats (const CallbackDataProto_SimplexStats &from)
 CallbackDataProto_SimplexStats (CallbackDataProto_SimplexStats &&from) noexcept
CallbackDataProto_SimplexStatsoperator= (const CallbackDataProto_SimplexStats &from)
CallbackDataProto_SimplexStatsoperator= (CallbackDataProto_SimplexStats &&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 (CallbackDataProto_SimplexStats *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (CallbackDataProto_SimplexStats *PROTOBUF_NONNULL other)
CallbackDataProto_SimplexStats *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const CallbackDataProto_SimplexStats &from)
void MergeFrom (const CallbackDataProto_SimplexStats &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_iteration_count () const
 optional int64 iteration_count = 1;
void clear_iteration_count ()
::int64_t iteration_count () const
void set_iteration_count (::int64_t value)
bool has_objective_value () const
 optional double objective_value = 2;
void clear_objective_value ()
double objective_value () const
void set_objective_value (double value)
bool has_primal_infeasibility () const
 optional double primal_infeasibility = 3;
void clear_primal_infeasibility ()
double primal_infeasibility () const
void set_primal_infeasibility (double value)
bool has_dual_infeasibility () const
 optional double dual_infeasibility = 4;
void clear_dual_infeasibility ()
double dual_infeasibility () const
void set_dual_infeasibility (double value)
bool has_is_pertubated () const
 optional bool is_pertubated = 5;
void clear_is_pertubated ()
bool is_pertubated () const
void set_is_pertubated (bool value)
template<typename>
PROTOBUF_CONSTEXPR CallbackDataProto_SimplexStats (::_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 CallbackDataProto_SimplexStatsdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 1

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kIterationCountFieldNumber 
kObjectiveValueFieldNumber 
kPrimalInfeasibilityFieldNumber 
kDualInfeasibilityFieldNumber 
kIsPertubatedFieldNumber 

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

Constructor & Destructor Documentation

◆ CallbackDataProto_SimplexStats() [1/8]

operations_research::math_opt::CallbackDataProto_SimplexStats::CallbackDataProto_SimplexStats ( )
inline

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

◆ ~CallbackDataProto_SimplexStats()

operations_research::math_opt::CallbackDataProto_SimplexStats::~CallbackDataProto_SimplexStats ( )

@protoc_insertion_point(destructor:operations_research.math_opt.CallbackDataProto.SimplexStats)

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

◆ CallbackDataProto_SimplexStats() [2/8]

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

◆ CallbackDataProto_SimplexStats() [3/8]

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

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

◆ CallbackDataProto_SimplexStats() [4/8]

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

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

◆ CallbackDataProto_SimplexStats() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.math_opt.CallbackDataProto.SimplexStats)

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

◆ CallbackDataProto_SimplexStats() [6/8]

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

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

◆ CallbackDataProto_SimplexStats() [7/8]

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

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

◆ CallbackDataProto_SimplexStats() [8/8]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

optional int64 iteration_count = 1;

optional double objective_value = 2;

optional double primal_infeasibility = 3;

optional double dual_infeasibility = 4;

optional bool is_pertubated = 5;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.CallbackDataProto.SimplexStats)

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

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.CallbackDataProto.SimplexStats)

Prevent compiler warnings about cached_has_bits being unused

optional int64 iteration_count = 1;

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

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.CallbackDataProto.SimplexStats)

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_dual_infeasibility()

void operations_research::math_opt::CallbackDataProto_SimplexStats::clear_dual_infeasibility ( )
inline

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

◆ clear_is_pertubated()

void operations_research::math_opt::CallbackDataProto_SimplexStats::clear_is_pertubated ( )
inline

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

◆ clear_iteration_count()

void operations_research::math_opt::CallbackDataProto_SimplexStats::clear_iteration_count ( )
inline

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

◆ clear_objective_value()

void operations_research::math_opt::CallbackDataProto_SimplexStats::clear_objective_value ( )
inline

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

◆ clear_primal_infeasibility()

void operations_research::math_opt::CallbackDataProto_SimplexStats::clear_primal_infeasibility ( )
inline

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

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.CallbackDataProto.SimplexStats)

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ dual_infeasibility()

double operations_research::math_opt::CallbackDataProto_SimplexStats::dual_infeasibility ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.CallbackDataProto.SimplexStats.dual_infeasibility)

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ has_dual_infeasibility()

bool operations_research::math_opt::CallbackDataProto_SimplexStats::has_dual_infeasibility ( ) const
inline

optional double dual_infeasibility = 4;

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

◆ has_is_pertubated()

bool operations_research::math_opt::CallbackDataProto_SimplexStats::has_is_pertubated ( ) const
inline

optional bool is_pertubated = 5;

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

◆ has_iteration_count()

bool operations_research::math_opt::CallbackDataProto_SimplexStats::has_iteration_count ( ) const
inline

optional int64 iteration_count = 1;

CallbackDataProto_SimplexStats.

optional int64 iteration_count = 1;

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

◆ has_objective_value()

bool operations_research::math_opt::CallbackDataProto_SimplexStats::has_objective_value ( ) const
inline

optional double objective_value = 2;

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

◆ has_primal_infeasibility()

bool operations_research::math_opt::CallbackDataProto_SimplexStats::has_primal_infeasibility ( ) const
inline

optional double primal_infeasibility = 3;

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

◆ InternalGenerateClassData_()

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

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

◆ InternalNewImpl_()

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

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

◆ is_pertubated()

bool operations_research::math_opt::CallbackDataProto_SimplexStats::is_pertubated ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.CallbackDataProto.SimplexStats.is_pertubated)

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

◆ IsInitialized()

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

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

◆ iteration_count()

int64_t operations_research::math_opt::CallbackDataProto_SimplexStats::iteration_count ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.CallbackDataProto.SimplexStats.iteration_count)

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

◆ MergeFrom()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

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

◆ objective_value()

double operations_research::math_opt::CallbackDataProto_SimplexStats::objective_value ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.CallbackDataProto.SimplexStats.objective_value)

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

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

◆ primal_infeasibility()

double operations_research::math_opt::CallbackDataProto_SimplexStats::primal_infeasibility ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.CallbackDataProto.SimplexStats.primal_infeasibility)

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

◆ set_dual_infeasibility()

void operations_research::math_opt::CallbackDataProto_SimplexStats::set_dual_infeasibility ( double value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.CallbackDataProto.SimplexStats.dual_infeasibility)

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

◆ set_is_pertubated()

void operations_research::math_opt::CallbackDataProto_SimplexStats::set_is_pertubated ( bool value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.CallbackDataProto.SimplexStats.is_pertubated)

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

◆ set_iteration_count()

void operations_research::math_opt::CallbackDataProto_SimplexStats::set_iteration_count ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.CallbackDataProto.SimplexStats.iteration_count)

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

◆ set_objective_value()

void operations_research::math_opt::CallbackDataProto_SimplexStats::set_objective_value ( double value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.CallbackDataProto.SimplexStats.objective_value)

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

◆ set_primal_infeasibility()

void operations_research::math_opt::CallbackDataProto_SimplexStats::set_primal_infeasibility ( double value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.CallbackDataProto.SimplexStats.primal_infeasibility)

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fmath_5fopt_2fcallback_2eproto

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

◆ swap

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::CallbackDataProto_SimplexStats::_impl_

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

◆ kIndexInFileMessages

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

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


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