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

Detailed Description

Definition at line 547 of file gurobi.pb.h.

#include <gurobi.pb.h>

Inheritance diagram for operations_research::math_opt::GurobiParametersProto:

Classes

class  _Internal

Public Types

enum  : int { kParametersFieldNumber = 1 }
 accessors ----------------------------------------------------— More...
using Parameter = GurobiParametersProto_Parameter
 nested types -------------------------------------------------—

Public Member Functions

 GurobiParametersProto ()
 ~GurobiParametersProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR GurobiParametersProto (::google::protobuf::internal::ConstantInitialized)
 GurobiParametersProto (const GurobiParametersProto &from)
 GurobiParametersProto (GurobiParametersProto &&from) noexcept
GurobiParametersProtooperator= (const GurobiParametersProto &from)
GurobiParametersProtooperator= (GurobiParametersProto &&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 (GurobiParametersProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (GurobiParametersProto *PROTOBUF_NONNULL other)
GurobiParametersProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const GurobiParametersProto &from)
void MergeFrom (const GurobiParametersProto &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 parameters_size () const
 repeated .operations_research.math_opt.GurobiParametersProto.Parameter parameters = 1;
void clear_parameters ()
::operations_research::math_opt::GurobiParametersProto_Parameter *PROTOBUF_NONNULL mutable_parameters (int index)
::google::protobuf::RepeatedPtrField<::operations_research::math_opt::GurobiParametersProto_Parameter > *PROTOBUF_NONNULL mutable_parameters ()
const ::operations_research::math_opt::GurobiParametersProto_Parameterparameters (int index) const
::operations_research::math_opt::GurobiParametersProto_Parameter *PROTOBUF_NONNULL add_parameters ()
const ::google::protobuf::RepeatedPtrField<::operations_research::math_opt::GurobiParametersProto_Parameter > & parameters () const
template<typename>
PROTOBUF_CONSTEXPR GurobiParametersProto (::_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 GurobiParametersProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 3

Protected Member Functions

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

Member Typedef Documentation

◆ Parameter

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

Definition at line 687 of file gurobi.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

Enumerator
kParametersFieldNumber 

Definition at line 690 of file gurobi.pb.h.

Constructor & Destructor Documentation

◆ GurobiParametersProto() [1/8]

operations_research::math_opt::GurobiParametersProto::GurobiParametersProto ( )
inline

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

◆ ~GurobiParametersProto()

operations_research::math_opt::GurobiParametersProto::~GurobiParametersProto ( )

@protoc_insertion_point(destructor:operations_research.math_opt.GurobiParametersProto)

Definition at line 1220 of file gurobi.pb.cc.

◆ GurobiParametersProto() [2/8]

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

◆ GurobiParametersProto() [3/8]

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

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

◆ GurobiParametersProto() [4/8]

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

Definition at line 564 of file gurobi.pb.h.

◆ GurobiParametersProto() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.math_opt.GurobiParametersProto)

Definition at line 1179 of file gurobi.pb.cc.

◆ GurobiParametersProto() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.math_opt.GurobiParametersProto)

Definition at line 1195 of file gurobi.pb.cc.

◆ GurobiParametersProto() [7/8]

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

Definition at line 671 of file gurobi.pb.h.

◆ GurobiParametersProto() [8/8]

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

Definition at line 100 of file gurobi.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::math_opt::GurobiParametersProto::_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.GurobiParametersProto)

repeated .operations_research.math_opt.GurobiParametersProto.Parameter parameters = 1;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.GurobiParametersProto)

Definition at line 1338 of file gurobi.pb.cc.

◆ add_parameters()

operations_research::math_opt::GurobiParametersProto_Parameter *PROTOBUF_NONNULL operations_research::math_opt::GurobiParametersProto::add_parameters ( )
inline

@protoc_insertion_point(field_add:operations_research.math_opt.GurobiParametersProto.parameters)

Definition at line 1450 of file gurobi.pb.h.

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.GurobiParametersProto)

Prevent compiler warnings about cached_has_bits being unused

repeated .operations_research.math_opt.GurobiParametersProto.Parameter parameters = 1;

Definition at line 1371 of file gurobi.pb.cc.

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.GurobiParametersProto)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 1321 of file gurobi.pb.cc.

◆ clear_parameters()

void operations_research::math_opt::GurobiParametersProto::clear_parameters ( )
inline

Definition at line 1430 of file gurobi.pb.h.

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.GurobiParametersProto)

Definition at line 1408 of file gurobi.pb.cc.

◆ default_instance()

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

Definition at line 598 of file gurobi.pb.h.

◆ descriptor()

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

Definition at line 589 of file gurobi.pb.h.

◆ GetCachedSize()

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

Definition at line 657 of file gurobi.pb.h.

◆ GetClassData()

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

Definition at line 1280 of file gurobi.pb.cc.

◆ GetDescriptor()

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

Definition at line 592 of file gurobi.pb.h.

◆ GetMetadata()

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

Definition at line 1422 of file gurobi.pb.cc.

◆ GetReflection()

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

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

◆ InternalGenerateClassData_()

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

Definition at line 1252 of file gurobi.pb.cc.

◆ InternalNewImpl_()

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

Definition at line 1236 of file gurobi.pb.cc.

◆ IsInitialized()

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

Definition at line 633 of file gurobi.pb.h.

◆ MergeFrom()

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

Definition at line 626 of file gurobi.pb.h.

◆ mutable_parameters() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::math_opt::GurobiParametersProto_Parameter > *PROTOBUF_NONNULL operations_research::math_opt::GurobiParametersProto::mutable_parameters ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.math_opt.GurobiParametersProto.parameters)

Definition at line 1439 of file gurobi.pb.h.

◆ mutable_parameters() [2/2]

operations_research::math_opt::GurobiParametersProto_Parameter *PROTOBUF_NONNULL operations_research::math_opt::GurobiParametersProto::mutable_parameters ( int index)
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.GurobiParametersProto.parameters)

Definition at line 1434 of file gurobi.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 584 of file gurobi.pb.h.

◆ New()

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

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

Definition at line 620 of file gurobi.pb.h.

◆ operator=() [1/2]

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

Definition at line 566 of file gurobi.pb.h.

◆ operator=() [2/2]

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

Definition at line 570 of file gurobi.pb.h.

◆ parameters() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::math_opt::GurobiParametersProto_Parameter > & operations_research::math_opt::GurobiParametersProto::parameters ( ) const
inline

@protoc_insertion_point(field_list:operations_research.math_opt.GurobiParametersProto.parameters)

Definition at line 1457 of file gurobi.pb.h.

◆ parameters() [2/2]

const::operations_research::math_opt::GurobiParametersProto_Parameter & operations_research::math_opt::GurobiParametersProto::parameters ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.GurobiParametersProto.parameters)

Definition at line 1445 of file gurobi.pb.h.

◆ parameters_size()

int operations_research::math_opt::GurobiParametersProto::parameters_size ( ) const
inline

repeated .operations_research.math_opt.GurobiParametersProto.Parameter parameters = 1;

Definition at line 1427 of file gurobi.pb.h.

◆ PlacementNew_()

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

Definition at line 1231 of file gurobi.pb.cc.

◆ Swap()

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

Definition at line 604 of file gurobi.pb.h.

◆ unknown_fields()

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

Definition at line 580 of file gurobi.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 612 of file gurobi.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 720 of file gurobi.pb.h.

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

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

Definition at line 722 of file gurobi.pb.h.

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

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

Definition at line 713 of file gurobi.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 719 of file gurobi.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fsolvers_2fgurobi_2eproto

Definition at line 739 of file gurobi.pb.h.

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::GurobiParametersProto::_impl_

Definition at line 738 of file gurobi.pb.h.

◆ kIndexInFileMessages

int operations_research::math_opt::GurobiParametersProto::kIndexInFileMessages = 3
staticconstexpr

Definition at line 602 of file gurobi.pb.h.


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