Google OR-Tools v9.15
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 545 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 }
using Parameter = GurobiParametersProto_Parameter

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

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kParametersFieldNumber 

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

Constructor & Destructor Documentation

◆ GurobiParametersProto() [1/5]

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

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

◆ ~GurobiParametersProto()

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

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

◆ GurobiParametersProto() [2/5]

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

◆ GurobiParametersProto() [3/5]

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

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

◆ GurobiParametersProto() [4/5]

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

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

◆ GurobiParametersProto() [5/5]

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

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

◆ add_parameters()

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

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

◆ ByteSizeLong()

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

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

◆ Clear()

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

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

◆ clear_parameters()

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

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

◆ CopyFrom()

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

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ InternalGenerateClassData_()

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

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

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

Definition at line 1435 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 582 of file gurobi.pb.h.

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

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

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

◆ parameters_size()

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

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fmath_5fopt_2fsolvers_2fgurobi_2eproto

friend struct ::TableStruct_ortools_2fmath_5fopt_2fsolvers_2fgurobi_2eproto
friend

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::GurobiParametersProto::_impl_

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

◆ kIndexInFileMessages

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

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


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