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

Detailed Description

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

#include <callback.pb.h>

Inheritance diagram for operations_research::math_opt::CallbackDataProto_MipStats:

Classes

class  _Internal

Public Types

enum  : int {
  kPrimalBoundFieldNumber = 1 , kDualBoundFieldNumber = 2 , kExploredNodesFieldNumber = 3 , kOpenNodesFieldNumber = 4 ,
  kSimplexIterationsFieldNumber = 5 , kNumberOfSolutionsFoundFieldNumber = 6 , kCuttingPlanesInLpFieldNumber = 7
}
 nested types -------------------------------------------------— More...

Public Member Functions

 CallbackDataProto_MipStats ()
 ~CallbackDataProto_MipStats () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR CallbackDataProto_MipStats (::google::protobuf::internal::ConstantInitialized)
 CallbackDataProto_MipStats (const CallbackDataProto_MipStats &from)
 CallbackDataProto_MipStats (CallbackDataProto_MipStats &&from) noexcept
CallbackDataProto_MipStatsoperator= (const CallbackDataProto_MipStats &from)
CallbackDataProto_MipStatsoperator= (CallbackDataProto_MipStats &&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_MipStats *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (CallbackDataProto_MipStats *PROTOBUF_NONNULL other)
CallbackDataProto_MipStats *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const CallbackDataProto_MipStats &from)
void MergeFrom (const CallbackDataProto_MipStats &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_primal_bound () const
 optional double primal_bound = 1;
void clear_primal_bound ()
double primal_bound () const
void set_primal_bound (double value)
bool has_dual_bound () const
 optional double dual_bound = 2;
void clear_dual_bound ()
double dual_bound () const
void set_dual_bound (double value)
bool has_explored_nodes () const
 optional int64 explored_nodes = 3;
void clear_explored_nodes ()
::int64_t explored_nodes () const
void set_explored_nodes (::int64_t value)
bool has_open_nodes () const
 optional int64 open_nodes = 4;
void clear_open_nodes ()
::int64_t open_nodes () const
void set_open_nodes (::int64_t value)
bool has_simplex_iterations () const
 optional int64 simplex_iterations = 5;
void clear_simplex_iterations ()
::int64_t simplex_iterations () const
void set_simplex_iterations (::int64_t value)
bool has_number_of_solutions_found () const
 optional int32 number_of_solutions_found = 6;
void clear_number_of_solutions_found ()
::int32_t number_of_solutions_found () const
void set_number_of_solutions_found (::int32_t value)
bool has_cutting_planes_in_lp () const
 optional int32 cutting_planes_in_lp = 7;
void clear_cutting_planes_in_lp ()
::int32_t cutting_planes_in_lp () const
void set_cutting_planes_in_lp (::int32_t value)
template<typename>
PROTOBUF_CONSTEXPR CallbackDataProto_MipStats (::_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_MipStatsdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 3

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kPrimalBoundFieldNumber 
kDualBoundFieldNumber 
kExploredNodesFieldNumber 
kOpenNodesFieldNumber 
kSimplexIterationsFieldNumber 
kNumberOfSolutionsFoundFieldNumber 
kCuttingPlanesInLpFieldNumber 

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

Constructor & Destructor Documentation

◆ CallbackDataProto_MipStats() [1/8]

operations_research::math_opt::CallbackDataProto_MipStats::CallbackDataProto_MipStats ( )
inline

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

◆ ~CallbackDataProto_MipStats()

operations_research::math_opt::CallbackDataProto_MipStats::~CallbackDataProto_MipStats ( )

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

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

◆ CallbackDataProto_MipStats() [2/8]

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

◆ CallbackDataProto_MipStats() [3/8]

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

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

◆ CallbackDataProto_MipStats() [4/8]

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

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

◆ CallbackDataProto_MipStats() [5/8]

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

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

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

◆ CallbackDataProto_MipStats() [6/8]

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

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

◆ CallbackDataProto_MipStats() [7/8]

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

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

◆ CallbackDataProto_MipStats() [8/8]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

optional double primal_bound = 1;

optional double dual_bound = 2;

optional int64 explored_nodes = 3;

optional int64 open_nodes = 4;

optional int64 simplex_iterations = 5;

optional int32 number_of_solutions_found = 6;

optional int32 cutting_planes_in_lp = 7;

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

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

◆ ByteSizeLong()

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

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

Prevent compiler warnings about cached_has_bits being unused

optional int64 explored_nodes = 3;

optional int64 open_nodes = 4;

optional int64 simplex_iterations = 5;

optional int32 number_of_solutions_found = 6;

optional int32 cutting_planes_in_lp = 7;

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

◆ Clear()

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

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

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_cutting_planes_in_lp()

void operations_research::math_opt::CallbackDataProto_MipStats::clear_cutting_planes_in_lp ( )
inline

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

◆ clear_dual_bound()

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

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

◆ clear_explored_nodes()

void operations_research::math_opt::CallbackDataProto_MipStats::clear_explored_nodes ( )
inline

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

◆ clear_number_of_solutions_found()

void operations_research::math_opt::CallbackDataProto_MipStats::clear_number_of_solutions_found ( )
inline

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

◆ clear_open_nodes()

void operations_research::math_opt::CallbackDataProto_MipStats::clear_open_nodes ( )
inline

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

◆ clear_primal_bound()

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

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

◆ clear_simplex_iterations()

void operations_research::math_opt::CallbackDataProto_MipStats::clear_simplex_iterations ( )
inline

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

◆ CopyFrom()

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

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

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

◆ cutting_planes_in_lp()

int32_t operations_research::math_opt::CallbackDataProto_MipStats::cutting_planes_in_lp ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.CallbackDataProto.MipStats.cutting_planes_in_lp)

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ dual_bound()

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

@protoc_insertion_point(field_get:operations_research.math_opt.CallbackDataProto.MipStats.dual_bound)

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

◆ explored_nodes()

int64_t operations_research::math_opt::CallbackDataProto_MipStats::explored_nodes ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.CallbackDataProto.MipStats.explored_nodes)

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ has_cutting_planes_in_lp()

bool operations_research::math_opt::CallbackDataProto_MipStats::has_cutting_planes_in_lp ( ) const
inline

optional int32 cutting_planes_in_lp = 7;

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

◆ has_dual_bound()

bool operations_research::math_opt::CallbackDataProto_MipStats::has_dual_bound ( ) const
inline

optional double dual_bound = 2;

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

◆ has_explored_nodes()

bool operations_research::math_opt::CallbackDataProto_MipStats::has_explored_nodes ( ) const
inline

optional int64 explored_nodes = 3;

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

◆ has_number_of_solutions_found()

bool operations_research::math_opt::CallbackDataProto_MipStats::has_number_of_solutions_found ( ) const
inline

optional int32 number_of_solutions_found = 6;

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

◆ has_open_nodes()

bool operations_research::math_opt::CallbackDataProto_MipStats::has_open_nodes ( ) const
inline

optional int64 open_nodes = 4;

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

◆ has_primal_bound()

bool operations_research::math_opt::CallbackDataProto_MipStats::has_primal_bound ( ) const
inline

optional double primal_bound = 1;

CallbackDataProto_MipStats.

optional double primal_bound = 1;

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

◆ has_simplex_iterations()

bool operations_research::math_opt::CallbackDataProto_MipStats::has_simplex_iterations ( ) const
inline

optional int64 simplex_iterations = 5;

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

◆ InternalGenerateClassData_()

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

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

◆ InternalNewImpl_()

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

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

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

◆ number_of_solutions_found()

int32_t operations_research::math_opt::CallbackDataProto_MipStats::number_of_solutions_found ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.CallbackDataProto.MipStats.number_of_solutions_found)

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

◆ open_nodes()

int64_t operations_research::math_opt::CallbackDataProto_MipStats::open_nodes ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.CallbackDataProto.MipStats.open_nodes)

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

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

◆ primal_bound()

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

@protoc_insertion_point(field_get:operations_research.math_opt.CallbackDataProto.MipStats.primal_bound)

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

◆ set_cutting_planes_in_lp()

void operations_research::math_opt::CallbackDataProto_MipStats::set_cutting_planes_in_lp ( ::int32_t value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.CallbackDataProto.MipStats.cutting_planes_in_lp)

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

◆ set_dual_bound()

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

@protoc_insertion_point(field_set:operations_research.math_opt.CallbackDataProto.MipStats.dual_bound)

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

◆ set_explored_nodes()

void operations_research::math_opt::CallbackDataProto_MipStats::set_explored_nodes ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.CallbackDataProto.MipStats.explored_nodes)

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

◆ set_number_of_solutions_found()

void operations_research::math_opt::CallbackDataProto_MipStats::set_number_of_solutions_found ( ::int32_t value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.CallbackDataProto.MipStats.number_of_solutions_found)

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

◆ set_open_nodes()

void operations_research::math_opt::CallbackDataProto_MipStats::set_open_nodes ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.CallbackDataProto.MipStats.open_nodes)

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

◆ set_primal_bound()

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

@protoc_insertion_point(field_set:operations_research.math_opt.CallbackDataProto.MipStats.primal_bound)

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

◆ set_simplex_iterations()

void operations_research::math_opt::CallbackDataProto_MipStats::set_simplex_iterations ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.CallbackDataProto.MipStats.simplex_iterations)

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

◆ simplex_iterations()

int64_t operations_research::math_opt::CallbackDataProto_MipStats::simplex_iterations ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.CallbackDataProto.MipStats.simplex_iterations)

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fmath_5fopt_2fcallback_2eproto

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

◆ swap

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::CallbackDataProto_MipStats::_impl_

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

◆ kIndexInFileMessages

int operations_research::math_opt::CallbackDataProto_MipStats::kIndexInFileMessages = 3
staticconstexpr

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


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