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

Detailed Description

Definition at line 429 of file parameters.pb.h.

#include <parameters.pb.h>

Inheritance diagram for operations_research::math_opt::SolverInitializerProto:

Classes

class  _Internal

Public Types

enum  : int { kGurobiFieldNumber = 1 , kXpressFieldNumber = 3 }

Public Member Functions

 SolverInitializerProto ()
 ~SolverInitializerProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR SolverInitializerProto (::google::protobuf::internal::ConstantInitialized)
 SolverInitializerProto (const SolverInitializerProto &from)
 SolverInitializerProto (SolverInitializerProto &&from) noexcept
SolverInitializerProtooperator= (const SolverInitializerProto &from)
SolverInitializerProtooperator= (SolverInitializerProto &&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 (SolverInitializerProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (SolverInitializerProto *PROTOBUF_NONNULL other)
SolverInitializerProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const SolverInitializerProto &from)
void MergeFrom (const SolverInitializerProto &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
bool has_gurobi () const
void clear_gurobi ()
const ::operations_research::math_opt::GurobiInitializerProtogurobi () const
::operations_research::math_opt::GurobiInitializerProto *PROTOBUF_NULLABLE release_gurobi ()
::operations_research::math_opt::GurobiInitializerProto *PROTOBUF_NONNULL mutable_gurobi ()
void set_allocated_gurobi (::operations_research::math_opt::GurobiInitializerProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_gurobi (::operations_research::math_opt::GurobiInitializerProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::GurobiInitializerProto *PROTOBUF_NULLABLE unsafe_arena_release_gurobi ()
bool has_xpress () const
void clear_xpress ()
const ::operations_research::math_opt::XpressInitializerProtoxpress () const
::operations_research::math_opt::XpressInitializerProto *PROTOBUF_NULLABLE release_xpress ()
::operations_research::math_opt::XpressInitializerProto *PROTOBUF_NONNULL mutable_xpress ()
void set_allocated_xpress (::operations_research::math_opt::XpressInitializerProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_xpress (::operations_research::math_opt::XpressInitializerProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::XpressInitializerProto *PROTOBUF_NULLABLE unsafe_arena_release_xpress ()
template<typename>
PROTOBUF_CONSTEXPR SolverInitializerProto (::_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 SolverInitializerProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 1

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kGurobiFieldNumber 
kXpressFieldNumber 

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

Constructor & Destructor Documentation

◆ SolverInitializerProto() [1/5]

operations_research::math_opt::SolverInitializerProto::SolverInitializerProto ( )
inline

Definition at line 432 of file parameters.pb.h.

◆ ~SolverInitializerProto()

operations_research::math_opt::SolverInitializerProto::~SolverInitializerProto ( )

Definition at line 671 of file parameters.pb.cc.

◆ SolverInitializerProto() [2/5]

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

◆ SolverInitializerProto() [3/5]

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

Definition at line 445 of file parameters.pb.h.

◆ SolverInitializerProto() [4/5]

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

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

◆ SolverInitializerProto() [5/5]

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

Definition at line 62 of file parameters.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

Definition at line 802 of file parameters.pb.cc.

◆ ByteSizeLong()

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

Definition at line 842 of file parameters.pb.cc.

◆ Clear()

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

Definition at line 774 of file parameters.pb.cc.

◆ clear_gurobi()

void operations_research::math_opt::SolverInitializerProto::clear_gurobi ( )

Definition at line 606 of file parameters.pb.cc.

◆ clear_xpress()

void operations_research::math_opt::SolverInitializerProto::clear_xpress ( )

Definition at line 612 of file parameters.pb.cc.

◆ CopyFrom()

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

Definition at line 908 of file parameters.pb.cc.

◆ default_instance()

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

Definition at line 480 of file parameters.pb.h.

◆ descriptor()

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

Definition at line 471 of file parameters.pb.h.

◆ GetCachedSize()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

Definition at line 928 of file parameters.pb.cc.

◆ GetReflection()

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

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

◆ gurobi()

const::operations_research::math_opt::GurobiInitializerProto & operations_research::math_opt::SolverInitializerProto::gurobi ( ) const
inline

Definition at line 1264 of file parameters.pb.h.

◆ has_gurobi()

bool operations_research::math_opt::SolverInitializerProto::has_gurobi ( ) const
inline

Definition at line 1254 of file parameters.pb.h.

◆ has_xpress()

bool operations_research::math_opt::SolverInitializerProto::has_xpress ( ) const
inline

Definition at line 1347 of file parameters.pb.h.

◆ InternalGenerateClassData_()

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

Definition at line 696 of file parameters.pb.cc.

◆ IsInitialized()

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

Definition at line 515 of file parameters.pb.h.

◆ MergeFrom()

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

Definition at line 508 of file parameters.pb.h.

◆ mutable_gurobi()

operations_research::math_opt::GurobiInitializerProto *PROTOBUF_NONNULL operations_research::math_opt::SolverInitializerProto::mutable_gurobi ( )
inline

Definition at line 1318 of file parameters.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 466 of file parameters.pb.h.

◆ mutable_xpress()

operations_research::math_opt::XpressInitializerProto *PROTOBUF_NONNULL operations_research::math_opt::SolverInitializerProto::mutable_xpress ( )
inline

Definition at line 1411 of file parameters.pb.h.

◆ New()

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

Definition at line 502 of file parameters.pb.h.

◆ operator=() [1/2]

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

Definition at line 448 of file parameters.pb.h.

◆ operator=() [2/2]

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

Definition at line 452 of file parameters.pb.h.

◆ release_gurobi()

operations_research::math_opt::GurobiInitializerProto *PROTOBUF_NULLABLE operations_research::math_opt::SolverInitializerProto::release_gurobi ( )
inlinenodiscard

Definition at line 1282 of file parameters.pb.h.

◆ release_xpress()

operations_research::math_opt::XpressInitializerProto *PROTOBUF_NULLABLE operations_research::math_opt::SolverInitializerProto::release_xpress ( )
inlinenodiscard

Definition at line 1375 of file parameters.pb.h.

◆ set_allocated_gurobi()

void operations_research::math_opt::SolverInitializerProto::set_allocated_gurobi ( ::operations_research::math_opt::GurobiInitializerProto *PROTOBUF_NULLABLE value)
inline

Definition at line 1325 of file parameters.pb.h.

◆ set_allocated_xpress()

void operations_research::math_opt::SolverInitializerProto::set_allocated_xpress ( ::operations_research::math_opt::XpressInitializerProto *PROTOBUF_NULLABLE value)
inline

Definition at line 1418 of file parameters.pb.h.

◆ Swap()

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

Definition at line 486 of file parameters.pb.h.

◆ unknown_fields()

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

Definition at line 462 of file parameters.pb.h.

◆ unsafe_arena_release_gurobi()

operations_research::math_opt::GurobiInitializerProto *PROTOBUF_NULLABLE operations_research::math_opt::SolverInitializerProto::unsafe_arena_release_gurobi ( )
inline

Definition at line 1301 of file parameters.pb.h.

◆ unsafe_arena_release_xpress()

operations_research::math_opt::XpressInitializerProto *PROTOBUF_NULLABLE operations_research::math_opt::SolverInitializerProto::unsafe_arena_release_xpress ( )
inline

Definition at line 1394 of file parameters.pb.h.

◆ unsafe_arena_set_allocated_gurobi()

void operations_research::math_opt::SolverInitializerProto::unsafe_arena_set_allocated_gurobi ( ::operations_research::math_opt::GurobiInitializerProto *PROTOBUF_NULLABLE value)
inline

Definition at line 1268 of file parameters.pb.h.

◆ unsafe_arena_set_allocated_xpress()

void operations_research::math_opt::SolverInitializerProto::unsafe_arena_set_allocated_xpress ( ::operations_research::math_opt::XpressInitializerProto *PROTOBUF_NULLABLE value)
inline

Definition at line 1361 of file parameters.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 494 of file parameters.pb.h.

◆ xpress()

const::operations_research::math_opt::XpressInitializerProto & operations_research::math_opt::SolverInitializerProto::xpress ( ) const
inline

Definition at line 1357 of file parameters.pb.h.

◆ ::google::protobuf::Arena

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

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

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

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

Definition at line 616 of file parameters.pb.h.

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

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

Definition at line 607 of file parameters.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 613 of file parameters.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fparameters_2eproto

friend struct ::TableStruct_ortools_2fmath_5fopt_2fparameters_2eproto
friend

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

◆ swap

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

Definition at line 485 of file parameters.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::SolverInitializerProto::_impl_

Definition at line 634 of file parameters.pb.h.

◆ kIndexInFileMessages

int operations_research::math_opt::SolverInitializerProto::kIndexInFileMessages = 1
staticconstexpr

Definition at line 484 of file parameters.pb.h.


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