Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::pdlp::MalitskyPockParams Class Referencefinal

Detailed Description

Definition at line 724 of file solvers.pb.h.

#include <solvers.pb.h>

Inheritance diagram for operations_research::pdlp::MalitskyPockParams:

Classes

class  _Internal

Public Types

enum  : int { kStepSizeDownscalingFactorFieldNumber = 1 , kLinesearchContractionFactorFieldNumber = 2 , kStepSizeInterpolationFieldNumber = 3 }
 nested types -------------------------------------------------— More...

Public Member Functions

 MalitskyPockParams ()
 ~MalitskyPockParams () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR MalitskyPockParams (::google::protobuf::internal::ConstantInitialized)
 MalitskyPockParams (const MalitskyPockParams &from)
 MalitskyPockParams (MalitskyPockParams &&from) noexcept
MalitskyPockParamsoperator= (const MalitskyPockParams &from)
MalitskyPockParamsoperator= (MalitskyPockParams &&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 (MalitskyPockParams *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (MalitskyPockParams *PROTOBUF_NONNULL other)
MalitskyPockParams *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const MalitskyPockParams &from)
void MergeFrom (const MalitskyPockParams &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_downscaling_factor () const
 optional double step_size_downscaling_factor = 1 [default = 0.7];
void clear_step_size_downscaling_factor ()
double step_size_downscaling_factor () const
void set_step_size_downscaling_factor (double value)
bool has_linesearch_contraction_factor () const
 optional double linesearch_contraction_factor = 2 [default = 0.99];
void clear_linesearch_contraction_factor ()
double linesearch_contraction_factor () const
void set_linesearch_contraction_factor (double value)
bool has_step_size_interpolation () const
 optional double step_size_interpolation = 3 [default = 1];
void clear_step_size_interpolation ()
double step_size_interpolation () const
void set_step_size_interpolation (double value)
template<typename>
PROTOBUF_CONSTEXPR MalitskyPockParams (::_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 MalitskyPockParamsdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 4

Protected Member Functions

 MalitskyPockParams (::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
 MalitskyPockParams (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const MalitskyPockParams &from)
 MalitskyPockParams (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, MalitskyPockParams &&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 (MalitskyPockParams &a, MalitskyPockParams &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

nested types -------------------------------------------------—

accessors ----------------------------------------------------—

Enumerator
kStepSizeDownscalingFactorFieldNumber 
kLinesearchContractionFactorFieldNumber 
kStepSizeInterpolationFieldNumber 

Definition at line 866 of file solvers.pb.h.

Constructor & Destructor Documentation

◆ MalitskyPockParams() [1/8]

operations_research::pdlp::MalitskyPockParams::MalitskyPockParams ( )
inline

Definition at line 727 of file solvers.pb.h.

◆ ~MalitskyPockParams()

operations_research::pdlp::MalitskyPockParams::~MalitskyPockParams ( )

@protoc_insertion_point(destructor:operations_research.pdlp.MalitskyPockParams)

Definition at line 1981 of file solvers.pb.cc.

◆ MalitskyPockParams() [2/8]

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

◆ MalitskyPockParams() [3/8]

operations_research::pdlp::MalitskyPockParams::MalitskyPockParams ( const MalitskyPockParams & from)
inline

Definition at line 740 of file solvers.pb.h.

◆ MalitskyPockParams() [4/8]

operations_research::pdlp::MalitskyPockParams::MalitskyPockParams ( MalitskyPockParams && from)
inlinenoexcept

Definition at line 741 of file solvers.pb.h.

◆ MalitskyPockParams() [5/8]

operations_research::pdlp::MalitskyPockParams::MalitskyPockParams ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.pdlp.MalitskyPockParams)

Definition at line 1950 of file solvers.pb.cc.

◆ MalitskyPockParams() [6/8]

operations_research::pdlp::MalitskyPockParams::MalitskyPockParams ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
const MalitskyPockParams & from )
protected

Definition at line 1959 of file solvers.pb.cc.

◆ MalitskyPockParams() [7/8]

operations_research::pdlp::MalitskyPockParams::MalitskyPockParams ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
MalitskyPockParams && from )
inlineprotectednoexcept

Definition at line 848 of file solvers.pb.h.

◆ MalitskyPockParams() [8/8]

template<typename>
PROTOBUF_CONSTEXPR operations_research::pdlp::MalitskyPockParams::MalitskyPockParams ( ::_pbi::ConstantInitialized )

Definition at line 94 of file solvers.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

@protoc_insertion_point(serialize_to_array_start:operations_research.pdlp.MalitskyPockParams)

optional double step_size_downscaling_factor = 1 [default = 0.7];

optional double linesearch_contraction_factor = 2 [default = 0.99];

optional double step_size_interpolation = 3 [default = 1];

@protoc_insertion_point(serialize_to_array_end:operations_research.pdlp.MalitskyPockParams)

Definition at line 2104 of file solvers.pb.cc.

◆ ByteSizeLong()

size_t operations_research::pdlp::MalitskyPockParams::ByteSizeLong ( ) const
final

@protoc_insertion_point(message_byte_size_start:operations_research.pdlp.MalitskyPockParams)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 2148 of file solvers.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::pdlp::MalitskyPockParams::Clear ( )

@protoc_insertion_point(message_clear_start:operations_research.pdlp.MalitskyPockParams)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 2081 of file solvers.pb.cc.

◆ clear_linesearch_contraction_factor()

void operations_research::pdlp::MalitskyPockParams::clear_linesearch_contraction_factor ( )
inline

Definition at line 3078 of file solvers.pb.h.

◆ clear_step_size_downscaling_factor()

void operations_research::pdlp::MalitskyPockParams::clear_step_size_downscaling_factor ( )
inline

Definition at line 3050 of file solvers.pb.h.

◆ clear_step_size_interpolation()

void operations_research::pdlp::MalitskyPockParams::clear_step_size_interpolation ( )
inline

Definition at line 3106 of file solvers.pb.h.

◆ CopyFrom()

void operations_research::pdlp::MalitskyPockParams::CopyFrom ( const MalitskyPockParams & from)

@protoc_insertion_point(class_specific_copy_from_start:operations_research.pdlp.MalitskyPockParams)

Definition at line 2189 of file solvers.pb.cc.

◆ default_instance()

const MalitskyPockParams & operations_research::pdlp::MalitskyPockParams::default_instance ( )
inlinestatic

Definition at line 775 of file solvers.pb.h.

◆ descriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::pdlp::MalitskyPockParams::descriptor ( )
inlinestatic

Definition at line 766 of file solvers.pb.h.

◆ GetCachedSize()

int operations_research::pdlp::MalitskyPockParams::GetCachedSize ( ) const
inline

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

◆ GetClassData()

PROTOBUF_ATTRIBUTE_WEAKconst::google::protobuf::internal::ClassData *PROTOBUF_NONNULL operations_research::pdlp::MalitskyPockParams::GetClassData ( ) const
protected

Definition at line 2029 of file solvers.pb.cc.

◆ GetDescriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::pdlp::MalitskyPockParams::GetDescriptor ( )
inlinestatic

Definition at line 769 of file solvers.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::pdlp::MalitskyPockParams::GetMetadata ( ) const

Definition at line 2209 of file solvers.pb.cc.

◆ GetReflection()

const ::google::protobuf::Reflection *PROTOBUF_NONNULL operations_research::pdlp::MalitskyPockParams::GetReflection ( )
inlinestatic

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

◆ has_linesearch_contraction_factor()

bool operations_research::pdlp::MalitskyPockParams::has_linesearch_contraction_factor ( ) const
inline

optional double linesearch_contraction_factor = 2 [default = 0.99];

Definition at line 3074 of file solvers.pb.h.

◆ has_step_size_downscaling_factor()

bool operations_research::pdlp::MalitskyPockParams::has_step_size_downscaling_factor ( ) const
inline

optional double step_size_downscaling_factor = 1 [default = 0.7];

MalitskyPockParams.

optional double step_size_downscaling_factor = 1 [default = 0.7];

Definition at line 3046 of file solvers.pb.h.

◆ has_step_size_interpolation()

bool operations_research::pdlp::MalitskyPockParams::has_step_size_interpolation ( ) const
inline

optional double step_size_interpolation = 3 [default = 1];

Definition at line 3102 of file solvers.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::pdlp::MalitskyPockParams::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 2001 of file solvers.pb.cc.

◆ InternalNewImpl_()

auto operations_research::pdlp::MalitskyPockParams::InternalNewImpl_ ( )
staticconstexprprotected

Definition at line 1997 of file solvers.pb.cc.

◆ IsInitialized()

bool operations_research::pdlp::MalitskyPockParams::IsInitialized ( ) const
inline

Definition at line 810 of file solvers.pb.h.

◆ linesearch_contraction_factor()

double operations_research::pdlp::MalitskyPockParams::linesearch_contraction_factor ( ) const
inline

@protoc_insertion_point(field_get:operations_research.pdlp.MalitskyPockParams.linesearch_contraction_factor)

Definition at line 3083 of file solvers.pb.h.

◆ MergeFrom()

void operations_research::pdlp::MalitskyPockParams::MergeFrom ( const MalitskyPockParams & from)
inline

Definition at line 803 of file solvers.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::pdlp::MalitskyPockParams::mutable_unknown_fields ( )
inline

Definition at line 761 of file solvers.pb.h.

◆ New()

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

implements Message -------------------------------------------—

Definition at line 797 of file solvers.pb.h.

◆ operator=() [1/2]

MalitskyPockParams & operations_research::pdlp::MalitskyPockParams::operator= ( const MalitskyPockParams & from)
inline

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

◆ operator=() [2/2]

MalitskyPockParams & operations_research::pdlp::MalitskyPockParams::operator= ( MalitskyPockParams && from)
inlinenoexcept

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

◆ PlacementNew_()

void *PROTOBUF_NONNULL operations_research::pdlp::MalitskyPockParams::PlacementNew_ ( const void * PROTOBUF_NONNULL,
void *PROTOBUF_NONNULL mem,
::google::protobuf::Arena *PROTOBUF_NULLABLE arena )
inlinestaticprotected

Definition at line 1992 of file solvers.pb.cc.

◆ set_linesearch_contraction_factor()

void operations_research::pdlp::MalitskyPockParams::set_linesearch_contraction_factor ( double value)
inline

@protoc_insertion_point(field_set:operations_research.pdlp.MalitskyPockParams.linesearch_contraction_factor)

Definition at line 3087 of file solvers.pb.h.

◆ set_step_size_downscaling_factor()

void operations_research::pdlp::MalitskyPockParams::set_step_size_downscaling_factor ( double value)
inline

@protoc_insertion_point(field_set:operations_research.pdlp.MalitskyPockParams.step_size_downscaling_factor)

Definition at line 3059 of file solvers.pb.h.

◆ set_step_size_interpolation()

void operations_research::pdlp::MalitskyPockParams::set_step_size_interpolation ( double value)
inline

@protoc_insertion_point(field_set:operations_research.pdlp.MalitskyPockParams.step_size_interpolation)

Definition at line 3115 of file solvers.pb.h.

◆ step_size_downscaling_factor()

double operations_research::pdlp::MalitskyPockParams::step_size_downscaling_factor ( ) const
inline

@protoc_insertion_point(field_get:operations_research.pdlp.MalitskyPockParams.step_size_downscaling_factor)

Definition at line 3055 of file solvers.pb.h.

◆ step_size_interpolation()

double operations_research::pdlp::MalitskyPockParams::step_size_interpolation ( ) const
inline

@protoc_insertion_point(field_get:operations_research.pdlp.MalitskyPockParams.step_size_interpolation)

Definition at line 3111 of file solvers.pb.h.

◆ Swap()

void operations_research::pdlp::MalitskyPockParams::Swap ( MalitskyPockParams *PROTOBUF_NONNULL other)
inline

Definition at line 781 of file solvers.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::pdlp::MalitskyPockParams::unknown_fields ( ) const
inline

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

◆ UnsafeArenaSwap()

void operations_research::pdlp::MalitskyPockParams::UnsafeArenaSwap ( MalitskyPockParams *PROTOBUF_NONNULL other)
inline

Definition at line 789 of file solvers.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 914 of file solvers.pb.h.

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

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

Definition at line 916 of file solvers.pb.h.

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

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

Definition at line 907 of file solvers.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 913 of file solvers.pb.h.

◆ ::TableStruct_ortools_2fpdlp_2fsolvers_2eproto

Definition at line 936 of file solvers.pb.h.

◆ swap

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

Definition at line 780 of file solvers.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::pdlp::MalitskyPockParams::_impl_

Definition at line 935 of file solvers.pb.h.

◆ kIndexInFileMessages

int operations_research::pdlp::MalitskyPockParams::kIndexInFileMessages = 4
staticconstexpr

Definition at line 779 of file solvers.pb.h.


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