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

Detailed Description

Definition at line 78 of file glpk.pb.h.

#include <glpk.pb.h>

Inheritance diagram for operations_research::math_opt::GlpkParametersProto:

Classes

class  _Internal

Public Types

enum  : int { kComputeUnboundRaysIfPossibleFieldNumber = 1 }
 nested types -------------------------------------------------— More...

Public Member Functions

 GlpkParametersProto ()
 ~GlpkParametersProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR GlpkParametersProto (::google::protobuf::internal::ConstantInitialized)
 GlpkParametersProto (const GlpkParametersProto &from)
 GlpkParametersProto (GlpkParametersProto &&from) noexcept
GlpkParametersProtooperator= (const GlpkParametersProto &from)
GlpkParametersProtooperator= (GlpkParametersProto &&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 (GlpkParametersProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (GlpkParametersProto *PROTOBUF_NONNULL other)
GlpkParametersProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const GlpkParametersProto &from)
void MergeFrom (const GlpkParametersProto &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_compute_unbound_rays_if_possible () const
 optional bool compute_unbound_rays_if_possible = 1;
void clear_compute_unbound_rays_if_possible ()
bool compute_unbound_rays_if_possible () const
void set_compute_unbound_rays_if_possible (bool value)
template<typename>
PROTOBUF_CONSTEXPR GlpkParametersProto (::_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 GlpkParametersProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 0

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kComputeUnboundRaysIfPossibleFieldNumber 

Definition at line 220 of file glpk.pb.h.

Constructor & Destructor Documentation

◆ GlpkParametersProto() [1/8]

operations_research::math_opt::GlpkParametersProto::GlpkParametersProto ( )
inline

Definition at line 81 of file glpk.pb.h.

◆ ~GlpkParametersProto()

operations_research::math_opt::GlpkParametersProto::~GlpkParametersProto ( )

@protoc_insertion_point(destructor:operations_research.math_opt.GlpkParametersProto)

Definition at line 144 of file glpk.pb.cc.

◆ GlpkParametersProto() [2/8]

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

◆ GlpkParametersProto() [3/8]

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

Definition at line 94 of file glpk.pb.h.

◆ GlpkParametersProto() [4/8]

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

Definition at line 95 of file glpk.pb.h.

◆ GlpkParametersProto() [5/8]

operations_research::math_opt::GlpkParametersProto::GlpkParametersProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.math_opt.GlpkParametersProto)

Definition at line 115 of file glpk.pb.cc.

◆ GlpkParametersProto() [6/8]

operations_research::math_opt::GlpkParametersProto::GlpkParametersProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
const GlpkParametersProto & from )
protected

Definition at line 124 of file glpk.pb.cc.

◆ GlpkParametersProto() [7/8]

operations_research::math_opt::GlpkParametersProto::GlpkParametersProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
GlpkParametersProto && from )
inlineprotectednoexcept

Definition at line 202 of file glpk.pb.h.

◆ GlpkParametersProto() [8/8]

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

Definition at line 36 of file glpk.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

@protoc_insertion_point(serialize_to_array_start:operations_research.math_opt.GlpkParametersProto)

optional bool compute_unbound_rays_if_possible = 1;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.GlpkParametersProto)

Definition at line 249 of file glpk.pb.cc.

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.GlpkParametersProto)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 279 of file glpk.pb.cc.

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.GlpkParametersProto)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 231 of file glpk.pb.cc.

◆ clear_compute_unbound_rays_if_possible()

void operations_research::math_opt::GlpkParametersProto::clear_compute_unbound_rays_if_possible ( )
inline

Definition at line 293 of file glpk.pb.h.

◆ compute_unbound_rays_if_possible()

bool operations_research::math_opt::GlpkParametersProto::compute_unbound_rays_if_possible ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.GlpkParametersProto.compute_unbound_rays_if_possible)

Definition at line 298 of file glpk.pb.h.

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.GlpkParametersProto)

Definition at line 311 of file glpk.pb.cc.

◆ default_instance()

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

Definition at line 129 of file glpk.pb.h.

◆ descriptor()

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

Definition at line 120 of file glpk.pb.h.

◆ GetCachedSize()

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

Definition at line 188 of file glpk.pb.h.

◆ GetClassData()

PROTOBUF_ATTRIBUTE_WEAKconst::google::protobuf::internal::ClassData *PROTOBUF_NONNULL operations_research::math_opt::GlpkParametersProto::GetClassData ( ) const
protected

Definition at line 192 of file glpk.pb.cc.

◆ GetDescriptor()

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

Definition at line 123 of file glpk.pb.h.

◆ GetMetadata()

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

Definition at line 326 of file glpk.pb.cc.

◆ GetReflection()

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

Definition at line 126 of file glpk.pb.h.

◆ has_compute_unbound_rays_if_possible()

bool operations_research::math_opt::GlpkParametersProto::has_compute_unbound_rays_if_possible ( ) const
inline

optional bool compute_unbound_rays_if_possible = 1;

GlpkParametersProto.

optional bool compute_unbound_rays_if_possible = 1;

Definition at line 289 of file glpk.pb.h.

◆ InternalGenerateClassData_()

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

Definition at line 164 of file glpk.pb.cc.

◆ InternalNewImpl_()

auto operations_research::math_opt::GlpkParametersProto::InternalNewImpl_ ( )
staticconstexprprotected

Definition at line 160 of file glpk.pb.cc.

◆ IsInitialized()

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

Definition at line 164 of file glpk.pb.h.

◆ MergeFrom()

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

Definition at line 157 of file glpk.pb.h.

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

Definition at line 151 of file glpk.pb.h.

◆ operator=() [1/2]

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

Definition at line 97 of file glpk.pb.h.

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

Definition at line 155 of file glpk.pb.cc.

◆ set_compute_unbound_rays_if_possible()

void operations_research::math_opt::GlpkParametersProto::set_compute_unbound_rays_if_possible ( bool value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.GlpkParametersProto.compute_unbound_rays_if_possible)

Definition at line 302 of file glpk.pb.h.

◆ Swap()

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

Definition at line 135 of file glpk.pb.h.

◆ unknown_fields()

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

Definition at line 111 of file glpk.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 143 of file glpk.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 244 of file glpk.pb.h.

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

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

Definition at line 246 of file glpk.pb.h.

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

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

Definition at line 237 of file glpk.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 243 of file glpk.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fsolvers_2fglpk_2eproto

Definition at line 264 of file glpk.pb.h.

◆ swap

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

Definition at line 134 of file glpk.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::GlpkParametersProto::_impl_

Definition at line 263 of file glpk.pb.h.

◆ kIndexInFileMessages

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

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


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