![]() |
Google OR-Tools v9.14
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 } |
nested types -------------------------------------------------— More... |
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 |
implements Message -------------------------------------------— | |
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 |
optional double rho = 1; | |
void | clear_rho () |
double | rho () const |
void | set_rho (double value) |
bool | has_sigma () const |
optional double sigma = 2; | |
void | clear_sigma () |
double | sigma () const |
void | set_sigma (double value) |
bool | has_scaling () const |
optional int64 scaling = 3; | |
void | clear_scaling () |
::int64_t | scaling () const |
void | set_scaling (::int64_t value) |
bool | has_adaptive_rho_interval () const |
optional int64 adaptive_rho_interval = 5; | |
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 |
optional double adaptive_rho_tolerance = 6; | |
void | clear_adaptive_rho_tolerance () |
double | adaptive_rho_tolerance () const |
void | set_adaptive_rho_tolerance (double value) |
bool | has_adaptive_rho_fraction () const |
optional double adaptive_rho_fraction = 7; | |
void | clear_adaptive_rho_fraction () |
double | adaptive_rho_fraction () const |
void | set_adaptive_rho_fraction (double value) |
bool | has_max_iter () const |
optional int64 max_iter = 8; | |
void | clear_max_iter () |
::int64_t | max_iter () const |
void | set_max_iter (::int64_t value) |
bool | has_eps_abs () const |
optional double eps_abs = 9; | |
void | clear_eps_abs () |
double | eps_abs () const |
void | set_eps_abs (double value) |
bool | has_eps_rel () const |
optional double eps_rel = 10; | |
void | clear_eps_rel () |
double | eps_rel () const |
void | set_eps_rel (double value) |
bool | has_eps_prim_inf () const |
optional double eps_prim_inf = 11; | |
void | clear_eps_prim_inf () |
double | eps_prim_inf () const |
void | set_eps_prim_inf (double value) |
bool | has_eps_dual_inf () const |
optional double eps_dual_inf = 12; | |
void | clear_eps_dual_inf () |
double | eps_dual_inf () const |
void | set_eps_dual_inf (double value) |
bool | has_alpha () const |
optional double alpha = 13; | |
void | clear_alpha () |
double | alpha () const |
void | set_alpha (double value) |
bool | has_delta () const |
optional double delta = 14; | |
void | clear_delta () |
double | delta () const |
void | set_delta (double value) |
bool | has_adaptive_rho () const |
optional bool adaptive_rho = 4; | |
void | clear_adaptive_rho () |
bool | adaptive_rho () const |
void | set_adaptive_rho (bool value) |
bool | has_polish () const |
optional bool polish = 15; | |
void | clear_polish () |
bool | polish () const |
void | set_polish (bool value) |
bool | has_verbose () const |
optional bool verbose = 17; | |
void | clear_verbose () |
bool | verbose () const |
void | set_verbose (bool value) |
bool | has_scaled_termination () const |
optional bool scaled_termination = 18; | |
void | clear_scaled_termination () |
bool | scaled_termination () const |
void | set_scaled_termination (bool value) |
bool | has_warm_start () const |
optional bool warm_start = 20; | |
void | clear_warm_start () |
bool | warm_start () const |
void | set_warm_start (bool value) |
bool | has_polish_refine_iter () const |
optional int64 polish_refine_iter = 16; | |
void | clear_polish_refine_iter () |
::int64_t | polish_refine_iter () const |
void | set_polish_refine_iter (::int64_t value) |
bool | has_check_termination () const |
optional int64 check_termination = 19; | |
void | clear_check_termination () |
::int64_t | check_termination () const |
void | set_check_termination (::int64_t value) |
bool | has_time_limit () const |
optional double time_limit = 21; | |
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 |
Protected Member Functions | |
OsqpSettingsProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
OsqpSettingsProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const OsqpSettingsProto &from) | |
OsqpSettingsProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, OsqpSettingsProto &&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_2fmath_5fopt_2fsolvers_2fosqp_2eproto |
void | swap (OsqpSettingsProto &a, OsqpSettingsProto &b) |
anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
|
inline |
operations_research::math_opt::OsqpSettingsProto::~OsqpSettingsProto | ( | ) |
@protoc_insertion_point(destructor:operations_research.math_opt.OsqpSettingsProto)
Definition at line 262 of file osqp.pb.cc.
|
explicit |
|
inline |
|
inlinenoexcept |
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.math_opt.OsqpSettingsProto)
Definition at line 228 of file osqp.pb.cc.
|
protected |
Definition at line 237 of file osqp.pb.cc.
|
inlineprotectednoexcept |
PROTOBUF_CONSTEXPR operations_research::math_opt::OsqpSettingsProto::OsqpSettingsProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 56 of file osqp.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.math_opt.OsqpSettingsProto)
optional double rho = 1;
optional double sigma = 2;
optional int64 scaling = 3;
optional bool adaptive_rho = 4;
optional int64 adaptive_rho_interval = 5;
optional double adaptive_rho_tolerance = 6;
optional double adaptive_rho_fraction = 7;
optional int64 max_iter = 8;
optional double eps_abs = 9;
optional double eps_rel = 10;
optional double eps_prim_inf = 11;
optional double eps_dual_inf = 12;
optional double alpha = 13;
optional double delta = 14;
optional bool polish = 15;
optional int64 polish_refine_iter = 16;
optional bool verbose = 17;
optional bool scaled_termination = 18;
optional int64 check_termination = 19;
optional bool warm_start = 20;
optional double time_limit = 21;
@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.OsqpSettingsProto)
Definition at line 513 of file osqp.pb.cc.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.OsqpSettingsProto.adaptive_rho)
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.OsqpSettingsProto.adaptive_rho_fraction)
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.OsqpSettingsProto.adaptive_rho_interval)
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.OsqpSettingsProto.adaptive_rho_tolerance)
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.OsqpSettingsProto.alpha)
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.OsqpSettingsProto)
Prevent compiler warnings about cached_has_bits being unused
optional int64 scaling = 3;
optional int64 adaptive_rho_interval = 5;
optional int64 max_iter = 8;
optional int64 polish_refine_iter = 16;
optional int64 check_termination = 19;
Definition at line 683 of file osqp.pb.cc.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.OsqpSettingsProto.check_termination)
PROTOBUF_NOINLINE void operations_research::math_opt::OsqpSettingsProto::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.math_opt.OsqpSettingsProto)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 480 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 | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.OsqpSettingsProto)
Definition at line 814 of file osqp.pb.cc.
|
inlinestatic |
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.OsqpSettingsProto.delta)
|
inlinestatic |
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.OsqpSettingsProto.eps_abs)
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.OsqpSettingsProto.eps_dual_inf)
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.OsqpSettingsProto.eps_prim_inf)
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.OsqpSettingsProto.eps_rel)
|
inline |
|
protected |
Definition at line 310 of file osqp.pb.cc.
|
inlinestatic |
google::protobuf::Metadata operations_research::math_opt::OsqpSettingsProto::GetMetadata | ( | ) | const |
Definition at line 834 of file osqp.pb.cc.
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
optional double rho = 1;
optional double rho = 1;
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
staticconstexpr |
Definition at line 282 of file osqp.pb.cc.
|
staticconstexprprotected |
Definition at line 278 of file osqp.pb.cc.
|
inline |
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.OsqpSettingsProto.max_iter)
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inlinestaticprotected |
Definition at line 273 of file osqp.pb.cc.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.OsqpSettingsProto.polish)
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.OsqpSettingsProto.polish_refine_iter)
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.OsqpSettingsProto.rho)
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.OsqpSettingsProto.scaled_termination)
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.OsqpSettingsProto.scaling)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.OsqpSettingsProto.adaptive_rho)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.OsqpSettingsProto.adaptive_rho_fraction)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.OsqpSettingsProto.adaptive_rho_interval)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.OsqpSettingsProto.adaptive_rho_tolerance)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.OsqpSettingsProto.alpha)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.OsqpSettingsProto.check_termination)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.OsqpSettingsProto.delta)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.OsqpSettingsProto.eps_abs)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.OsqpSettingsProto.eps_dual_inf)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.OsqpSettingsProto.eps_prim_inf)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.OsqpSettingsProto.eps_rel)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.OsqpSettingsProto.max_iter)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.OsqpSettingsProto.polish)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.OsqpSettingsProto.polish_refine_iter)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.OsqpSettingsProto.rho)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.OsqpSettingsProto.scaled_termination)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.OsqpSettingsProto.scaling)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.OsqpSettingsProto.sigma)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.OsqpSettingsProto.time_limit)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.OsqpSettingsProto.verbose)
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.OsqpSettingsProto.warm_start)
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.OsqpSettingsProto.sigma)
|
inline |
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.OsqpSettingsProto.time_limit)
|
inline |
|
inline |
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.OsqpSettingsProto.verbose)
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.OsqpSettingsProto.warm_start)
|
friend |
|
friend |
|
friend |
|
friend |
Impl_ operations_research::math_opt::OsqpSettingsProto::_impl_ |
|
staticconstexpr |