![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 943 of file solvers.pb.h.
#include <solvers.pb.h>
Classes | |
class | _Internal |
Public Types | |
enum | : int { kStepSizeReductionExponentFieldNumber = 1 , kStepSizeGrowthExponentFieldNumber = 2 } |
nested types -------------------------------------------------— More... |
Public Member Functions | |
AdaptiveLinesearchParams () | |
~AdaptiveLinesearchParams () PROTOBUF_FINAL | |
template<typename = void> | |
PROTOBUF_CONSTEXPR | AdaptiveLinesearchParams (::google::protobuf::internal::ConstantInitialized) |
AdaptiveLinesearchParams (const AdaptiveLinesearchParams &from) | |
AdaptiveLinesearchParams (AdaptiveLinesearchParams &&from) noexcept | |
AdaptiveLinesearchParams & | operator= (const AdaptiveLinesearchParams &from) |
AdaptiveLinesearchParams & | operator= (AdaptiveLinesearchParams &&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 (AdaptiveLinesearchParams *PROTOBUF_NONNULL other) |
void | UnsafeArenaSwap (AdaptiveLinesearchParams *PROTOBUF_NONNULL other) |
AdaptiveLinesearchParams *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
implements Message -------------------------------------------— | |
void | CopyFrom (const AdaptiveLinesearchParams &from) |
void | MergeFrom (const AdaptiveLinesearchParams &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_step_size_reduction_exponent () const |
optional double step_size_reduction_exponent = 1 [default = 0.3]; | |
void | clear_step_size_reduction_exponent () |
double | step_size_reduction_exponent () const |
void | set_step_size_reduction_exponent (double value) |
bool | has_step_size_growth_exponent () const |
optional double step_size_growth_exponent = 2 [default = 0.6]; | |
void | clear_step_size_growth_exponent () |
double | step_size_growth_exponent () const |
void | set_step_size_growth_exponent (double value) |
template<typename> | |
PROTOBUF_CONSTEXPR | AdaptiveLinesearchParams (::_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 AdaptiveLinesearchParams & | default_instance () |
static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages = 3 |
Protected Member Functions | |
AdaptiveLinesearchParams (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
AdaptiveLinesearchParams (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const AdaptiveLinesearchParams &from) | |
AdaptiveLinesearchParams (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, AdaptiveLinesearchParams &&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_2fsolvers_2eproto |
void | swap (AdaptiveLinesearchParams &a, AdaptiveLinesearchParams &b) |
anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
Enumerator | |
---|---|
kStepSizeReductionExponentFieldNumber | |
kStepSizeGrowthExponentFieldNumber |
Definition at line 1085 of file solvers.pb.h.
|
inline |
Definition at line 946 of file solvers.pb.h.
operations_research::pdlp::AdaptiveLinesearchParams::~AdaptiveLinesearchParams | ( | ) |
@protoc_insertion_point(destructor:operations_research.pdlp.AdaptiveLinesearchParams)
Definition at line 1726 of file solvers.pb.cc.
|
explicit |
|
inline |
Definition at line 959 of file solvers.pb.h.
|
inlinenoexcept |
Definition at line 960 of file solvers.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.pdlp.AdaptiveLinesearchParams)
Definition at line 1696 of file solvers.pb.cc.
|
protected |
Definition at line 1705 of file solvers.pb.cc.
|
inlineprotectednoexcept |
Definition at line 1067 of file solvers.pb.h.
PROTOBUF_CONSTEXPR operations_research::pdlp::AdaptiveLinesearchParams::AdaptiveLinesearchParams | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 120 of file solvers.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.pdlp.AdaptiveLinesearchParams)
optional double step_size_reduction_exponent = 1 [default = 0.3];
optional double step_size_growth_exponent = 2 [default = 0.6];
@protoc_insertion_point(serialize_to_array_end:operations_research.pdlp.AdaptiveLinesearchParams)
Definition at line 1841 of file solvers.pb.cc.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.pdlp.AdaptiveLinesearchParams)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 1878 of file solvers.pb.cc.
PROTOBUF_NOINLINE void operations_research::pdlp::AdaptiveLinesearchParams::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.pdlp.AdaptiveLinesearchParams)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 1819 of file solvers.pb.cc.
|
inline |
Definition at line 3017 of file solvers.pb.h.
|
inline |
Definition at line 2989 of file solvers.pb.h.
void operations_research::pdlp::AdaptiveLinesearchParams::CopyFrom | ( | const AdaptiveLinesearchParams & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.pdlp.AdaptiveLinesearchParams)
Definition at line 1916 of file solvers.pb.cc.
|
inlinestatic |
Definition at line 994 of file solvers.pb.h.
|
inlinestatic |
Definition at line 985 of file solvers.pb.h.
|
inline |
Definition at line 1053 of file solvers.pb.h.
|
protected |
Definition at line 1774 of file solvers.pb.cc.
|
inlinestatic |
Definition at line 988 of file solvers.pb.h.
google::protobuf::Metadata operations_research::pdlp::AdaptiveLinesearchParams::GetMetadata | ( | ) | const |
Definition at line 1936 of file solvers.pb.cc.
|
inlinestatic |
Definition at line 991 of file solvers.pb.h.
|
inline |
optional double step_size_growth_exponent = 2 [default = 0.6];
Definition at line 3013 of file solvers.pb.h.
|
inline |
optional double step_size_reduction_exponent = 1 [default = 0.3];
optional double step_size_reduction_exponent = 1 [default = 0.3];
Definition at line 2985 of file solvers.pb.h.
|
staticconstexpr |
Definition at line 1746 of file solvers.pb.cc.
|
staticconstexprprotected |
Definition at line 1742 of file solvers.pb.cc.
|
inline |
Definition at line 1029 of file solvers.pb.h.
|
inline |
Definition at line 1022 of file solvers.pb.h.
|
inline |
Definition at line 980 of file solvers.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 1016 of file solvers.pb.h.
|
inlinenoexcept |
Definition at line 966 of file solvers.pb.h.
|
inline |
Definition at line 962 of file solvers.pb.h.
|
inlinestaticprotected |
Definition at line 1737 of file solvers.pb.cc.
|
inline |
@protoc_insertion_point(field_set:operations_research.pdlp.AdaptiveLinesearchParams.step_size_growth_exponent)
Definition at line 3026 of file solvers.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.pdlp.AdaptiveLinesearchParams.step_size_reduction_exponent)
Definition at line 2998 of file solvers.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.pdlp.AdaptiveLinesearchParams.step_size_growth_exponent)
Definition at line 3022 of file solvers.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.pdlp.AdaptiveLinesearchParams.step_size_reduction_exponent)
Definition at line 2994 of file solvers.pb.h.
|
inline |
Definition at line 1000 of file solvers.pb.h.
|
inline |
Definition at line 976 of file solvers.pb.h.
|
inline |
Definition at line 1008 of file solvers.pb.h.
|
friend |
Definition at line 1121 of file solvers.pb.h.
|
friend |
Definition at line 1123 of file solvers.pb.h.
|
friend |
Definition at line 1114 of file solvers.pb.h.
|
friend |
Definition at line 1120 of file solvers.pb.h.
|
friend |
Definition at line 1142 of file solvers.pb.h.
|
friend |
Definition at line 999 of file solvers.pb.h.
Impl_ operations_research::pdlp::AdaptiveLinesearchParams::_impl_ |
Definition at line 1141 of file solvers.pb.h.
|
staticconstexpr |
Definition at line 998 of file solvers.pb.h.