Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::OsqpSettingsProto Class Referencefinal

Detailed Description

Definition at line 82 of file osqp.pb.h.

#include <osqp.pb.h>

Inheritance diagram for operations_research::math_opt::OsqpSettingsProto:

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
OsqpSettingsProtooperator= (const OsqpSettingsProto &from)
OsqpSettingsProtooperator= (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 OsqpSettingsProtodefault_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)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kRhoFieldNumber 
kSigmaFieldNumber 
kScalingFieldNumber 
kAdaptiveRhoIntervalFieldNumber 
kAdaptiveRhoToleranceFieldNumber 
kAdaptiveRhoFractionFieldNumber 
kMaxIterFieldNumber 
kEpsAbsFieldNumber 
kEpsRelFieldNumber 
kEpsPrimInfFieldNumber 
kEpsDualInfFieldNumber 
kAlphaFieldNumber 
kDeltaFieldNumber 
kAdaptiveRhoFieldNumber 
kPolishFieldNumber 
kVerboseFieldNumber 
kScaledTerminationFieldNumber 
kWarmStartFieldNumber 
kPolishRefineIterFieldNumber 
kCheckTerminationFieldNumber 
kTimeLimitFieldNumber 

Definition at line 223 of file osqp.pb.h.

Constructor & Destructor Documentation

◆ OsqpSettingsProto() [1/5]

operations_research::math_opt::OsqpSettingsProto::OsqpSettingsProto ( )
inline

Definition at line 85 of file osqp.pb.h.

◆ ~OsqpSettingsProto()

operations_research::math_opt::OsqpSettingsProto::~OsqpSettingsProto ( )

Definition at line 262 of file osqp.pb.cc.

◆ OsqpSettingsProto() [2/5]

template<typename = void>
PROTOBUF_CONSTEXPR operations_research::math_opt::OsqpSettingsProto::OsqpSettingsProto ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ OsqpSettingsProto() [3/5]

operations_research::math_opt::OsqpSettingsProto::OsqpSettingsProto ( const OsqpSettingsProto & from)
inline

Definition at line 98 of file osqp.pb.h.

◆ OsqpSettingsProto() [4/5]

operations_research::math_opt::OsqpSettingsProto::OsqpSettingsProto ( OsqpSettingsProto && from)
inlinenoexcept

Definition at line 99 of file osqp.pb.h.

◆ OsqpSettingsProto() [5/5]

template<typename>
PROTOBUF_CONSTEXPR operations_research::math_opt::OsqpSettingsProto::OsqpSettingsProto ( ::_pbi::ConstantInitialized )

Definition at line 56 of file osqp.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::math_opt::OsqpSettingsProto::_InternalSerialize ( ::uint8_t *PROTOBUF_NONNULL target,
::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream ) const
final

Definition at line 516 of file osqp.pb.cc.

◆ adaptive_rho()

bool operations_research::math_opt::OsqpSettingsProto::adaptive_rho ( ) const
inline

Definition at line 840 of file osqp.pb.h.

◆ adaptive_rho_fraction()

double operations_research::math_opt::OsqpSettingsProto::adaptive_rho_fraction ( ) const
inline

Definition at line 927 of file osqp.pb.h.

◆ adaptive_rho_interval()

int64_t operations_research::math_opt::OsqpSettingsProto::adaptive_rho_interval ( ) const
inline

Definition at line 869 of file osqp.pb.h.

◆ adaptive_rho_tolerance()

double operations_research::math_opt::OsqpSettingsProto::adaptive_rho_tolerance ( ) const
inline

Definition at line 898 of file osqp.pb.h.

◆ alpha()

double operations_research::math_opt::OsqpSettingsProto::alpha ( ) const
inline

Definition at line 1101 of file osqp.pb.h.

◆ ByteSizeLong()

size_t operations_research::math_opt::OsqpSettingsProto::ByteSizeLong ( ) const
final

Definition at line 689 of file osqp.pb.cc.

◆ check_termination()

int64_t operations_research::math_opt::OsqpSettingsProto::check_termination ( ) const
inline

Definition at line 1275 of file osqp.pb.h.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::math_opt::OsqpSettingsProto::Clear ( )

Definition at line 483 of file osqp.pb.cc.

◆ clear_adaptive_rho()

void operations_research::math_opt::OsqpSettingsProto::clear_adaptive_rho ( )
inline

Definition at line 834 of file osqp.pb.h.

◆ clear_adaptive_rho_fraction()

void operations_research::math_opt::OsqpSettingsProto::clear_adaptive_rho_fraction ( )
inline

Definition at line 921 of file osqp.pb.h.

◆ clear_adaptive_rho_interval()

void operations_research::math_opt::OsqpSettingsProto::clear_adaptive_rho_interval ( )
inline

Definition at line 863 of file osqp.pb.h.

◆ clear_adaptive_rho_tolerance()

void operations_research::math_opt::OsqpSettingsProto::clear_adaptive_rho_tolerance ( )
inline

Definition at line 892 of file osqp.pb.h.

◆ clear_alpha()

void operations_research::math_opt::OsqpSettingsProto::clear_alpha ( )
inline

Definition at line 1095 of file osqp.pb.h.

◆ clear_check_termination()

void operations_research::math_opt::OsqpSettingsProto::clear_check_termination ( )
inline

Definition at line 1269 of file osqp.pb.h.

◆ clear_delta()

void operations_research::math_opt::OsqpSettingsProto::clear_delta ( )
inline

Definition at line 1124 of file osqp.pb.h.

◆ clear_eps_abs()

void operations_research::math_opt::OsqpSettingsProto::clear_eps_abs ( )
inline

Definition at line 979 of file osqp.pb.h.

◆ clear_eps_dual_inf()

void operations_research::math_opt::OsqpSettingsProto::clear_eps_dual_inf ( )
inline

Definition at line 1066 of file osqp.pb.h.

◆ clear_eps_prim_inf()

void operations_research::math_opt::OsqpSettingsProto::clear_eps_prim_inf ( )
inline

Definition at line 1037 of file osqp.pb.h.

◆ clear_eps_rel()

void operations_research::math_opt::OsqpSettingsProto::clear_eps_rel ( )
inline

Definition at line 1008 of file osqp.pb.h.

◆ clear_max_iter()

void operations_research::math_opt::OsqpSettingsProto::clear_max_iter ( )
inline

Definition at line 950 of file osqp.pb.h.

◆ clear_polish()

void operations_research::math_opt::OsqpSettingsProto::clear_polish ( )
inline

Definition at line 1153 of file osqp.pb.h.

◆ clear_polish_refine_iter()

void operations_research::math_opt::OsqpSettingsProto::clear_polish_refine_iter ( )
inline

Definition at line 1182 of file osqp.pb.h.

◆ clear_rho()

void operations_research::math_opt::OsqpSettingsProto::clear_rho ( )
inline

Definition at line 747 of file osqp.pb.h.

◆ clear_scaled_termination()

void operations_research::math_opt::OsqpSettingsProto::clear_scaled_termination ( )
inline

Definition at line 1240 of file osqp.pb.h.

◆ clear_scaling()

void operations_research::math_opt::OsqpSettingsProto::clear_scaling ( )
inline

Definition at line 805 of file osqp.pb.h.

◆ clear_sigma()

void operations_research::math_opt::OsqpSettingsProto::clear_sigma ( )
inline

Definition at line 776 of file osqp.pb.h.

◆ clear_time_limit()

void operations_research::math_opt::OsqpSettingsProto::clear_time_limit ( )
inline

Definition at line 1327 of file osqp.pb.h.

◆ clear_verbose()

void operations_research::math_opt::OsqpSettingsProto::clear_verbose ( )
inline

Definition at line 1211 of file osqp.pb.h.

◆ clear_warm_start()

void operations_research::math_opt::OsqpSettingsProto::clear_warm_start ( )
inline

Definition at line 1298 of file osqp.pb.h.

◆ CopyFrom()

void operations_research::math_opt::OsqpSettingsProto::CopyFrom ( const OsqpSettingsProto & from)

Definition at line 826 of file osqp.pb.cc.

◆ default_instance()

const OsqpSettingsProto & operations_research::math_opt::OsqpSettingsProto::default_instance ( )
inlinestatic

Definition at line 133 of file osqp.pb.h.

◆ delta()

double operations_research::math_opt::OsqpSettingsProto::delta ( ) const
inline

Definition at line 1130 of file osqp.pb.h.

◆ descriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::math_opt::OsqpSettingsProto::descriptor ( )
inlinestatic

Definition at line 124 of file osqp.pb.h.

◆ eps_abs()

double operations_research::math_opt::OsqpSettingsProto::eps_abs ( ) const
inline

Definition at line 985 of file osqp.pb.h.

◆ eps_dual_inf()

double operations_research::math_opt::OsqpSettingsProto::eps_dual_inf ( ) const
inline

Definition at line 1072 of file osqp.pb.h.

◆ eps_prim_inf()

double operations_research::math_opt::OsqpSettingsProto::eps_prim_inf ( ) const
inline

Definition at line 1043 of file osqp.pb.h.

◆ eps_rel()

double operations_research::math_opt::OsqpSettingsProto::eps_rel ( ) const
inline

Definition at line 1014 of file osqp.pb.h.

◆ GetCachedSize()

int operations_research::math_opt::OsqpSettingsProto::GetCachedSize ( ) const
inline

Definition at line 192 of file osqp.pb.h.

◆ GetDescriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::math_opt::OsqpSettingsProto::GetDescriptor ( )
inlinestatic

Definition at line 127 of file osqp.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::math_opt::OsqpSettingsProto::GetMetadata ( ) const

Definition at line 846 of file osqp.pb.cc.

◆ GetReflection()

const ::google::protobuf::Reflection *PROTOBUF_NONNULL operations_research::math_opt::OsqpSettingsProto::GetReflection ( )
inlinestatic

Definition at line 130 of file osqp.pb.h.

◆ has_adaptive_rho()

bool operations_research::math_opt::OsqpSettingsProto::has_adaptive_rho ( ) const
inline

Definition at line 830 of file osqp.pb.h.

◆ has_adaptive_rho_fraction()

bool operations_research::math_opt::OsqpSettingsProto::has_adaptive_rho_fraction ( ) const
inline

Definition at line 917 of file osqp.pb.h.

◆ has_adaptive_rho_interval()

bool operations_research::math_opt::OsqpSettingsProto::has_adaptive_rho_interval ( ) const
inline

Definition at line 859 of file osqp.pb.h.

◆ has_adaptive_rho_tolerance()

bool operations_research::math_opt::OsqpSettingsProto::has_adaptive_rho_tolerance ( ) const
inline

Definition at line 888 of file osqp.pb.h.

◆ has_alpha()

bool operations_research::math_opt::OsqpSettingsProto::has_alpha ( ) const
inline

Definition at line 1091 of file osqp.pb.h.

◆ has_check_termination()

bool operations_research::math_opt::OsqpSettingsProto::has_check_termination ( ) const
inline

Definition at line 1265 of file osqp.pb.h.

◆ has_delta()

bool operations_research::math_opt::OsqpSettingsProto::has_delta ( ) const
inline

Definition at line 1120 of file osqp.pb.h.

◆ has_eps_abs()

bool operations_research::math_opt::OsqpSettingsProto::has_eps_abs ( ) const
inline

Definition at line 975 of file osqp.pb.h.

◆ has_eps_dual_inf()

bool operations_research::math_opt::OsqpSettingsProto::has_eps_dual_inf ( ) const
inline

Definition at line 1062 of file osqp.pb.h.

◆ has_eps_prim_inf()

bool operations_research::math_opt::OsqpSettingsProto::has_eps_prim_inf ( ) const
inline

Definition at line 1033 of file osqp.pb.h.

◆ has_eps_rel()

bool operations_research::math_opt::OsqpSettingsProto::has_eps_rel ( ) const
inline

Definition at line 1004 of file osqp.pb.h.

◆ has_max_iter()

bool operations_research::math_opt::OsqpSettingsProto::has_max_iter ( ) const
inline

Definition at line 946 of file osqp.pb.h.

◆ has_polish()

bool operations_research::math_opt::OsqpSettingsProto::has_polish ( ) const
inline

Definition at line 1149 of file osqp.pb.h.

◆ has_polish_refine_iter()

bool operations_research::math_opt::OsqpSettingsProto::has_polish_refine_iter ( ) const
inline

Definition at line 1178 of file osqp.pb.h.

◆ has_rho()

bool operations_research::math_opt::OsqpSettingsProto::has_rho ( ) const
inline

Definition at line 743 of file osqp.pb.h.

◆ has_scaled_termination()

bool operations_research::math_opt::OsqpSettingsProto::has_scaled_termination ( ) const
inline

Definition at line 1236 of file osqp.pb.h.

◆ has_scaling()

bool operations_research::math_opt::OsqpSettingsProto::has_scaling ( ) const
inline

Definition at line 801 of file osqp.pb.h.

◆ has_sigma()

bool operations_research::math_opt::OsqpSettingsProto::has_sigma ( ) const
inline

Definition at line 772 of file osqp.pb.h.

◆ has_time_limit()

bool operations_research::math_opt::OsqpSettingsProto::has_time_limit ( ) const
inline

Definition at line 1323 of file osqp.pb.h.

◆ has_verbose()

bool operations_research::math_opt::OsqpSettingsProto::has_verbose ( ) const
inline

Definition at line 1207 of file osqp.pb.h.

◆ has_warm_start()

bool operations_research::math_opt::OsqpSettingsProto::has_warm_start ( ) const
inline

Definition at line 1294 of file osqp.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::math_opt::OsqpSettingsProto::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 285 of file osqp.pb.cc.

◆ IsInitialized()

bool operations_research::math_opt::OsqpSettingsProto::IsInitialized ( ) const
inline

Definition at line 168 of file osqp.pb.h.

◆ max_iter()

int64_t operations_research::math_opt::OsqpSettingsProto::max_iter ( ) const
inline

Definition at line 956 of file osqp.pb.h.

◆ MergeFrom()

void operations_research::math_opt::OsqpSettingsProto::MergeFrom ( const OsqpSettingsProto & from)
inline

Definition at line 161 of file osqp.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::math_opt::OsqpSettingsProto::mutable_unknown_fields ( )
inline

Definition at line 119 of file osqp.pb.h.

◆ New()

OsqpSettingsProto *PROTOBUF_NONNULL operations_research::math_opt::OsqpSettingsProto::New ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena = nullptr) const
inline

Definition at line 155 of file osqp.pb.h.

◆ operator=() [1/2]

OsqpSettingsProto & operations_research::math_opt::OsqpSettingsProto::operator= ( const OsqpSettingsProto & from)
inline

Definition at line 101 of file osqp.pb.h.

◆ operator=() [2/2]

OsqpSettingsProto & operations_research::math_opt::OsqpSettingsProto::operator= ( OsqpSettingsProto && from)
inlinenoexcept

Definition at line 105 of file osqp.pb.h.

◆ polish()

bool operations_research::math_opt::OsqpSettingsProto::polish ( ) const
inline

Definition at line 1159 of file osqp.pb.h.

◆ polish_refine_iter()

int64_t operations_research::math_opt::OsqpSettingsProto::polish_refine_iter ( ) const
inline

Definition at line 1188 of file osqp.pb.h.

◆ rho()

double operations_research::math_opt::OsqpSettingsProto::rho ( ) const
inline

Definition at line 753 of file osqp.pb.h.

◆ scaled_termination()

bool operations_research::math_opt::OsqpSettingsProto::scaled_termination ( ) const
inline

Definition at line 1246 of file osqp.pb.h.

◆ scaling()

int64_t operations_research::math_opt::OsqpSettingsProto::scaling ( ) const
inline

Definition at line 811 of file osqp.pb.h.

◆ set_adaptive_rho()

void operations_research::math_opt::OsqpSettingsProto::set_adaptive_rho ( bool value)
inline

Definition at line 844 of file osqp.pb.h.

◆ set_adaptive_rho_fraction()

void operations_research::math_opt::OsqpSettingsProto::set_adaptive_rho_fraction ( double value)
inline

Definition at line 931 of file osqp.pb.h.

◆ set_adaptive_rho_interval()

void operations_research::math_opt::OsqpSettingsProto::set_adaptive_rho_interval ( ::int64_t value)
inline

Definition at line 873 of file osqp.pb.h.

◆ set_adaptive_rho_tolerance()

void operations_research::math_opt::OsqpSettingsProto::set_adaptive_rho_tolerance ( double value)
inline

Definition at line 902 of file osqp.pb.h.

◆ set_alpha()

void operations_research::math_opt::OsqpSettingsProto::set_alpha ( double value)
inline

Definition at line 1105 of file osqp.pb.h.

◆ set_check_termination()

void operations_research::math_opt::OsqpSettingsProto::set_check_termination ( ::int64_t value)
inline

Definition at line 1279 of file osqp.pb.h.

◆ set_delta()

void operations_research::math_opt::OsqpSettingsProto::set_delta ( double value)
inline

Definition at line 1134 of file osqp.pb.h.

◆ set_eps_abs()

void operations_research::math_opt::OsqpSettingsProto::set_eps_abs ( double value)
inline

Definition at line 989 of file osqp.pb.h.

◆ set_eps_dual_inf()

void operations_research::math_opt::OsqpSettingsProto::set_eps_dual_inf ( double value)
inline

Definition at line 1076 of file osqp.pb.h.

◆ set_eps_prim_inf()

void operations_research::math_opt::OsqpSettingsProto::set_eps_prim_inf ( double value)
inline

Definition at line 1047 of file osqp.pb.h.

◆ set_eps_rel()

void operations_research::math_opt::OsqpSettingsProto::set_eps_rel ( double value)
inline

Definition at line 1018 of file osqp.pb.h.

◆ set_max_iter()

void operations_research::math_opt::OsqpSettingsProto::set_max_iter ( ::int64_t value)
inline

Definition at line 960 of file osqp.pb.h.

◆ set_polish()

void operations_research::math_opt::OsqpSettingsProto::set_polish ( bool value)
inline

Definition at line 1163 of file osqp.pb.h.

◆ set_polish_refine_iter()

void operations_research::math_opt::OsqpSettingsProto::set_polish_refine_iter ( ::int64_t value)
inline

Definition at line 1192 of file osqp.pb.h.

◆ set_rho()

void operations_research::math_opt::OsqpSettingsProto::set_rho ( double value)
inline

Definition at line 757 of file osqp.pb.h.

◆ set_scaled_termination()

void operations_research::math_opt::OsqpSettingsProto::set_scaled_termination ( bool value)
inline

Definition at line 1250 of file osqp.pb.h.

◆ set_scaling()

void operations_research::math_opt::OsqpSettingsProto::set_scaling ( ::int64_t value)
inline

Definition at line 815 of file osqp.pb.h.

◆ set_sigma()

void operations_research::math_opt::OsqpSettingsProto::set_sigma ( double value)
inline

Definition at line 786 of file osqp.pb.h.

◆ set_time_limit()

void operations_research::math_opt::OsqpSettingsProto::set_time_limit ( double value)
inline

Definition at line 1337 of file osqp.pb.h.

◆ set_verbose()

void operations_research::math_opt::OsqpSettingsProto::set_verbose ( bool value)
inline

Definition at line 1221 of file osqp.pb.h.

◆ set_warm_start()

void operations_research::math_opt::OsqpSettingsProto::set_warm_start ( bool value)
inline

Definition at line 1308 of file osqp.pb.h.

◆ sigma()

double operations_research::math_opt::OsqpSettingsProto::sigma ( ) const
inline

Definition at line 782 of file osqp.pb.h.

◆ Swap()

void operations_research::math_opt::OsqpSettingsProto::Swap ( OsqpSettingsProto *PROTOBUF_NONNULL other)
inline

Definition at line 139 of file osqp.pb.h.

◆ time_limit()

double operations_research::math_opt::OsqpSettingsProto::time_limit ( ) const
inline

Definition at line 1333 of file osqp.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::math_opt::OsqpSettingsProto::unknown_fields ( ) const
inline

Definition at line 115 of file osqp.pb.h.

◆ UnsafeArenaSwap()

void operations_research::math_opt::OsqpSettingsProto::UnsafeArenaSwap ( OsqpSettingsProto *PROTOBUF_NONNULL other)
inline

Definition at line 147 of file osqp.pb.h.

◆ verbose()

bool operations_research::math_opt::OsqpSettingsProto::verbose ( ) const
inline

Definition at line 1217 of file osqp.pb.h.

◆ warm_start()

bool operations_research::math_opt::OsqpSettingsProto::warm_start ( ) const
inline

Definition at line 1304 of file osqp.pb.h.

◆ ::google::protobuf::Arena

friend class ::google::protobuf::Arena
friend

Definition at line 487 of file osqp.pb.h.

◆ ::google::protobuf::Arena::InternalHelper

template<typename T>
friend class ::google::protobuf::Arena::InternalHelper
friend

Definition at line 489 of file osqp.pb.h.

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser
friend

Definition at line 480 of file osqp.pb.h.

◆ ::google::protobuf::MessageLite

friend class ::google::protobuf::MessageLite
friend

Definition at line 486 of file osqp.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fsolvers_2fosqp_2eproto

friend struct ::TableStruct_ortools_2fmath_5fopt_2fsolvers_2fosqp_2eproto
friend

Definition at line 527 of file osqp.pb.h.

◆ swap

void swap ( OsqpSettingsProto & a,
OsqpSettingsProto & b )
friend

Definition at line 138 of file osqp.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::OsqpSettingsProto::_impl_

Definition at line 526 of file osqp.pb.h.

◆ kIndexInFileMessages

int operations_research::math_opt::OsqpSettingsProto::kIndexInFileMessages = 0
staticconstexpr

Definition at line 137 of file osqp.pb.h.


The documentation for this class was generated from the following files: