![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 155 of file callback.pb.h.
#include <callback.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kIterationCountFieldNumber = 1 , kObjectiveValueFieldNumber = 2 , kPrimalInfeasibilityFieldNumber = 3 , kDualInfeasibilityFieldNumber = 4 , kIsPertubatedFieldNumber = 5 } |
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_SimplexStats & | operator= (const CallbackDataProto_SimplexStats &from) |
| CallbackDataProto_SimplexStats & | operator= (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 |
| 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 |
| void | clear_iteration_count () |
| ::int64_t | iteration_count () const |
| void | set_iteration_count (::int64_t value) |
| bool | has_objective_value () const |
| void | clear_objective_value () |
| double | objective_value () const |
| void | set_objective_value (double value) |
| bool | has_primal_infeasibility () const |
| void | clear_primal_infeasibility () |
| double | primal_infeasibility () const |
| void | set_primal_infeasibility (double value) |
| bool | has_dual_infeasibility () const |
| void | clear_dual_infeasibility () |
| double | dual_infeasibility () const |
| void | set_dual_infeasibility (double value) |
| bool | has_is_pertubated () const |
| 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_SimplexStats & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 1 |
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) |
| anonymous enum : int |
| Enumerator | |
|---|---|
| kIterationCountFieldNumber | |
| kObjectiveValueFieldNumber | |
| kPrimalInfeasibilityFieldNumber | |
| kDualInfeasibilityFieldNumber | |
| kIsPertubatedFieldNumber | |
Definition at line 296 of file callback.pb.h.
|
inline |
Definition at line 158 of file callback.pb.h.
| operations_research::math_opt::CallbackDataProto_SimplexStats::~CallbackDataProto_SimplexStats | ( | ) |
Definition at line 876 of file callback.pb.cc.
|
explicit |
|
inline |
Definition at line 171 of file callback.pb.h.
|
inlinenoexcept |
Definition at line 172 of file callback.pb.h.
| PROTOBUF_CONSTEXPR operations_research::math_opt::CallbackDataProto_SimplexStats::CallbackDataProto_SimplexStats | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 40 of file callback.pb.cc.
|
final |
Definition at line 1016 of file callback.pb.cc.
|
final |
Definition at line 1077 of file callback.pb.cc.
| PROTOBUF_NOINLINE void operations_research::math_opt::CallbackDataProto_SimplexStats::Clear | ( | ) |
Definition at line 993 of file callback.pb.cc.
|
inline |
Definition at line 2405 of file callback.pb.h.
|
inline |
Definition at line 2434 of file callback.pb.h.
|
inline |
Definition at line 2318 of file callback.pb.h.
|
inline |
Definition at line 2347 of file callback.pb.h.
|
inline |
Definition at line 2376 of file callback.pb.h.
| void operations_research::math_opt::CallbackDataProto_SimplexStats::CopyFrom | ( | const CallbackDataProto_SimplexStats & | from | ) |
Definition at line 1138 of file callback.pb.cc.
|
inlinestatic |
Definition at line 206 of file callback.pb.h.
|
inlinestatic |
Definition at line 197 of file callback.pb.h.
|
inline |
Definition at line 2411 of file callback.pb.h.
|
inline |
Definition at line 265 of file callback.pb.h.
|
inlinestatic |
Definition at line 200 of file callback.pb.h.
| google::protobuf::Metadata operations_research::math_opt::CallbackDataProto_SimplexStats::GetMetadata | ( | ) | const |
Definition at line 1158 of file callback.pb.cc.
|
inlinestatic |
Definition at line 203 of file callback.pb.h.
|
inline |
Definition at line 2401 of file callback.pb.h.
|
inline |
Definition at line 2430 of file callback.pb.h.
|
inline |
Definition at line 2314 of file callback.pb.h.
|
inline |
Definition at line 2343 of file callback.pb.h.
|
inline |
Definition at line 2372 of file callback.pb.h.
|
staticconstexpr |
Definition at line 899 of file callback.pb.cc.
|
inline |
Definition at line 2440 of file callback.pb.h.
|
inline |
Definition at line 241 of file callback.pb.h.
|
inline |
Definition at line 2324 of file callback.pb.h.
|
inline |
Definition at line 234 of file callback.pb.h.
|
inline |
Definition at line 192 of file callback.pb.h.
|
inline |
Definition at line 228 of file callback.pb.h.
|
inline |
Definition at line 2353 of file callback.pb.h.
|
inlinenoexcept |
Definition at line 178 of file callback.pb.h.
|
inline |
Definition at line 174 of file callback.pb.h.
|
inline |
Definition at line 2382 of file callback.pb.h.
|
inline |
Definition at line 2415 of file callback.pb.h.
|
inline |
Definition at line 2444 of file callback.pb.h.
|
inline |
Definition at line 2328 of file callback.pb.h.
|
inline |
Definition at line 2357 of file callback.pb.h.
|
inline |
Definition at line 2386 of file callback.pb.h.
|
inline |
Definition at line 212 of file callback.pb.h.
|
inline |
Definition at line 188 of file callback.pb.h.
|
inline |
Definition at line 220 of file callback.pb.h.
|
friend |
Definition at line 368 of file callback.pb.h.
|
friend |
Definition at line 370 of file callback.pb.h.
|
friend |
Definition at line 361 of file callback.pb.h.
|
friend |
Definition at line 367 of file callback.pb.h.
|
friend |
Definition at line 392 of file callback.pb.h.
|
friend |
Definition at line 211 of file callback.pb.h.
| Impl_ operations_research::math_opt::CallbackDataProto_SimplexStats::_impl_ |
Definition at line 391 of file callback.pb.h.
|
staticconstexpr |
Definition at line 210 of file callback.pb.h.