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

Detailed Description

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

#include <gurobi.pb.h>

Inheritance diagram for operations_research::math_opt::GurobiInitializerProto_ISVKey:

Classes

class  _Internal

Public Types

enum  : int { kNameFieldNumber = 1 , kApplicationNameFieldNumber = 2 , kKeyFieldNumber = 4 , kExpirationFieldNumber = 3 }
 nested types -------------------------------------------------— More...

Public Member Functions

 GurobiInitializerProto_ISVKey ()
 ~GurobiInitializerProto_ISVKey () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR GurobiInitializerProto_ISVKey (::google::protobuf::internal::ConstantInitialized)
 GurobiInitializerProto_ISVKey (const GurobiInitializerProto_ISVKey &from)
 GurobiInitializerProto_ISVKey (GurobiInitializerProto_ISVKey &&from) noexcept
GurobiInitializerProto_ISVKeyoperator= (const GurobiInitializerProto_ISVKey &from)
GurobiInitializerProto_ISVKeyoperator= (GurobiInitializerProto_ISVKey &&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 (GurobiInitializerProto_ISVKey *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (GurobiInitializerProto_ISVKey *PROTOBUF_NONNULL other)
GurobiInitializerProto_ISVKey *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const GurobiInitializerProto_ISVKey &from)
void MergeFrom (const GurobiInitializerProto_ISVKey &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
void clear_name ()
 string name = 1;
const ::std::string & name () const
template<typename Arg_ = const ::std::string&, typename... Args_>
void set_name (Arg_ &&arg, Args_... args)
::std::string *PROTOBUF_NONNULL mutable_name ()
::std::string *PROTOBUF_NULLABLE release_name ()
void set_allocated_name (::std::string *PROTOBUF_NULLABLE value)
void clear_application_name ()
 string application_name = 2;
const ::std::string & application_name () const
template<typename Arg_ = const ::std::string&, typename... Args_>
void set_application_name (Arg_ &&arg, Args_... args)
::std::string *PROTOBUF_NONNULL mutable_application_name ()
::std::string *PROTOBUF_NULLABLE release_application_name ()
void set_allocated_application_name (::std::string *PROTOBUF_NULLABLE value)
void clear_key ()
 string key = 4;
const ::std::string & key () const
template<typename Arg_ = const ::std::string&, typename... Args_>
void set_key (Arg_ &&arg, Args_... args)
::std::string *PROTOBUF_NONNULL mutable_key ()
::std::string *PROTOBUF_NULLABLE release_key ()
void set_allocated_key (::std::string *PROTOBUF_NULLABLE value)
void clear_expiration ()
 int32 expiration = 3;
::int32_t expiration () const
void set_expiration (::int32_t value)
template<typename>
PROTOBUF_CONSTEXPR GurobiInitializerProto_ISVKey (::_pbi::ConstantInitialized)
template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_name (Arg_ &&arg, Args_... args)
template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_application_name (Arg_ &&arg, Args_... args)
template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_key (Arg_ &&arg, Args_... args)

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 GurobiInitializerProto_ISVKeydefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 0

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kNameFieldNumber 
kApplicationNameFieldNumber 
kKeyFieldNumber 
kExpirationFieldNumber 

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

Constructor & Destructor Documentation

◆ GurobiInitializerProto_ISVKey() [1/8]

operations_research::math_opt::GurobiInitializerProto_ISVKey::GurobiInitializerProto_ISVKey ( )
inline

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

◆ ~GurobiInitializerProto_ISVKey()

operations_research::math_opt::GurobiInitializerProto_ISVKey::~GurobiInitializerProto_ISVKey ( )

@protoc_insertion_point(destructor:operations_research.math_opt.GurobiInitializerProto.ISVKey)

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

◆ GurobiInitializerProto_ISVKey() [2/8]

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

◆ GurobiInitializerProto_ISVKey() [3/8]

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

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

◆ GurobiInitializerProto_ISVKey() [4/8]

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

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

◆ GurobiInitializerProto_ISVKey() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.math_opt.GurobiInitializerProto.ISVKey)

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

◆ GurobiInitializerProto_ISVKey() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.math_opt.GurobiInitializerProto.ISVKey)

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

◆ GurobiInitializerProto_ISVKey() [7/8]

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

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

◆ GurobiInitializerProto_ISVKey() [8/8]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

string name = 1;

string application_name = 2;

int32 expiration = 3;

string key = 4;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.GurobiInitializerProto.ISVKey)

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

◆ application_name()

const::std::string & operations_research::math_opt::GurobiInitializerProto_ISVKey::application_name ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.GurobiInitializerProto.ISVKey.application_name)

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

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.GurobiInitializerProto.ISVKey)

Prevent compiler warnings about cached_has_bits being unused

string name = 1;

string application_name = 2;

string key = 4;

int32 expiration = 3;

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

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.GurobiInitializerProto.ISVKey)

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_application_name()

void operations_research::math_opt::GurobiInitializerProto_ISVKey::clear_application_name ( )
inline

string application_name = 2;

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

◆ clear_expiration()

void operations_research::math_opt::GurobiInitializerProto_ISVKey::clear_expiration ( )
inline

int32 expiration = 3;

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

◆ clear_key()

void operations_research::math_opt::GurobiInitializerProto_ISVKey::clear_key ( )
inline

string key = 4;

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

◆ clear_name()

void operations_research::math_opt::GurobiInitializerProto_ISVKey::clear_name ( )
inline

string name = 1;

GurobiInitializerProto_ISVKey.

string name = 1;

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

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.GurobiInitializerProto.ISVKey)

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ expiration()

int32_t operations_research::math_opt::GurobiInitializerProto_ISVKey::expiration ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.GurobiInitializerProto.ISVKey.expiration)

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ InternalGenerateClassData_()

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

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

◆ InternalNewImpl_()

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

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

◆ IsInitialized()

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

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

◆ key()

const::std::string & operations_research::math_opt::GurobiInitializerProto_ISVKey::key ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.GurobiInitializerProto.ISVKey.key)

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

◆ MergeFrom()

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

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

◆ mutable_application_name()

std::string *PROTOBUF_NONNULL operations_research::math_opt::GurobiInitializerProto_ISVKey::mutable_application_name ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.GurobiInitializerProto.ISVKey.application_name)

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

◆ mutable_key()

std::string *PROTOBUF_NONNULL operations_research::math_opt::GurobiInitializerProto_ISVKey::mutable_key ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.GurobiInitializerProto.ISVKey.key)

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

◆ mutable_name()

std::string *PROTOBUF_NONNULL operations_research::math_opt::GurobiInitializerProto_ISVKey::mutable_name ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.GurobiInitializerProto.ISVKey.name)

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

◆ mutable_unknown_fields()

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

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

◆ name()

const::std::string & operations_research::math_opt::GurobiInitializerProto_ISVKey::name ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.GurobiInitializerProto.ISVKey.name)

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

◆ New()

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

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

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

◆ release_application_name()

std::string *PROTOBUF_NULLABLE operations_research::math_opt::GurobiInitializerProto_ISVKey::release_application_name ( )
inlinenodiscard

@protoc_insertion_point(field_release:operations_research.math_opt.GurobiInitializerProto.ISVKey.application_name)

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

◆ release_key()

std::string *PROTOBUF_NULLABLE operations_research::math_opt::GurobiInitializerProto_ISVKey::release_key ( )
inlinenodiscard

@protoc_insertion_point(field_release:operations_research.math_opt.GurobiInitializerProto.ISVKey.key)

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

◆ release_name()

std::string *PROTOBUF_NULLABLE operations_research::math_opt::GurobiInitializerProto_ISVKey::release_name ( )
inlinenodiscard

@protoc_insertion_point(field_release:operations_research.math_opt.GurobiInitializerProto.ISVKey.name)

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

◆ set_allocated_application_name()

void operations_research::math_opt::GurobiInitializerProto_ISVKey::set_allocated_application_name ( ::std::string *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.GurobiInitializerProto.ISVKey.application_name)

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

◆ set_allocated_key()

void operations_research::math_opt::GurobiInitializerProto_ISVKey::set_allocated_key ( ::std::string *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.GurobiInitializerProto.ISVKey.key)

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

◆ set_allocated_name()

void operations_research::math_opt::GurobiInitializerProto_ISVKey::set_allocated_name ( ::std::string *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.GurobiInitializerProto.ISVKey.name)

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

◆ set_application_name() [1/2]

template<typename Arg_ = const ::std::string&, typename... Args_>
void operations_research::math_opt::GurobiInitializerProto_ISVKey::set_application_name ( Arg_ && arg,
Args_... args )

◆ set_application_name() [2/2]

template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void operations_research::math_opt::GurobiInitializerProto_ISVKey::set_application_name ( Arg_ && arg,
Args_... args )

@protoc_insertion_point(field_set:operations_research.math_opt.GurobiInitializerProto.ISVKey.application_name)

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

◆ set_expiration()

void operations_research::math_opt::GurobiInitializerProto_ISVKey::set_expiration ( ::int32_t value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.GurobiInitializerProto.ISVKey.expiration)

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

◆ set_key() [1/2]

template<typename Arg_ = const ::std::string&, typename... Args_>
void operations_research::math_opt::GurobiInitializerProto_ISVKey::set_key ( Arg_ && arg,
Args_... args )

◆ set_key() [2/2]

template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void operations_research::math_opt::GurobiInitializerProto_ISVKey::set_key ( Arg_ && arg,
Args_... args )

@protoc_insertion_point(field_set:operations_research.math_opt.GurobiInitializerProto.ISVKey.key)

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

◆ set_name() [1/2]

template<typename Arg_ = const ::std::string&, typename... Args_>
void operations_research::math_opt::GurobiInitializerProto_ISVKey::set_name ( Arg_ && arg,
Args_... args )

◆ set_name() [2/2]

template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void operations_research::math_opt::GurobiInitializerProto_ISVKey::set_name ( Arg_ && arg,
Args_... args )

@protoc_insertion_point(field_set:operations_research.math_opt.GurobiInitializerProto.ISVKey.name)

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fmath_5fopt_2fsolvers_2fgurobi_2eproto

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

◆ swap

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::GurobiInitializerProto_ISVKey::_impl_

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

◆ kIndexInFileMessages

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

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


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