![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 1760 of file solve_log.pb.h.
#include <solve_log.pb.h>
Classes | |
class | _Internal |
Public Types | |
enum | : int { kConvergenceInformationFieldNumber = 2 , kInfeasibilityInformationFieldNumber = 3 , kPointMetadataFieldNumber = 11 , kIterationNumberFieldNumber = 1 , kCumulativeRejectedStepsFieldNumber = 5 , kCumulativeKktMatrixPassesFieldNumber = 4 , kCumulativeTimeSecFieldNumber = 6 , kStepSizeFieldNumber = 8 , kPrimalWeightFieldNumber = 9 , kRestartUsedFieldNumber = 7 } |
nested types -------------------------------------------------— More... |
Public Member Functions | |
IterationStats () | |
~IterationStats () PROTOBUF_FINAL | |
template<typename = void> | |
PROTOBUF_CONSTEXPR | IterationStats (::google::protobuf::internal::ConstantInitialized) |
IterationStats (const IterationStats &from) | |
IterationStats (IterationStats &&from) noexcept | |
IterationStats & | operator= (const IterationStats &from) |
IterationStats & | operator= (IterationStats &&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 (IterationStats *PROTOBUF_NONNULL other) |
void | UnsafeArenaSwap (IterationStats *PROTOBUF_NONNULL other) |
IterationStats *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
implements Message -------------------------------------------— | |
void | CopyFrom (const IterationStats &from) |
void | MergeFrom (const IterationStats &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 | convergence_information_size () const |
repeated .operations_research.pdlp.ConvergenceInformation convergence_information = 2; | |
void | clear_convergence_information () |
::operations_research::pdlp::ConvergenceInformation *PROTOBUF_NONNULL | mutable_convergence_information (int index) |
::google::protobuf::RepeatedPtrField<::operations_research::pdlp::ConvergenceInformation > *PROTOBUF_NONNULL | mutable_convergence_information () |
const ::operations_research::pdlp::ConvergenceInformation & | convergence_information (int index) const |
::operations_research::pdlp::ConvergenceInformation *PROTOBUF_NONNULL | add_convergence_information () |
const ::google::protobuf::RepeatedPtrField<::operations_research::pdlp::ConvergenceInformation > & | convergence_information () const |
int | infeasibility_information_size () const |
repeated .operations_research.pdlp.InfeasibilityInformation infeasibility_information = 3; | |
void | clear_infeasibility_information () |
::operations_research::pdlp::InfeasibilityInformation *PROTOBUF_NONNULL | mutable_infeasibility_information (int index) |
::google::protobuf::RepeatedPtrField<::operations_research::pdlp::InfeasibilityInformation > *PROTOBUF_NONNULL | mutable_infeasibility_information () |
const ::operations_research::pdlp::InfeasibilityInformation & | infeasibility_information (int index) const |
::operations_research::pdlp::InfeasibilityInformation *PROTOBUF_NONNULL | add_infeasibility_information () |
const ::google::protobuf::RepeatedPtrField<::operations_research::pdlp::InfeasibilityInformation > & | infeasibility_information () const |
int | point_metadata_size () const |
repeated .operations_research.pdlp.PointMetadata point_metadata = 11; | |
void | clear_point_metadata () |
::operations_research::pdlp::PointMetadata *PROTOBUF_NONNULL | mutable_point_metadata (int index) |
::google::protobuf::RepeatedPtrField<::operations_research::pdlp::PointMetadata > *PROTOBUF_NONNULL | mutable_point_metadata () |
const ::operations_research::pdlp::PointMetadata & | point_metadata (int index) const |
::operations_research::pdlp::PointMetadata *PROTOBUF_NONNULL | add_point_metadata () |
const ::google::protobuf::RepeatedPtrField<::operations_research::pdlp::PointMetadata > & | point_metadata () const |
bool | has_iteration_number () const |
optional int32 iteration_number = 1; | |
void | clear_iteration_number () |
::int32_t | iteration_number () const |
void | set_iteration_number (::int32_t value) |
bool | has_cumulative_rejected_steps () const |
optional int32 cumulative_rejected_steps = 5; | |
void | clear_cumulative_rejected_steps () |
::int32_t | cumulative_rejected_steps () const |
void | set_cumulative_rejected_steps (::int32_t value) |
bool | has_cumulative_kkt_matrix_passes () const |
optional double cumulative_kkt_matrix_passes = 4; | |
void | clear_cumulative_kkt_matrix_passes () |
double | cumulative_kkt_matrix_passes () const |
void | set_cumulative_kkt_matrix_passes (double value) |
bool | has_cumulative_time_sec () const |
optional double cumulative_time_sec = 6; | |
void | clear_cumulative_time_sec () |
double | cumulative_time_sec () const |
void | set_cumulative_time_sec (double value) |
bool | has_step_size () const |
optional double step_size = 8; | |
void | clear_step_size () |
double | step_size () const |
void | set_step_size (double value) |
bool | has_primal_weight () const |
optional double primal_weight = 9; | |
void | clear_primal_weight () |
double | primal_weight () const |
void | set_primal_weight (double value) |
bool | has_restart_used () const |
optional .operations_research.pdlp.RestartChoice restart_used = 7; | |
void | clear_restart_used () |
::operations_research::pdlp::RestartChoice | restart_used () const |
void | set_restart_used (::operations_research::pdlp::RestartChoice value) |
template<typename> | |
PROTOBUF_CONSTEXPR | IterationStats (::_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 IterationStats & | default_instance () |
static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages = 4 |
Protected Member Functions | |
IterationStats (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
IterationStats (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const IterationStats &from) | |
IterationStats (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, IterationStats &&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 (IterationStats &a, IterationStats &b) |
anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
Definition at line 1902 of file solve_log.pb.h.
|
inline |
Definition at line 1763 of file solve_log.pb.h.
operations_research::pdlp::IterationStats::~IterationStats | ( | ) |
@protoc_insertion_point(destructor:operations_research.pdlp.IterationStats)
Definition at line 2777 of file solve_log.pb.cc.
|
explicit |
|
inline |
Definition at line 1776 of file solve_log.pb.h.
|
inlinenoexcept |
Definition at line 1777 of file solve_log.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.pdlp.IterationStats)
Definition at line 2718 of file solve_log.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.pdlp.IterationStats)
Definition at line 2737 of file solve_log.pb.cc.
|
inlineprotectednoexcept |
Definition at line 1884 of file solve_log.pb.h.
PROTOBUF_CONSTEXPR operations_research::pdlp::IterationStats::IterationStats | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 199 of file solve_log.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.pdlp.IterationStats)
optional int32 iteration_number = 1;
repeated .operations_research.pdlp.ConvergenceInformation convergence_information = 2;
repeated .operations_research.pdlp.InfeasibilityInformation infeasibility_information = 3;
optional double cumulative_kkt_matrix_passes = 4;
optional int32 cumulative_rejected_steps = 5;
optional double cumulative_time_sec = 6;
optional .operations_research.pdlp.RestartChoice restart_used = 7;
optional double step_size = 8;
optional double primal_weight = 9;
repeated .operations_research.pdlp.PointMetadata point_metadata = 11;
@protoc_insertion_point(serialize_to_array_end:operations_research.pdlp.IterationStats)
Definition at line 2975 of file solve_log.pb.cc.
|
inline |
@protoc_insertion_point(field_add:operations_research.pdlp.IterationStats.convergence_information)
Definition at line 4547 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.pdlp.IterationStats.infeasibility_information)
Definition at line 4597 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.pdlp.IterationStats.point_metadata)
Definition at line 4647 of file solve_log.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.pdlp.IterationStats)
Prevent compiler warnings about cached_has_bits being unused
repeated .operations_research.pdlp.ConvergenceInformation convergence_information = 2;
repeated .operations_research.pdlp.InfeasibilityInformation infeasibility_information = 3;
repeated .operations_research.pdlp.PointMetadata point_metadata = 11;
optional int32 iteration_number = 1;
optional int32 cumulative_rejected_steps = 5;
optional .operations_research.pdlp.RestartChoice restart_used = 7;
Definition at line 3080 of file solve_log.pb.cc.
PROTOBUF_NOINLINE void operations_research::pdlp::IterationStats::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.pdlp.IterationStats)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 2949 of file solve_log.pb.cc.
|
inline |
Definition at line 4527 of file solve_log.pb.h.
|
inline |
Definition at line 4675 of file solve_log.pb.h.
|
inline |
Definition at line 4703 of file solve_log.pb.h.
|
inline |
Definition at line 4731 of file solve_log.pb.h.
|
inline |
Definition at line 4577 of file solve_log.pb.h.
|
inline |
Definition at line 4497 of file solve_log.pb.h.
|
inline |
Definition at line 4627 of file solve_log.pb.h.
|
inline |
Definition at line 4818 of file solve_log.pb.h.
|
inline |
Definition at line 4759 of file solve_log.pb.h.
|
inline |
Definition at line 4790 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.pdlp.IterationStats.convergence_information)
Definition at line 4554 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.pdlp.IterationStats.convergence_information)
Definition at line 4542 of file solve_log.pb.h.
|
inline |
repeated .operations_research.pdlp.ConvergenceInformation convergence_information = 2;
Definition at line 4524 of file solve_log.pb.h.
void operations_research::pdlp::IterationStats::CopyFrom | ( | const IterationStats & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.pdlp.IterationStats)
Definition at line 3179 of file solve_log.pb.cc.
|
inline |
@protoc_insertion_point(field_get:operations_research.pdlp.IterationStats.cumulative_kkt_matrix_passes)
Definition at line 4680 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.pdlp.IterationStats.cumulative_rejected_steps)
Definition at line 4708 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.pdlp.IterationStats.cumulative_time_sec)
Definition at line 4736 of file solve_log.pb.h.
|
inlinestatic |
Definition at line 1811 of file solve_log.pb.h.
|
inlinestatic |
Definition at line 1802 of file solve_log.pb.h.
|
inline |
Definition at line 1870 of file solve_log.pb.h.
|
protected |
Definition at line 2845 of file solve_log.pb.cc.
|
inlinestatic |
Definition at line 1805 of file solve_log.pb.h.
google::protobuf::Metadata operations_research::pdlp::IterationStats::GetMetadata | ( | ) | const |
Definition at line 3202 of file solve_log.pb.cc.
|
inlinestatic |
Definition at line 1808 of file solve_log.pb.h.
|
inline |
optional double cumulative_kkt_matrix_passes = 4;
Definition at line 4671 of file solve_log.pb.h.
|
inline |
optional int32 cumulative_rejected_steps = 5;
Definition at line 4699 of file solve_log.pb.h.
|
inline |
optional double cumulative_time_sec = 6;
Definition at line 4727 of file solve_log.pb.h.
|
inline |
optional int32 iteration_number = 1;
optional int32 iteration_number = 1;
Definition at line 4493 of file solve_log.pb.h.
|
inline |
optional double primal_weight = 9;
Definition at line 4814 of file solve_log.pb.h.
|
inline |
optional .operations_research.pdlp.RestartChoice restart_used = 7;
Definition at line 4755 of file solve_log.pb.h.
|
inline |
optional double step_size = 8;
Definition at line 4786 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.pdlp.IterationStats.infeasibility_information)
Definition at line 4604 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.pdlp.IterationStats.infeasibility_information)
Definition at line 4592 of file solve_log.pb.h.
|
inline |
repeated .operations_research.pdlp.InfeasibilityInformation infeasibility_information = 3;
Definition at line 4574 of file solve_log.pb.h.
|
staticconstexpr |
Definition at line 2817 of file solve_log.pb.cc.
|
staticconstexprprotected |
Definition at line 2793 of file solve_log.pb.cc.
|
inline |
Definition at line 1846 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.pdlp.IterationStats.iteration_number)
Definition at line 4502 of file solve_log.pb.h.
|
inline |
Definition at line 1839 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.pdlp.IterationStats.convergence_information)
Definition at line 4536 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.pdlp.IterationStats.convergence_information)
Definition at line 4531 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.pdlp.IterationStats.infeasibility_information)
Definition at line 4586 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.pdlp.IterationStats.infeasibility_information)
Definition at line 4581 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.pdlp.IterationStats.point_metadata)
Definition at line 4636 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.pdlp.IterationStats.point_metadata)
Definition at line 4631 of file solve_log.pb.h.
|
inline |
Definition at line 1797 of file solve_log.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 1833 of file solve_log.pb.h.
|
inline |
Definition at line 1779 of file solve_log.pb.h.
|
inlinenoexcept |
Definition at line 1783 of file solve_log.pb.h.
|
inlinestaticprotected |
Definition at line 2788 of file solve_log.pb.cc.
|
inline |
@protoc_insertion_point(field_list:operations_research.pdlp.IterationStats.point_metadata)
Definition at line 4654 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.pdlp.IterationStats.point_metadata)
Definition at line 4642 of file solve_log.pb.h.
|
inline |
repeated .operations_research.pdlp.PointMetadata point_metadata = 11;
Definition at line 4624 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.pdlp.IterationStats.primal_weight)
Definition at line 4823 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.pdlp.IterationStats.restart_used)
Definition at line 4764 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.pdlp.IterationStats.cumulative_kkt_matrix_passes)
Definition at line 4684 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.pdlp.IterationStats.cumulative_rejected_steps)
Definition at line 4712 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.pdlp.IterationStats.cumulative_time_sec)
Definition at line 4740 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.pdlp.IterationStats.iteration_number)
Definition at line 4506 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.pdlp.IterationStats.primal_weight)
Definition at line 4827 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.pdlp.IterationStats.restart_used)
Definition at line 4768 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.pdlp.IterationStats.step_size)
Definition at line 4799 of file solve_log.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.pdlp.IterationStats.step_size)
Definition at line 4795 of file solve_log.pb.h.
|
inline |
Definition at line 1817 of file solve_log.pb.h.
|
inline |
Definition at line 1793 of file solve_log.pb.h.
|
inline |
Definition at line 1825 of file solve_log.pb.h.
|
friend |
Definition at line 2052 of file solve_log.pb.h.
|
friend |
Definition at line 2054 of file solve_log.pb.h.
|
friend |
Definition at line 2045 of file solve_log.pb.h.
|
friend |
Definition at line 2051 of file solve_log.pb.h.
|
friend |
Definition at line 2081 of file solve_log.pb.h.
|
friend |
Definition at line 1816 of file solve_log.pb.h.
Impl_ operations_research::pdlp::IterationStats::_impl_ |
Definition at line 2080 of file solve_log.pb.h.
|
staticconstexpr |
Definition at line 1815 of file solve_log.pb.h.