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

Detailed Description

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

#include <callback.pb.h>

Inheritance diagram for operations_research::math_opt::CallbackDataProto_PresolveStats:

Classes

class  _Internal

Public Types

enum  : int { kRemovedVariablesFieldNumber = 1 , kRemovedConstraintsFieldNumber = 2 , kBoundChangesFieldNumber = 3 , kCoefficientChangesFieldNumber = 4 }
 nested types -------------------------------------------------— More...

Public Member Functions

 CallbackDataProto_PresolveStats ()
 ~CallbackDataProto_PresolveStats () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR CallbackDataProto_PresolveStats (::google::protobuf::internal::ConstantInitialized)
 CallbackDataProto_PresolveStats (const CallbackDataProto_PresolveStats &from)
 CallbackDataProto_PresolveStats (CallbackDataProto_PresolveStats &&from) noexcept
CallbackDataProto_PresolveStatsoperator= (const CallbackDataProto_PresolveStats &from)
CallbackDataProto_PresolveStatsoperator= (CallbackDataProto_PresolveStats &&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_PresolveStats *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (CallbackDataProto_PresolveStats *PROTOBUF_NONNULL other)
CallbackDataProto_PresolveStats *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const CallbackDataProto_PresolveStats &from)
void MergeFrom (const CallbackDataProto_PresolveStats &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_removed_variables () const
 optional int64 removed_variables = 1;
void clear_removed_variables ()
::int64_t removed_variables () const
void set_removed_variables (::int64_t value)
bool has_removed_constraints () const
 optional int64 removed_constraints = 2;
void clear_removed_constraints ()
::int64_t removed_constraints () const
void set_removed_constraints (::int64_t value)
bool has_bound_changes () const
 optional int64 bound_changes = 3;
void clear_bound_changes ()
::int64_t bound_changes () const
void set_bound_changes (::int64_t value)
bool has_coefficient_changes () const
 optional int64 coefficient_changes = 4;
void clear_coefficient_changes ()
::int64_t coefficient_changes () const
void set_coefficient_changes (::int64_t value)
template<typename>
PROTOBUF_CONSTEXPR CallbackDataProto_PresolveStats (::_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_PresolveStatsdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 0

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kRemovedVariablesFieldNumber 
kRemovedConstraintsFieldNumber 
kBoundChangesFieldNumber 
kCoefficientChangesFieldNumber 

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

Constructor & Destructor Documentation

◆ CallbackDataProto_PresolveStats() [1/8]

operations_research::math_opt::CallbackDataProto_PresolveStats::CallbackDataProto_PresolveStats ( )
inline

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

◆ ~CallbackDataProto_PresolveStats()

operations_research::math_opt::CallbackDataProto_PresolveStats::~CallbackDataProto_PresolveStats ( )

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

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

◆ CallbackDataProto_PresolveStats() [2/8]

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

◆ CallbackDataProto_PresolveStats() [3/8]

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

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

◆ CallbackDataProto_PresolveStats() [4/8]

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

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

◆ CallbackDataProto_PresolveStats() [5/8]

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

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

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

◆ CallbackDataProto_PresolveStats() [6/8]

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

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

◆ CallbackDataProto_PresolveStats() [7/8]

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

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

◆ CallbackDataProto_PresolveStats() [8/8]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

optional int64 removed_variables = 1;

optional int64 removed_constraints = 2;

optional int64 bound_changes = 3;

optional int64 coefficient_changes = 4;

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

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

◆ bound_changes()

int64_t operations_research::math_opt::CallbackDataProto_PresolveStats::bound_changes ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.CallbackDataProto.PresolveStats.bound_changes)

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

◆ ByteSizeLong()

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

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

Prevent compiler warnings about cached_has_bits being unused

optional int64 removed_variables = 1;

optional int64 removed_constraints = 2;

optional int64 bound_changes = 3;

optional int64 coefficient_changes = 4;

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

◆ Clear()

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

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

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_bound_changes()

void operations_research::math_opt::CallbackDataProto_PresolveStats::clear_bound_changes ( )
inline

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

◆ clear_coefficient_changes()

void operations_research::math_opt::CallbackDataProto_PresolveStats::clear_coefficient_changes ( )
inline

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

◆ clear_removed_constraints()

void operations_research::math_opt::CallbackDataProto_PresolveStats::clear_removed_constraints ( )
inline

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

◆ clear_removed_variables()

void operations_research::math_opt::CallbackDataProto_PresolveStats::clear_removed_variables ( )
inline

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

◆ coefficient_changes()

int64_t operations_research::math_opt::CallbackDataProto_PresolveStats::coefficient_changes ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.CallbackDataProto.PresolveStats.coefficient_changes)

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

◆ CopyFrom()

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

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

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ has_bound_changes()

bool operations_research::math_opt::CallbackDataProto_PresolveStats::has_bound_changes ( ) const
inline

optional int64 bound_changes = 3;

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

◆ has_coefficient_changes()

bool operations_research::math_opt::CallbackDataProto_PresolveStats::has_coefficient_changes ( ) const
inline

optional int64 coefficient_changes = 4;

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

◆ has_removed_constraints()

bool operations_research::math_opt::CallbackDataProto_PresolveStats::has_removed_constraints ( ) const
inline

optional int64 removed_constraints = 2;

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

◆ has_removed_variables()

bool operations_research::math_opt::CallbackDataProto_PresolveStats::has_removed_variables ( ) const
inline

optional int64 removed_variables = 1;

CallbackDataProto_PresolveStats.

optional int64 removed_variables = 1;

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

◆ InternalGenerateClassData_()

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

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

◆ InternalNewImpl_()

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

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

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

◆ removed_constraints()

int64_t operations_research::math_opt::CallbackDataProto_PresolveStats::removed_constraints ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.CallbackDataProto.PresolveStats.removed_constraints)

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

◆ removed_variables()

int64_t operations_research::math_opt::CallbackDataProto_PresolveStats::removed_variables ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.CallbackDataProto.PresolveStats.removed_variables)

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

◆ set_bound_changes()

void operations_research::math_opt::CallbackDataProto_PresolveStats::set_bound_changes ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.CallbackDataProto.PresolveStats.bound_changes)

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

◆ set_coefficient_changes()

void operations_research::math_opt::CallbackDataProto_PresolveStats::set_coefficient_changes ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.CallbackDataProto.PresolveStats.coefficient_changes)

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

◆ set_removed_constraints()

void operations_research::math_opt::CallbackDataProto_PresolveStats::set_removed_constraints ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.CallbackDataProto.PresolveStats.removed_constraints)

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

◆ set_removed_variables()

void operations_research::math_opt::CallbackDataProto_PresolveStats::set_removed_variables ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.CallbackDataProto.PresolveStats.removed_variables)

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fmath_5fopt_2fcallback_2eproto

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

◆ swap

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::CallbackDataProto_PresolveStats::_impl_

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

◆ kIndexInFileMessages

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

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


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