![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 855 of file solve_log.pb.h.
#include <solve_log.pb.h>
Classes | |
class | _Internal |
Public Types | |
enum | : int { kRandomPrimalProjectionsFieldNumber = 2 , kRandomDualProjectionsFieldNumber = 3 , kActivePrimalVariableCountFieldNumber = 4 , kActiveDualVariableCountFieldNumber = 5 , kActivePrimalVariableChangeFieldNumber = 6 , kActiveDualVariableChangeFieldNumber = 7 , kPointTypeFieldNumber = 1 } |
nested types -------------------------------------------------— More... |
Public Member Functions | |
PointMetadata () | |
~PointMetadata () PROTOBUF_FINAL | |
template<typename = void> | |
PROTOBUF_CONSTEXPR | PointMetadata (::google::protobuf::internal::ConstantInitialized) |
PointMetadata (const PointMetadata &from) | |
PointMetadata (PointMetadata &&from) noexcept | |
PointMetadata & | operator= (const PointMetadata &from) |
PointMetadata & | operator= (PointMetadata &&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 (PointMetadata *PROTOBUF_NONNULL other) |
void | UnsafeArenaSwap (PointMetadata *PROTOBUF_NONNULL other) |
PointMetadata *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
implements Message -------------------------------------------— | |
void | CopyFrom (const PointMetadata &from) |
void | MergeFrom (const PointMetadata &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 | random_primal_projections_size () const |
repeated double random_primal_projections = 2 [packed = true]; | |
void | clear_random_primal_projections () |
double | random_primal_projections (int index) const |
void | set_random_primal_projections (int index, double value) |
void | add_random_primal_projections (double value) |
const ::google::protobuf::RepeatedField< double > & | random_primal_projections () const |
::google::protobuf::RepeatedField< double > *PROTOBUF_NONNULL | mutable_random_primal_projections () |
int | random_dual_projections_size () const |
repeated double random_dual_projections = 3 [packed = true]; | |
void | clear_random_dual_projections () |
double | random_dual_projections (int index) const |
void | set_random_dual_projections (int index, double value) |
void | add_random_dual_projections (double value) |
const ::google::protobuf::RepeatedField< double > & | random_dual_projections () const |
::google::protobuf::RepeatedField< double > *PROTOBUF_NONNULL | mutable_random_dual_projections () |
bool | has_active_primal_variable_count () const |
optional int64 active_primal_variable_count = 4; | |
void | clear_active_primal_variable_count () |
::int64_t | active_primal_variable_count () const |
void | set_active_primal_variable_count (::int64_t value) |
bool | has_active_dual_variable_count () const |
optional int64 active_dual_variable_count = 5; | |
void | clear_active_dual_variable_count () |
::int64_t | active_dual_variable_count () const |
void | set_active_dual_variable_count (::int64_t value) |
bool | has_active_primal_variable_change () const |
optional int64 active_primal_variable_change = 6; | |
void | clear_active_primal_variable_change () |
::int64_t | active_primal_variable_change () const |
void | set_active_primal_variable_change (::int64_t value) |
bool | has_active_dual_variable_change () const |
optional int64 active_dual_variable_change = 7; | |
void | clear_active_dual_variable_change () |
::int64_t | active_dual_variable_change () const |
void | set_active_dual_variable_change (::int64_t value) |
bool | has_point_type () const |
optional .operations_research.pdlp.PointType point_type = 1; | |
void | clear_point_type () |
::operations_research::pdlp::PointType | point_type () const |
void | set_point_type (::operations_research::pdlp::PointType value) |
template<typename> | |
PROTOBUF_CONSTEXPR | PointMetadata (::_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 PointMetadata & | default_instance () |
static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages = 3 |
Protected Member Functions | |
PointMetadata (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
PointMetadata (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const PointMetadata &from) | |
PointMetadata (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, PointMetadata &&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_2fpdlp_2fsolve_5flog_2eproto |
void | swap (PointMetadata &a, PointMetadata &b) |
anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
Definition at line 997 of file solve_log.pb.h.
|
inline |
Definition at line 858 of file solve_log.pb.h.
operations_research::pdlp::PointMetadata::~PointMetadata | ( | ) |
@protoc_insertion_point(destructor:operations_research.pdlp.PointMetadata)
Definition at line 2350 of file solve_log.pb.cc.
|
explicit |
|
inline |
Definition at line 871 of file solve_log.pb.h.
|
inlinenoexcept |
Definition at line 872 of file solve_log.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.pdlp.PointMetadata)
Definition at line 2293 of file solve_log.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.pdlp.PointMetadata)
Definition at line 2311 of file solve_log.pb.cc.
|
inlineprotectednoexcept |
Definition at line 979 of file solve_log.pb.h.
PROTOBUF_CONSTEXPR operations_research::pdlp::PointMetadata::PointMetadata | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 97 of file solve_log.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.pdlp.PointMetadata)
optional .operations_research.pdlp.PointType point_type = 1;
repeated double random_primal_projections = 2 [packed = true];
repeated double random_dual_projections = 3 [packed = true];
optional int64 active_primal_variable_count = 4;
optional int64 active_dual_variable_count = 5;
optional int64 active_primal_variable_change = 6;
optional int64 active_dual_variable_change = 7;
@protoc_insertion_point(serialize_to_array_end:operations_research.pdlp.PointMetadata)
Definition at line 2517 of file solve_log.pb.cc.
|
inline |
@protoc_insertion_point(field_get:operations_research.pdlp.PointMetadata.active_dual_variable_change)
Definition at line 4469 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.pdlp.PointMetadata.active_dual_variable_count)
Definition at line 4413 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.pdlp.PointMetadata.active_primal_variable_change)
Definition at line 4441 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.pdlp.PointMetadata.active_primal_variable_count)
Definition at line 4385 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.pdlp.PointMetadata.random_dual_projections)
Definition at line 4348 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.pdlp.PointMetadata.random_primal_projections)
Definition at line 4302 of file solve_log.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.pdlp.PointMetadata)
Prevent compiler warnings about cached_has_bits being unused
repeated double random_primal_projections = 2 [packed = true];
repeated double random_dual_projections = 3 [packed = true];
optional int64 active_primal_variable_count = 4;
optional int64 active_dual_variable_count = 5;
optional int64 active_primal_variable_change = 6;
optional int64 active_dual_variable_change = 7;
optional .operations_research.pdlp.PointType point_type = 1;
Definition at line 2585 of file solve_log.pb.cc.
PROTOBUF_NOINLINE void operations_research::pdlp::PointMetadata::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.pdlp.PointMetadata)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 2492 of file solve_log.pb.cc.
|
inline |
Definition at line 4464 of file solve_log.pb.h.
|
inline |
Definition at line 4408 of file solve_log.pb.h.
|
inline |
Definition at line 4436 of file solve_log.pb.h.
|
inline |
Definition at line 4380 of file solve_log.pb.h.
|
inline |
Definition at line 4257 of file solve_log.pb.h.
|
inline |
Definition at line 4336 of file solve_log.pb.h.
|
inline |
Definition at line 4290 of file solve_log.pb.h.
void operations_research::pdlp::PointMetadata::CopyFrom | ( | const PointMetadata & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.pdlp.PointMetadata)
Definition at line 2682 of file solve_log.pb.cc.
|
inlinestatic |
Definition at line 906 of file solve_log.pb.h.
|
inlinestatic |
Definition at line 897 of file solve_log.pb.h.
|
inline |
Definition at line 965 of file solve_log.pb.h.
|
protected |
Definition at line 2414 of file solve_log.pb.cc.
|
inlinestatic |
Definition at line 900 of file solve_log.pb.h.
google::protobuf::Metadata operations_research::pdlp::PointMetadata::GetMetadata | ( | ) | const |
Definition at line 2704 of file solve_log.pb.cc.
|
inlinestatic |
Definition at line 903 of file solve_log.pb.h.
|
inline |
optional int64 active_dual_variable_change = 7;
Definition at line 4460 of file solve_log.pb.h.
|
inline |
optional int64 active_dual_variable_count = 5;
Definition at line 4404 of file solve_log.pb.h.
|
inline |
optional int64 active_primal_variable_change = 6;
Definition at line 4432 of file solve_log.pb.h.
|
inline |
optional int64 active_primal_variable_count = 4;
Definition at line 4376 of file solve_log.pb.h.
|
inline |
optional .operations_research.pdlp.PointType point_type = 1;
optional .operations_research.pdlp.PointType point_type = 1;
Definition at line 4253 of file solve_log.pb.h.
|
staticconstexpr |
Definition at line 2386 of file solve_log.pb.cc.
|
staticconstexprprotected |
Definition at line 2366 of file solve_log.pb.cc.
|
inline |
Definition at line 941 of file solve_log.pb.h.
|
inline |
Definition at line 934 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.pdlp.PointMetadata.random_dual_projections)
Definition at line 4358 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.pdlp.PointMetadata.random_primal_projections)
Definition at line 4312 of file solve_log.pb.h.
|
inline |
Definition at line 892 of file solve_log.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 928 of file solve_log.pb.h.
|
inline |
Definition at line 874 of file solve_log.pb.h.
|
inlinenoexcept |
Definition at line 878 of file solve_log.pb.h.
|
inlinestaticprotected |
Definition at line 2361 of file solve_log.pb.cc.
|
inline |
@protoc_insertion_point(field_get:operations_research.pdlp.PointMetadata.point_type)
Definition at line 4262 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.pdlp.PointMetadata.random_dual_projections)
Definition at line 4353 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.pdlp.PointMetadata.random_dual_projections)
Definition at line 4340 of file solve_log.pb.h.
|
inline |
repeated double random_dual_projections = 3 [packed = true];
Definition at line 4333 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.pdlp.PointMetadata.random_primal_projections)
Definition at line 4307 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.pdlp.PointMetadata.random_primal_projections)
Definition at line 4294 of file solve_log.pb.h.
|
inline |
repeated double random_primal_projections = 2 [packed = true];
Definition at line 4287 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.pdlp.PointMetadata.active_dual_variable_change)
Definition at line 4473 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.pdlp.PointMetadata.active_dual_variable_count)
Definition at line 4417 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.pdlp.PointMetadata.active_primal_variable_change)
Definition at line 4445 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.pdlp.PointMetadata.active_primal_variable_count)
Definition at line 4389 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.pdlp.PointMetadata.point_type)
Definition at line 4266 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.pdlp.PointMetadata.random_dual_projections)
Definition at line 4344 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.pdlp.PointMetadata.random_primal_projections)
Definition at line 4298 of file solve_log.pb.h.
|
inline |
Definition at line 912 of file solve_log.pb.h.
|
inline |
Definition at line 888 of file solve_log.pb.h.
|
inline |
Definition at line 920 of file solve_log.pb.h.
|
friend |
Definition at line 1107 of file solve_log.pb.h.
|
friend |
Definition at line 1109 of file solve_log.pb.h.
|
friend |
Definition at line 1100 of file solve_log.pb.h.
|
friend |
Definition at line 1106 of file solve_log.pb.h.
|
friend |
Definition at line 1133 of file solve_log.pb.h.
|
friend |
Definition at line 911 of file solve_log.pb.h.
Impl_ operations_research::pdlp::PointMetadata::_impl_ |
Definition at line 1132 of file solve_log.pb.h.
|
staticconstexpr |
Definition at line 910 of file solve_log.pb.h.