Google OR-Tools v9.14
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 1493 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 }
 nested types -------------------------------------------------— More...

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
 implements Message -------------------------------------------—
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
 optional .operations_research.glop.GlopParameters glop_parameters = 2;
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
 optional bool use_glop = 1;
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

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kGlopParametersFieldNumber 
kUseGlopFieldNumber 

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

Constructor & Destructor Documentation

◆ PrimalDualHybridGradientParams_PresolveOptions() [1/8]

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

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

◆ ~PrimalDualHybridGradientParams_PresolveOptions()

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

@protoc_insertion_point(destructor:operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions)

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

◆ PrimalDualHybridGradientParams_PresolveOptions() [2/8]

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

◆ PrimalDualHybridGradientParams_PresolveOptions() [3/8]

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

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

◆ PrimalDualHybridGradientParams_PresolveOptions() [4/8]

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

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

◆ PrimalDualHybridGradientParams_PresolveOptions() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions)

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

◆ PrimalDualHybridGradientParams_PresolveOptions() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions)

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

◆ PrimalDualHybridGradientParams_PresolveOptions() [7/8]

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

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

◆ PrimalDualHybridGradientParams_PresolveOptions() [8/8]

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

@protoc_insertion_point(serialize_to_array_start:operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions)

optional bool use_glop = 1;

optional .operations_research.glop.GlopParameters glop_parameters = 2;

@protoc_insertion_point(serialize_to_array_end:operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions)

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

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions)

Prevent compiler warnings about cached_has_bits being unused

optional .operations_research.glop.GlopParameters glop_parameters = 2;

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

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions)

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_glop_parameters()

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

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

◆ clear_use_glop()

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

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

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions)

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ glop_parameters()

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

◆ has_glop_parameters()

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

optional .operations_research.glop.GlopParameters glop_parameters = 2;

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

◆ has_use_glop()

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

optional bool use_glop = 1;

PrimalDualHybridGradientParams_PresolveOptions.

optional bool use_glop = 1;

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

◆ InternalGenerateClassData_()

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

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

◆ InternalNewImpl_()

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

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_glop_parameters()

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

@protoc_insertion_point(field_mutable:operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions.glop_parameters)

Definition at line 3227 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 1530 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

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

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

◆ release_glop_parameters()

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

Definition at line 3191 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

@protoc_insertion_point(field_set_allocated:operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions.glop_parameters)

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

◆ set_use_glop()

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

@protoc_insertion_point(field_set:operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions.use_glop)

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

◆ Swap()

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

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

◆ unknown_fields()

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

Definition at line 1526 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

@protoc_insertion_point(field_release:operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions.glop_parameters)

Definition at line 3210 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

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions.glop_parameters)

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

◆ UnsafeArenaSwap()

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

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

◆ use_glop()

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

@protoc_insertion_point(field_get:operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions.use_glop)

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fpdlp_2fsolvers_2eproto

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

◆ swap

Member Data Documentation

◆ _impl_

Impl_ operations_research::pdlp::PrimalDualHybridGradientParams_PresolveOptions::_impl_

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

◆ kIndexInFileMessages

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

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


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