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

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
 implements Message -------------------------------------------—
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
 map<string, string> string_options = 1;
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
 map<string, double> double_options = 2;
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
 map<string, int32> int_options = 3;
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
 map<string, bool> bool_options = 4;
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

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kStringOptionsFieldNumber 
kDoubleOptionsFieldNumber 
kIntOptionsFieldNumber 
kBoolOptionsFieldNumber 

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

Constructor & Destructor Documentation

◆ HighsOptionsProto() [1/8]

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

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

◆ ~HighsOptionsProto()

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

@protoc_insertion_point(destructor:operations_research.math_opt.HighsOptionsProto)

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

◆ HighsOptionsProto() [2/8]

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

◆ HighsOptionsProto() [3/8]

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

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

◆ HighsOptionsProto() [4/8]

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

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

◆ HighsOptionsProto() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.math_opt.HighsOptionsProto)

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

◆ HighsOptionsProto() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.math_opt.HighsOptionsProto)

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

◆ HighsOptionsProto() [7/8]

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

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

◆ HighsOptionsProto() [8/8]

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

@protoc_insertion_point(serialize_to_array_start:operations_research.math_opt.HighsOptionsProto)

map<string, string> string_options = 1;

map<string, double> double_options = 2;

map<string, int32> int_options = 3;

map<string, bool> bool_options = 4;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.HighsOptionsProto)

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

◆ bool_options()

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

@protoc_insertion_point(field_map:operations_research.math_opt.HighsOptionsProto.bool_options)

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

◆ bool_options_size()

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

map<string, bool> bool_options = 4;

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

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.HighsOptionsProto)

Prevent compiler warnings about cached_has_bits being unused

map<string, string> string_options = 1;

map<string, double> double_options = 2;

map<string, int32> int_options = 3;

map<string, bool> bool_options = 4;

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

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.HighsOptionsProto)

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_bool_options()

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

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

◆ clear_double_options()

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

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

◆ clear_int_options()

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

Definition at line 611 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)

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.HighsOptionsProto)

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

@protoc_insertion_point(field_map:operations_research.math_opt.HighsOptionsProto.double_options)

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

◆ double_options_size()

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

map<string, double> double_options = 2;

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

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

◆ 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 1073 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

@protoc_insertion_point(field_map:operations_research.math_opt.HighsOptionsProto.int_options)

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

◆ int_options_size()

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

map<string, int32> int_options = 3;

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

◆ InternalGenerateClassData_()

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

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

◆ InternalNewImpl_()

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

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

@protoc_insertion_point(field_mutable_map:operations_research.math_opt.HighsOptionsProto.bool_options)

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

@protoc_insertion_point(field_mutable_map:operations_research.math_opt.HighsOptionsProto.double_options)

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

@protoc_insertion_point(field_mutable_map:operations_research.math_opt.HighsOptionsProto.int_options)

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

@protoc_insertion_point(field_mutable_map:operations_research.math_opt.HighsOptionsProto.string_options)

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

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

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.

◆ PlacementNew_()

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

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

◆ string_options()

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

@protoc_insertion_point(field_map:operations_research.math_opt.HighsOptionsProto.string_options)

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

◆ string_options_size()

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

map<string, string> string_options = 1;

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 476 of file highs.pb.h.

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fmath_5fopt_2fsolvers_2fhighs_2eproto

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: