![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 1952 of file callback.pb.h.
#include <callback.pb.h>
Classes | |
class | _Internal |
Public Types | |
enum | : int { kCutsFieldNumber = 4 , kSuggestedSolutionsFieldNumber = 5 , kTerminateFieldNumber = 1 } |
accessors ----------------------------------------------------— More... | |
using | GeneratedLinearConstraint = CallbackResultProto_GeneratedLinearConstraint |
nested types -------------------------------------------------— |
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 | |
CallbackResultProto & | operator= (const CallbackResultProto &from) |
CallbackResultProto & | operator= (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 |
implements Message -------------------------------------------— | |
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 |
repeated .operations_research.math_opt.CallbackResultProto.GeneratedLinearConstraint cuts = 4; | |
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_GeneratedLinearConstraint & | cuts (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 |
int | suggested_solutions_size () const |
repeated .operations_research.math_opt.SparseDoubleVectorProto suggested_solutions = 5; | |
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::SparseDoubleVectorProto & | suggested_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 |
void | clear_terminate () |
bool terminate = 1; | |
bool | terminate () const |
void | set_terminate (bool value) |
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 CallbackResultProto & | default_instance () |
static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages = 6 |
Protected Member Functions | |
CallbackResultProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
CallbackResultProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const CallbackResultProto &from) | |
CallbackResultProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, CallbackResultProto &&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 (CallbackResultProto &a, CallbackResultProto &b) |
using operations_research::math_opt::CallbackResultProto::GeneratedLinearConstraint = CallbackResultProto_GeneratedLinearConstraint |
nested types -------------------------------------------------—
Definition at line 2092 of file callback.pb.h.
anonymous enum : int |
accessors ----------------------------------------------------—
Enumerator | |
---|---|
kCutsFieldNumber | |
kSuggestedSolutionsFieldNumber | |
kTerminateFieldNumber |
Definition at line 2095 of file callback.pb.h.
|
inline |
Definition at line 1955 of file callback.pb.h.
operations_research::math_opt::CallbackResultProto::~CallbackResultProto | ( | ) |
@protoc_insertion_point(destructor:operations_research.math_opt.CallbackResultProto)
Definition at line 2755 of file callback.pb.cc.
|
explicit |
|
inline |
Definition at line 1968 of file callback.pb.h.
|
inlinenoexcept |
Definition at line 1969 of file callback.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.math_opt.CallbackResultProto)
Definition at line 2709 of file callback.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.math_opt.CallbackResultProto)
Definition at line 2727 of file callback.pb.cc.
|
inlineprotectednoexcept |
Definition at line 2076 of file callback.pb.h.
PROTOBUF_CONSTEXPR operations_research::math_opt::CallbackResultProto::CallbackResultProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 245 of file callback.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.math_opt.CallbackResultProto)
bool terminate = 1;
repeated .operations_research.math_opt.CallbackResultProto.GeneratedLinearConstraint cuts = 4;
repeated .operations_research.math_opt.SparseDoubleVectorProto suggested_solutions = 5;
@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.CallbackResultProto)
Definition at line 2890 of file callback.pb.cc.
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.CallbackResultProto.cuts)
Definition at line 3664 of file callback.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.math_opt.CallbackResultProto.suggested_solutions)
Definition at line 3710 of file callback.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.CallbackResultProto)
Prevent compiler warnings about cached_has_bits being unused
repeated .operations_research.math_opt.CallbackResultProto.GeneratedLinearConstraint cuts = 4;
repeated .operations_research.math_opt.SparseDoubleVectorProto suggested_solutions = 5;
bool terminate = 1;
Definition at line 2943 of file callback.pb.cc.
PROTOBUF_NOINLINE void operations_research::math_opt::CallbackResultProto::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.math_opt.CallbackResultProto)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 2870 of file callback.pb.cc.
|
inline |
Definition at line 3644 of file callback.pb.h.
void operations_research::math_opt::CallbackResultProto::clear_suggested_solutions | ( | ) |
Definition at line 2705 of file callback.pb.cc.
|
inline |
void operations_research::math_opt::CallbackResultProto::CopyFrom | ( | const CallbackResultProto & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.CallbackResultProto)
Definition at line 3005 of file callback.pb.cc.
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.CallbackResultProto.cuts)
Definition at line 3671 of file callback.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.CallbackResultProto.cuts)
Definition at line 3659 of file callback.pb.h.
|
inline |
repeated .operations_research.math_opt.CallbackResultProto.GeneratedLinearConstraint cuts = 4;
Definition at line 3641 of file callback.pb.h.
|
inlinestatic |
Definition at line 2003 of file callback.pb.h.
|
inlinestatic |
Definition at line 1994 of file callback.pb.h.
|
inline |
Definition at line 2062 of file callback.pb.h.
|
protected |
Definition at line 2819 of file callback.pb.cc.
|
inlinestatic |
Definition at line 1997 of file callback.pb.h.
google::protobuf::Metadata operations_research::math_opt::CallbackResultProto::GetMetadata | ( | ) | const |
Definition at line 3022 of file callback.pb.cc.
|
inlinestatic |
Definition at line 2000 of file callback.pb.h.
|
staticconstexpr |
Definition at line 2791 of file callback.pb.cc.
|
staticconstexprprotected |
Definition at line 2771 of file callback.pb.cc.
|
inline |
Definition at line 2038 of file callback.pb.h.
|
inline |
Definition at line 2031 of file callback.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.CallbackResultProto.cuts)
Definition at line 3653 of file callback.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.math_opt.CallbackResultProto.cuts)
Definition at line 3648 of file callback.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.math_opt.CallbackResultProto.suggested_solutions)
Definition at line 3699 of file callback.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.math_opt.CallbackResultProto.suggested_solutions)
Definition at line 3694 of file callback.pb.h.
|
inline |
Definition at line 1989 of file callback.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 2025 of file callback.pb.h.
|
inlinenoexcept |
Definition at line 1975 of file callback.pb.h.
|
inline |
Definition at line 1971 of file callback.pb.h.
|
inlinestaticprotected |
Definition at line 2766 of file callback.pb.cc.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.CallbackResultProto.terminate)
Definition at line 3623 of file callback.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.math_opt.CallbackResultProto.suggested_solutions)
Definition at line 3717 of file callback.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.CallbackResultProto.suggested_solutions)
Definition at line 3705 of file callback.pb.h.
|
inline |
repeated .operations_research.math_opt.SparseDoubleVectorProto suggested_solutions = 5;
Definition at line 3691 of file callback.pb.h.
|
inline |
Definition at line 2009 of file callback.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.CallbackResultProto.terminate)
Definition at line 3619 of file callback.pb.h.
|
inline |
Definition at line 1985 of file callback.pb.h.
|
inline |
Definition at line 2017 of file callback.pb.h.
|
friend |
Definition at line 2154 of file callback.pb.h.
|
friend |
Definition at line 2156 of file callback.pb.h.
|
friend |
Definition at line 2147 of file callback.pb.h.
|
friend |
Definition at line 2153 of file callback.pb.h.
|
friend |
Definition at line 2176 of file callback.pb.h.
|
friend |
Definition at line 2008 of file callback.pb.h.
Impl_ operations_research::math_opt::CallbackResultProto::_impl_ |
Definition at line 2175 of file callback.pb.h.
|
staticconstexpr |
Definition at line 2007 of file callback.pb.h.