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

Detailed Description

Definition at line 258 of file highs.pb.h.

#include <highs.pb.h>

Inheritance diagram for operations_research::math_opt::HighsOptionsProto:

Classes

class  _Internal

Public Types

enum  : int { kStringOptionsFieldNumber = 1 , kDoubleOptionsFieldNumber = 2 , kIntOptionsFieldNumber = 3 , kBoolOptionsFieldNumber = 4 }

Public Member Functions

 HighsOptionsProto ()
 ~HighsOptionsProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR HighsOptionsProto (::google::protobuf::internal::ConstantInitialized)
 HighsOptionsProto (const HighsOptionsProto &from)
 HighsOptionsProto (HighsOptionsProto &&from) noexcept
HighsOptionsProtooperator= (const HighsOptionsProto &from)
HighsOptionsProtooperator= (HighsOptionsProto &&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 (HighsOptionsProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (HighsOptionsProto *PROTOBUF_NONNULL other)
HighsOptionsProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const HighsOptionsProto &from)
void MergeFrom (const HighsOptionsProto &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
int string_options_size () const
void clear_string_options ()
const ::google::protobuf::Map<::std::string, ::std::string > & string_options () const
::google::protobuf::Map<::std::string, ::std::string > *PROTOBUF_NONNULL mutable_string_options ()
int double_options_size () const
void clear_double_options ()
const ::google::protobuf::Map<::std::string, double > & double_options () const
::google::protobuf::Map<::std::string, double > *PROTOBUF_NONNULL mutable_double_options ()
int int_options_size () const
void clear_int_options ()
const ::google::protobuf::Map<::std::string, ::int32_t > & int_options () const
::google::protobuf::Map<::std::string, ::int32_t > *PROTOBUF_NONNULL mutable_int_options ()
int bool_options_size () const
void clear_bool_options ()
const ::google::protobuf::Map<::std::string, bool > & bool_options () const
::google::protobuf::Map<::std::string, bool > *PROTOBUF_NONNULL mutable_bool_options ()
template<typename>
PROTOBUF_CONSTEXPR HighsOptionsProto (::_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 HighsOptionsProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 4

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_2fhighs_2eproto
void swap (HighsOptionsProto &a, HighsOptionsProto &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kStringOptionsFieldNumber 
kDoubleOptionsFieldNumber 
kIntOptionsFieldNumber 
kBoolOptionsFieldNumber 

Definition at line 399 of file highs.pb.h.

Constructor & Destructor Documentation

◆ HighsOptionsProto() [1/5]

operations_research::math_opt::HighsOptionsProto::HighsOptionsProto ( )
inline

Definition at line 261 of file highs.pb.h.

◆ ~HighsOptionsProto()

operations_research::math_opt::HighsOptionsProto::~HighsOptionsProto ( )

Definition at line 686 of file highs.pb.cc.

◆ HighsOptionsProto() [2/5]

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

◆ HighsOptionsProto() [3/5]

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

Definition at line 274 of file highs.pb.h.

◆ HighsOptionsProto() [4/5]

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

Definition at line 275 of file highs.pb.h.

◆ HighsOptionsProto() [5/5]

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

Definition at line 111 of file highs.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

Definition at line 850 of file highs.pb.cc.

◆ bool_options()

const::google::protobuf::Map<::std::string, bool > & operations_research::math_opt::HighsOptionsProto::bool_options ( ) const
inline

Definition at line 659 of file highs.pb.h.

◆ bool_options_size()

int operations_research::math_opt::HighsOptionsProto::bool_options_size ( ) const
inline

Definition at line 646 of file highs.pb.h.

◆ ByteSizeLong()

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

Definition at line 998 of file highs.pb.cc.

◆ Clear()

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

Definition at line 818 of file highs.pb.cc.

◆ clear_bool_options()

void operations_research::math_opt::HighsOptionsProto::clear_bool_options ( )
inline

Definition at line 649 of file highs.pb.h.

◆ clear_double_options()

void operations_research::math_opt::HighsOptionsProto::clear_double_options ( )
inline

Definition at line 585 of file highs.pb.h.

◆ clear_int_options()

void operations_research::math_opt::HighsOptionsProto::clear_int_options ( )
inline

Definition at line 617 of file highs.pb.h.

◆ clear_string_options()

void operations_research::math_opt::HighsOptionsProto::clear_string_options ( )
inline

Definition at line 553 of file highs.pb.h.

◆ CopyFrom()

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

Definition at line 1089 of file highs.pb.cc.

◆ default_instance()

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

Definition at line 309 of file highs.pb.h.

◆ descriptor()

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

Definition at line 300 of file highs.pb.h.

◆ double_options()

const::google::protobuf::Map<::std::string, double > & operations_research::math_opt::HighsOptionsProto::double_options ( ) const
inline

Definition at line 595 of file highs.pb.h.

◆ double_options_size()

int operations_research::math_opt::HighsOptionsProto::double_options_size ( ) const
inline

Definition at line 582 of file highs.pb.h.

◆ GetCachedSize()

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

Definition at line 368 of file highs.pb.h.

◆ GetDescriptor()

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

Definition at line 303 of file highs.pb.h.

◆ GetMetadata()

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

Definition at line 1107 of file highs.pb.cc.

◆ GetReflection()

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

Definition at line 306 of file highs.pb.h.

◆ int_options()

const::google::protobuf::Map<::std::string,::int32_t > & operations_research::math_opt::HighsOptionsProto::int_options ( ) const
inline

Definition at line 627 of file highs.pb.h.

◆ int_options_size()

int operations_research::math_opt::HighsOptionsProto::int_options_size ( ) const
inline

Definition at line 614 of file highs.pb.h.

◆ InternalGenerateClassData_()

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

Definition at line 733 of file highs.pb.cc.

◆ IsInitialized()

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

Definition at line 344 of file highs.pb.h.

◆ MergeFrom()

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

Definition at line 337 of file highs.pb.h.

◆ mutable_bool_options()

google::protobuf::Map<::std::string, bool > *PROTOBUF_NONNULL operations_research::math_opt::HighsOptionsProto::mutable_bool_options ( )
inline

Definition at line 667 of file highs.pb.h.

◆ mutable_double_options()

google::protobuf::Map<::std::string, double > *PROTOBUF_NONNULL operations_research::math_opt::HighsOptionsProto::mutable_double_options ( )
inline

Definition at line 603 of file highs.pb.h.

◆ mutable_int_options()

google::protobuf::Map<::std::string,::int32_t > *PROTOBUF_NONNULL operations_research::math_opt::HighsOptionsProto::mutable_int_options ( )
inline

Definition at line 635 of file highs.pb.h.

◆ mutable_string_options()

google::protobuf::Map<::std::string,::std::string > *PROTOBUF_NONNULL operations_research::math_opt::HighsOptionsProto::mutable_string_options ( )
inline

Definition at line 571 of file highs.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 295 of file highs.pb.h.

◆ New()

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

Definition at line 331 of file highs.pb.h.

◆ operator=() [1/2]

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

Definition at line 277 of file highs.pb.h.

◆ operator=() [2/2]

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

Definition at line 281 of file highs.pb.h.

◆ string_options()

const::google::protobuf::Map<::std::string,::std::string > & operations_research::math_opt::HighsOptionsProto::string_options ( ) const
inline

Definition at line 563 of file highs.pb.h.

◆ string_options_size()

int operations_research::math_opt::HighsOptionsProto::string_options_size ( ) const
inline

Definition at line 550 of file highs.pb.h.

◆ Swap()

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

Definition at line 315 of file highs.pb.h.

◆ unknown_fields()

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

Definition at line 291 of file highs.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 323 of file highs.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 475 of file highs.pb.h.

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

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

Definition at line 477 of file highs.pb.h.

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

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

Definition at line 468 of file highs.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 474 of file highs.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fsolvers_2fhighs_2eproto

friend struct ::TableStruct_ortools_2fmath_5fopt_2fsolvers_2fhighs_2eproto
friend

Definition at line 510 of file highs.pb.h.

◆ swap

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

Definition at line 314 of file highs.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::HighsOptionsProto::_impl_

Definition at line 509 of file highs.pb.h.

◆ kIndexInFileMessages

int operations_research::math_opt::HighsOptionsProto::kIndexInFileMessages = 4
staticconstexpr

Definition at line 313 of file highs.pb.h.


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