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

Detailed Description

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

#include <callback.pb.h>

Inheritance diagram for operations_research::math_opt::CallbackResultProto:

Classes

class  _Internal

Public Types

enum  : int { kCutsFieldNumber = 4 , kTerminateFieldNumber = 1 , kSuggestedSolutionsFieldNumber = 5 }
using GeneratedLinearConstraint = CallbackResultProto_GeneratedLinearConstraint

Public Member Functions

 CallbackResultProto ()
 ~CallbackResultProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR CallbackResultProto (::google::protobuf::internal::ConstantInitialized)
 CallbackResultProto (const CallbackResultProto &from)
 CallbackResultProto (CallbackResultProto &&from) noexcept
CallbackResultProtooperator= (const CallbackResultProto &from)
CallbackResultProtooperator= (CallbackResultProto &&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 (CallbackResultProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (CallbackResultProto *PROTOBUF_NONNULL other)
CallbackResultProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const CallbackResultProto &from)
void MergeFrom (const CallbackResultProto &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
int cuts_size () const
void clear_cuts ()
::operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint *PROTOBUF_NONNULL mutable_cuts (int index)
::google::protobuf::RepeatedPtrField<::operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint > *PROTOBUF_NONNULL mutable_cuts ()
const ::operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraintcuts (int index) const
::operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint *PROTOBUF_NONNULL add_cuts ()
const ::google::protobuf::RepeatedPtrField<::operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint > & cuts () const
void clear_terminate ()
bool terminate () const
void set_terminate (bool value)
int suggested_solutions_size () const
void clear_suggested_solutions ()
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL mutable_suggested_solutions (int index)
::google::protobuf::RepeatedPtrField<::operations_research::math_opt::SparseDoubleVectorProto > *PROTOBUF_NONNULL mutable_suggested_solutions ()
const ::operations_research::math_opt::SparseDoubleVectorProtosuggested_solutions (int index) const
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL add_suggested_solutions ()
const ::google::protobuf::RepeatedPtrField<::operations_research::math_opt::SparseDoubleVectorProto > & suggested_solutions () const
template<typename>
PROTOBUF_CONSTEXPR CallbackResultProto (::_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 CallbackResultProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 6

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 (CallbackResultProto &a, CallbackResultProto &b)

Member Typedef Documentation

◆ GeneratedLinearConstraint

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kCutsFieldNumber 
kTerminateFieldNumber 
kSuggestedSolutionsFieldNumber 

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

Constructor & Destructor Documentation

◆ CallbackResultProto() [1/5]

operations_research::math_opt::CallbackResultProto::CallbackResultProto ( )
inline

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

◆ ~CallbackResultProto()

operations_research::math_opt::CallbackResultProto::~CallbackResultProto ( )

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

◆ CallbackResultProto() [2/5]

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

◆ CallbackResultProto() [3/5]

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

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

◆ CallbackResultProto() [4/5]

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

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

◆ CallbackResultProto() [5/5]

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

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

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::math_opt::CallbackResultProto::_InternalSerialize ( ::uint8_t *PROTOBUF_NONNULL target,
::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream ) const
final

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

◆ add_cuts()

operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint *PROTOBUF_NONNULL operations_research::math_opt::CallbackResultProto::add_cuts ( )
inline

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

◆ add_suggested_solutions()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL operations_research::math_opt::CallbackResultProto::add_suggested_solutions ( )
inline

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

◆ ByteSizeLong()

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

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

◆ Clear()

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

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

◆ clear_cuts()

void operations_research::math_opt::CallbackResultProto::clear_cuts ( )
inline

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

◆ clear_suggested_solutions()

void operations_research::math_opt::CallbackResultProto::clear_suggested_solutions ( )

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

◆ clear_terminate()

void operations_research::math_opt::CallbackResultProto::clear_terminate ( )
inline

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

◆ CopyFrom()

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

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

◆ cuts() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint > & operations_research::math_opt::CallbackResultProto::cuts ( ) const
inline

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

◆ cuts() [2/2]

const::operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint & operations_research::math_opt::CallbackResultProto::cuts ( int index) const
inline

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

◆ cuts_size()

int operations_research::math_opt::CallbackResultProto::cuts_size ( ) const
inline

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ InternalGenerateClassData_()

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

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_cuts() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint > *PROTOBUF_NONNULL operations_research::math_opt::CallbackResultProto::mutable_cuts ( )
inline

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

◆ mutable_cuts() [2/2]

operations_research::math_opt::CallbackResultProto_GeneratedLinearConstraint *PROTOBUF_NONNULL operations_research::math_opt::CallbackResultProto::mutable_cuts ( int index)
inline

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

◆ mutable_suggested_solutions() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::math_opt::SparseDoubleVectorProto > *PROTOBUF_NONNULL operations_research::math_opt::CallbackResultProto::mutable_suggested_solutions ( )
inline

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

◆ mutable_suggested_solutions() [2/2]

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL operations_research::math_opt::CallbackResultProto::mutable_suggested_solutions ( int index)
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ set_terminate()

void operations_research::math_opt::CallbackResultProto::set_terminate ( bool value)
inline

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

◆ suggested_solutions() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::math_opt::SparseDoubleVectorProto > & operations_research::math_opt::CallbackResultProto::suggested_solutions ( ) const
inline

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

◆ suggested_solutions() [2/2]

const::operations_research::math_opt::SparseDoubleVectorProto & operations_research::math_opt::CallbackResultProto::suggested_solutions ( int index) const
inline

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

◆ suggested_solutions_size()

int operations_research::math_opt::CallbackResultProto::suggested_solutions_size ( ) const
inline

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

◆ Swap()

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

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

◆ terminate()

bool operations_research::math_opt::CallbackResultProto::terminate ( ) const
inline

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fmath_5fopt_2fcallback_2eproto

friend struct ::TableStruct_ortools_2fmath_5fopt_2fcallback_2eproto
friend

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::CallbackResultProto::_impl_

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

◆ kIndexInFileMessages

int operations_research::math_opt::CallbackResultProto::kIndexInFileMessages = 6
staticconstexpr

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


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