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

Detailed Description

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

#include <solvers.pb.h>

Inheritance diagram for operations_research::pdlp::AdaptiveLinesearchParams:

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
AdaptiveLinesearchParamsoperator= (const AdaptiveLinesearchParams &from)
AdaptiveLinesearchParamsoperator= (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 AdaptiveLinesearchParamsdefault_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)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kStepSizeReductionExponentFieldNumber 
kStepSizeGrowthExponentFieldNumber 

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

Constructor & Destructor Documentation

◆ AdaptiveLinesearchParams() [1/8]

operations_research::pdlp::AdaptiveLinesearchParams::AdaptiveLinesearchParams ( )
inline

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

◆ ~AdaptiveLinesearchParams()

operations_research::pdlp::AdaptiveLinesearchParams::~AdaptiveLinesearchParams ( )

@protoc_insertion_point(destructor:operations_research.pdlp.AdaptiveLinesearchParams)

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

◆ AdaptiveLinesearchParams() [2/8]

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

◆ AdaptiveLinesearchParams() [3/8]

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

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

◆ AdaptiveLinesearchParams() [4/8]

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

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

◆ AdaptiveLinesearchParams() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.pdlp.AdaptiveLinesearchParams)

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

◆ AdaptiveLinesearchParams() [6/8]

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

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

◆ AdaptiveLinesearchParams() [7/8]

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

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

◆ AdaptiveLinesearchParams() [8/8]

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

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

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::pdlp::AdaptiveLinesearchParams::_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.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.

◆ ByteSizeLong()

size_t operations_research::pdlp::AdaptiveLinesearchParams::ByteSizeLong ( ) const
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.

◆ Clear()

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.

◆ clear_step_size_growth_exponent()

void operations_research::pdlp::AdaptiveLinesearchParams::clear_step_size_growth_exponent ( )
inline

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

◆ clear_step_size_reduction_exponent()

void operations_research::pdlp::AdaptiveLinesearchParams::clear_step_size_reduction_exponent ( )
inline

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

◆ CopyFrom()

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.

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ has_step_size_growth_exponent()

bool operations_research::pdlp::AdaptiveLinesearchParams::has_step_size_growth_exponent ( ) const
inline

optional double step_size_growth_exponent = 2 [default = 0.6];

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

◆ has_step_size_reduction_exponent()

bool operations_research::pdlp::AdaptiveLinesearchParams::has_step_size_reduction_exponent ( ) const
inline

optional double step_size_reduction_exponent = 1 [default = 0.3];

AdaptiveLinesearchParams.

optional double step_size_reduction_exponent = 1 [default = 0.3];

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

◆ InternalGenerateClassData_()

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

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

◆ InternalNewImpl_()

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

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

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

◆ set_step_size_growth_exponent()

void operations_research::pdlp::AdaptiveLinesearchParams::set_step_size_growth_exponent ( double value)
inline

@protoc_insertion_point(field_set:operations_research.pdlp.AdaptiveLinesearchParams.step_size_growth_exponent)

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

◆ set_step_size_reduction_exponent()

void operations_research::pdlp::AdaptiveLinesearchParams::set_step_size_reduction_exponent ( double value)
inline

@protoc_insertion_point(field_set:operations_research.pdlp.AdaptiveLinesearchParams.step_size_reduction_exponent)

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

◆ step_size_growth_exponent()

double operations_research::pdlp::AdaptiveLinesearchParams::step_size_growth_exponent ( ) const
inline

@protoc_insertion_point(field_get:operations_research.pdlp.AdaptiveLinesearchParams.step_size_growth_exponent)

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

◆ step_size_reduction_exponent()

double operations_research::pdlp::AdaptiveLinesearchParams::step_size_reduction_exponent ( ) const
inline

@protoc_insertion_point(field_get:operations_research.pdlp.AdaptiveLinesearchParams.step_size_reduction_exponent)

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fpdlp_2fsolvers_2eproto

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::pdlp::AdaptiveLinesearchParams::_impl_

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

◆ kIndexInFileMessages

int operations_research::pdlp::AdaptiveLinesearchParams::kIndexInFileMessages = 3
staticconstexpr

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


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