![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <osqp.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kRhoFieldNumber = 1 , kSigmaFieldNumber = 2 , kScalingFieldNumber = 3 , kAdaptiveRhoIntervalFieldNumber = 5 , kAdaptiveRhoToleranceFieldNumber = 6 , kAdaptiveRhoFractionFieldNumber = 7 , kMaxIterFieldNumber = 8 , kEpsAbsFieldNumber = 9 , kEpsRelFieldNumber = 10 , kEpsPrimInfFieldNumber = 11 , kEpsDualInfFieldNumber = 12 , kAlphaFieldNumber = 13 , kDeltaFieldNumber = 14 , kAdaptiveRhoFieldNumber = 4 , kPolishFieldNumber = 15 , kVerboseFieldNumber = 17 , kScaledTerminationFieldNumber = 18 , kWarmStartFieldNumber = 20 , kPolishRefineIterFieldNumber = 16 , kCheckTerminationFieldNumber = 19 , kTimeLimitFieldNumber = 21 } |
Public Member Functions | |
| OsqpSettingsProto () | |
| ~OsqpSettingsProto () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | OsqpSettingsProto (::google::protobuf::internal::ConstantInitialized) |
| OsqpSettingsProto (const OsqpSettingsProto &from) | |
| OsqpSettingsProto (OsqpSettingsProto &&from) noexcept | |
| OsqpSettingsProto & | operator= (const OsqpSettingsProto &from) |
| OsqpSettingsProto & | operator= (OsqpSettingsProto &&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 (OsqpSettingsProto *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (OsqpSettingsProto *PROTOBUF_NONNULL other) |
| OsqpSettingsProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const OsqpSettingsProto &from) |
| void | MergeFrom (const OsqpSettingsProto &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_rho () const |
| void | clear_rho () |
| double | rho () const |
| void | set_rho (double value) |
| bool | has_sigma () const |
| void | clear_sigma () |
| double | sigma () const |
| void | set_sigma (double value) |
| bool | has_scaling () const |
| void | clear_scaling () |
| ::int64_t | scaling () const |
| void | set_scaling (::int64_t value) |
| bool | has_adaptive_rho_interval () const |
| void | clear_adaptive_rho_interval () |
| ::int64_t | adaptive_rho_interval () const |
| void | set_adaptive_rho_interval (::int64_t value) |
| bool | has_adaptive_rho_tolerance () const |
| void | clear_adaptive_rho_tolerance () |
| double | adaptive_rho_tolerance () const |
| void | set_adaptive_rho_tolerance (double value) |
| bool | has_adaptive_rho_fraction () const |
| void | clear_adaptive_rho_fraction () |
| double | adaptive_rho_fraction () const |
| void | set_adaptive_rho_fraction (double value) |
| bool | has_max_iter () const |
| void | clear_max_iter () |
| ::int64_t | max_iter () const |
| void | set_max_iter (::int64_t value) |
| bool | has_eps_abs () const |
| void | clear_eps_abs () |
| double | eps_abs () const |
| void | set_eps_abs (double value) |
| bool | has_eps_rel () const |
| void | clear_eps_rel () |
| double | eps_rel () const |
| void | set_eps_rel (double value) |
| bool | has_eps_prim_inf () const |
| void | clear_eps_prim_inf () |
| double | eps_prim_inf () const |
| void | set_eps_prim_inf (double value) |
| bool | has_eps_dual_inf () const |
| void | clear_eps_dual_inf () |
| double | eps_dual_inf () const |
| void | set_eps_dual_inf (double value) |
| bool | has_alpha () const |
| void | clear_alpha () |
| double | alpha () const |
| void | set_alpha (double value) |
| bool | has_delta () const |
| void | clear_delta () |
| double | delta () const |
| void | set_delta (double value) |
| bool | has_adaptive_rho () const |
| void | clear_adaptive_rho () |
| bool | adaptive_rho () const |
| void | set_adaptive_rho (bool value) |
| bool | has_polish () const |
| void | clear_polish () |
| bool | polish () const |
| void | set_polish (bool value) |
| bool | has_verbose () const |
| void | clear_verbose () |
| bool | verbose () const |
| void | set_verbose (bool value) |
| bool | has_scaled_termination () const |
| void | clear_scaled_termination () |
| bool | scaled_termination () const |
| void | set_scaled_termination (bool value) |
| bool | has_warm_start () const |
| void | clear_warm_start () |
| bool | warm_start () const |
| void | set_warm_start (bool value) |
| bool | has_polish_refine_iter () const |
| void | clear_polish_refine_iter () |
| ::int64_t | polish_refine_iter () const |
| void | set_polish_refine_iter (::int64_t value) |
| bool | has_check_termination () const |
| void | clear_check_termination () |
| ::int64_t | check_termination () const |
| void | set_check_termination (::int64_t value) |
| bool | has_time_limit () const |
| void | clear_time_limit () |
| double | time_limit () const |
| void | set_time_limit (double value) |
| template<typename> | |
| PROTOBUF_CONSTEXPR | OsqpSettingsProto (::_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 OsqpSettingsProto & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 0 |
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_2fsolvers_2fosqp_2eproto |
| void | swap (OsqpSettingsProto &a, OsqpSettingsProto &b) |
| anonymous enum : int |
|
inline |
| operations_research::math_opt::OsqpSettingsProto::~OsqpSettingsProto | ( | ) |
Definition at line 262 of file osqp.pb.cc.
|
explicit |
|
inline |
|
inlinenoexcept |
| PROTOBUF_CONSTEXPR operations_research::math_opt::OsqpSettingsProto::OsqpSettingsProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 56 of file osqp.pb.cc.
|
final |
Definition at line 516 of file osqp.pb.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
final |
Definition at line 689 of file osqp.pb.cc.
|
inline |
| PROTOBUF_NOINLINE void operations_research::math_opt::OsqpSettingsProto::Clear | ( | ) |
Definition at line 483 of file osqp.pb.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void operations_research::math_opt::OsqpSettingsProto::CopyFrom | ( | const OsqpSettingsProto & | from | ) |
Definition at line 826 of file osqp.pb.cc.
|
inlinestatic |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
| google::protobuf::Metadata operations_research::math_opt::OsqpSettingsProto::GetMetadata | ( | ) | const |
Definition at line 846 of file osqp.pb.cc.
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
staticconstexpr |
Definition at line 285 of file osqp.pb.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
| Impl_ operations_research::math_opt::OsqpSettingsProto::_impl_ |
|
staticconstexpr |