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

Detailed Description

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

#include <solvers.pb.h>

Inheritance diagram for operations_research::pdlp::PrimalDualHybridGradientParams_PresolveOptions:

Classes

class  _Internal

Public Types

enum  : int { kGlopParametersFieldNumber = 2 , kUseGlopFieldNumber = 1 }

Public Member Functions

 PrimalDualHybridGradientParams_PresolveOptions ()
 ~PrimalDualHybridGradientParams_PresolveOptions () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR PrimalDualHybridGradientParams_PresolveOptions (::google::protobuf::internal::ConstantInitialized)
 PrimalDualHybridGradientParams_PresolveOptions (const PrimalDualHybridGradientParams_PresolveOptions &from)
 PrimalDualHybridGradientParams_PresolveOptions (PrimalDualHybridGradientParams_PresolveOptions &&from) noexcept
PrimalDualHybridGradientParams_PresolveOptionsoperator= (const PrimalDualHybridGradientParams_PresolveOptions &from)
PrimalDualHybridGradientParams_PresolveOptionsoperator= (PrimalDualHybridGradientParams_PresolveOptions &&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 (PrimalDualHybridGradientParams_PresolveOptions *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (PrimalDualHybridGradientParams_PresolveOptions *PROTOBUF_NONNULL other)
PrimalDualHybridGradientParams_PresolveOptions *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const PrimalDualHybridGradientParams_PresolveOptions &from)
void MergeFrom (const PrimalDualHybridGradientParams_PresolveOptions &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_glop_parameters () const
void clear_glop_parameters ()
const ::operations_research::glop::GlopParametersglop_parameters () const
::operations_research::glop::GlopParameters *PROTOBUF_NULLABLE release_glop_parameters ()
::operations_research::glop::GlopParameters *PROTOBUF_NONNULL mutable_glop_parameters ()
void set_allocated_glop_parameters (::operations_research::glop::GlopParameters *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_glop_parameters (::operations_research::glop::GlopParameters *PROTOBUF_NULLABLE value)
::operations_research::glop::GlopParameters *PROTOBUF_NULLABLE unsafe_arena_release_glop_parameters ()
bool has_use_glop () const
void clear_use_glop ()
bool use_glop () const
void set_use_glop (bool value)
template<typename>
PROTOBUF_CONSTEXPR PrimalDualHybridGradientParams_PresolveOptions (::_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 PrimalDualHybridGradientParams_PresolveOptionsdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 5

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 (PrimalDualHybridGradientParams_PresolveOptions &a, PrimalDualHybridGradientParams_PresolveOptions &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kGlopParametersFieldNumber 
kUseGlopFieldNumber 

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

Constructor & Destructor Documentation

◆ PrimalDualHybridGradientParams_PresolveOptions() [1/5]

operations_research::pdlp::PrimalDualHybridGradientParams_PresolveOptions::PrimalDualHybridGradientParams_PresolveOptions ( )
inline

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

◆ ~PrimalDualHybridGradientParams_PresolveOptions()

operations_research::pdlp::PrimalDualHybridGradientParams_PresolveOptions::~PrimalDualHybridGradientParams_PresolveOptions ( )

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

◆ PrimalDualHybridGradientParams_PresolveOptions() [2/5]

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

◆ PrimalDualHybridGradientParams_PresolveOptions() [3/5]

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

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

◆ PrimalDualHybridGradientParams_PresolveOptions() [4/5]

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

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

◆ PrimalDualHybridGradientParams_PresolveOptions() [5/5]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

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

◆ ByteSizeLong()

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

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

◆ Clear()

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

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

◆ clear_glop_parameters()

void operations_research::pdlp::PrimalDualHybridGradientParams_PresolveOptions::clear_glop_parameters ( )

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

◆ clear_use_glop()

void operations_research::pdlp::PrimalDualHybridGradientParams_PresolveOptions::clear_use_glop ( )
inline

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

◆ CopyFrom()

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

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ glop_parameters()

const::operations_research::glop::GlopParameters & operations_research::pdlp::PrimalDualHybridGradientParams_PresolveOptions::glop_parameters ( ) const
inline

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

◆ has_glop_parameters()

bool operations_research::pdlp::PrimalDualHybridGradientParams_PresolveOptions::has_glop_parameters ( ) const
inline

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

◆ has_use_glop()

bool operations_research::pdlp::PrimalDualHybridGradientParams_PresolveOptions::has_use_glop ( ) const
inline

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

◆ InternalGenerateClassData_()

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

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_glop_parameters()

operations_research::glop::GlopParameters *PROTOBUF_NONNULL operations_research::pdlp::PrimalDualHybridGradientParams_PresolveOptions::mutable_glop_parameters ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ release_glop_parameters()

operations_research::glop::GlopParameters *PROTOBUF_NULLABLE operations_research::pdlp::PrimalDualHybridGradientParams_PresolveOptions::release_glop_parameters ( )
inlinenodiscard

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

◆ set_allocated_glop_parameters()

void operations_research::pdlp::PrimalDualHybridGradientParams_PresolveOptions::set_allocated_glop_parameters ( ::operations_research::glop::GlopParameters *PROTOBUF_NULLABLE value)
inline

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

◆ set_use_glop()

void operations_research::pdlp::PrimalDualHybridGradientParams_PresolveOptions::set_use_glop ( bool value)
inline

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_glop_parameters()

operations_research::glop::GlopParameters *PROTOBUF_NULLABLE operations_research::pdlp::PrimalDualHybridGradientParams_PresolveOptions::unsafe_arena_release_glop_parameters ( )
inline

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

◆ unsafe_arena_set_allocated_glop_parameters()

void operations_research::pdlp::PrimalDualHybridGradientParams_PresolveOptions::unsafe_arena_set_allocated_glop_parameters ( ::operations_research::glop::GlopParameters *PROTOBUF_NULLABLE value)
inline

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

◆ UnsafeArenaSwap()

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

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

◆ use_glop()

bool operations_research::pdlp::PrimalDualHybridGradientParams_PresolveOptions::use_glop ( ) const
inline

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fpdlp_2fsolvers_2eproto

friend struct ::TableStruct_ortools_2fpdlp_2fsolvers_2eproto
friend

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

◆ swap

Member Data Documentation

◆ _impl_

Impl_ operations_research::pdlp::PrimalDualHybridGradientParams_PresolveOptions::_impl_

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

◆ kIndexInFileMessages

int operations_research::pdlp::PrimalDualHybridGradientParams_PresolveOptions::kIndexInFileMessages = 5
staticconstexpr

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


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