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

Detailed Description

Definition at line 771 of file rpc.pb.h.

#include <rpc.pb.h>

Inheritance diagram for operations_research::math_opt::SolveRequest:

Classes

class  _Internal

Public Types

enum  : int {
  kModelFieldNumber = 2 , kInitializerFieldNumber = 3 , kParametersFieldNumber = 4 , kModelParametersFieldNumber = 5 ,
  kResourcesFieldNumber = 6 , kSolverTypeFieldNumber = 1
}

Public Member Functions

 SolveRequest ()
 ~SolveRequest () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR SolveRequest (::google::protobuf::internal::ConstantInitialized)
 SolveRequest (const SolveRequest &from)
 SolveRequest (SolveRequest &&from) noexcept
SolveRequestoperator= (const SolveRequest &from)
SolveRequestoperator= (SolveRequest &&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 (SolveRequest *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (SolveRequest *PROTOBUF_NONNULL other)
SolveRequest *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const SolveRequest &from)
void MergeFrom (const SolveRequest &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_model () const
void clear_model ()
const ::operations_research::math_opt::ModelProtomodel () const
::operations_research::math_opt::ModelProto *PROTOBUF_NULLABLE release_model ()
::operations_research::math_opt::ModelProto *PROTOBUF_NONNULL mutable_model ()
void set_allocated_model (::operations_research::math_opt::ModelProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_model (::operations_research::math_opt::ModelProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::ModelProto *PROTOBUF_NULLABLE unsafe_arena_release_model ()
bool has_initializer () const
void clear_initializer ()
const ::operations_research::math_opt::SolverInitializerProtoinitializer () const
::operations_research::math_opt::SolverInitializerProto *PROTOBUF_NULLABLE release_initializer ()
::operations_research::math_opt::SolverInitializerProto *PROTOBUF_NONNULL mutable_initializer ()
void set_allocated_initializer (::operations_research::math_opt::SolverInitializerProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_initializer (::operations_research::math_opt::SolverInitializerProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SolverInitializerProto *PROTOBUF_NULLABLE unsafe_arena_release_initializer ()
bool has_parameters () const
void clear_parameters ()
const ::operations_research::math_opt::SolveParametersProtoparameters () const
::operations_research::math_opt::SolveParametersProto *PROTOBUF_NULLABLE release_parameters ()
::operations_research::math_opt::SolveParametersProto *PROTOBUF_NONNULL mutable_parameters ()
void set_allocated_parameters (::operations_research::math_opt::SolveParametersProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_parameters (::operations_research::math_opt::SolveParametersProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SolveParametersProto *PROTOBUF_NULLABLE unsafe_arena_release_parameters ()
bool has_model_parameters () const
void clear_model_parameters ()
const ::operations_research::math_opt::ModelSolveParametersProtomodel_parameters () const
::operations_research::math_opt::ModelSolveParametersProto *PROTOBUF_NULLABLE release_model_parameters ()
::operations_research::math_opt::ModelSolveParametersProto *PROTOBUF_NONNULL mutable_model_parameters ()
void set_allocated_model_parameters (::operations_research::math_opt::ModelSolveParametersProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_model_parameters (::operations_research::math_opt::ModelSolveParametersProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::ModelSolveParametersProto *PROTOBUF_NULLABLE unsafe_arena_release_model_parameters ()
bool has_resources () const
void clear_resources ()
const ::operations_research::math_opt::SolverResourcesProtoresources () const
::operations_research::math_opt::SolverResourcesProto *PROTOBUF_NULLABLE release_resources ()
::operations_research::math_opt::SolverResourcesProto *PROTOBUF_NONNULL mutable_resources ()
void set_allocated_resources (::operations_research::math_opt::SolverResourcesProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_resources (::operations_research::math_opt::SolverResourcesProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SolverResourcesProto *PROTOBUF_NULLABLE unsafe_arena_release_resources ()
void clear_solver_type ()
::operations_research::math_opt::SolverTypeProto solver_type () const
void set_solver_type (::operations_research::math_opt::SolverTypeProto value)
template<typename>
PROTOBUF_CONSTEXPR SolveRequest (::_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 SolveRequestdefault_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_2frpc_2eproto
void swap (SolveRequest &a, SolveRequest &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kModelFieldNumber 
kInitializerFieldNumber 
kParametersFieldNumber 
kModelParametersFieldNumber 
kResourcesFieldNumber 
kSolverTypeFieldNumber 

Definition at line 912 of file rpc.pb.h.

Constructor & Destructor Documentation

◆ SolveRequest() [1/5]

operations_research::math_opt::SolveRequest::SolveRequest ( )
inline

Definition at line 774 of file rpc.pb.h.

◆ ~SolveRequest()

operations_research::math_opt::SolveRequest::~SolveRequest ( )

Definition at line 633 of file rpc.pb.cc.

◆ SolveRequest() [2/5]

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

◆ SolveRequest() [3/5]

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

Definition at line 787 of file rpc.pb.h.

◆ SolveRequest() [4/5]

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

Definition at line 788 of file rpc.pb.h.

◆ SolveRequest() [5/5]

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

Definition at line 122 of file rpc.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

Definition at line 807 of file rpc.pb.cc.

◆ ByteSizeLong()

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

Definition at line 877 of file rpc.pb.cc.

◆ Clear()

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

Definition at line 766 of file rpc.pb.cc.

◆ clear_initializer()

void operations_research::math_opt::SolveRequest::clear_initializer ( )

Definition at line 552 of file rpc.pb.cc.

◆ clear_model()

void operations_research::math_opt::SolveRequest::clear_model ( )

Definition at line 546 of file rpc.pb.cc.

◆ clear_model_parameters()

void operations_research::math_opt::SolveRequest::clear_model_parameters ( )

Definition at line 564 of file rpc.pb.cc.

◆ clear_parameters()

void operations_research::math_opt::SolveRequest::clear_parameters ( )

Definition at line 558 of file rpc.pb.cc.

◆ clear_resources()

void operations_research::math_opt::SolveRequest::clear_resources ( )
inline

Definition at line 1251 of file rpc.pb.h.

◆ clear_solver_type()

void operations_research::math_opt::SolveRequest::clear_solver_type ( )
inline

Definition at line 1128 of file rpc.pb.h.

◆ CopyFrom()

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

Definition at line 994 of file rpc.pb.cc.

◆ default_instance()

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

Definition at line 822 of file rpc.pb.h.

◆ descriptor()

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

Definition at line 813 of file rpc.pb.h.

◆ GetCachedSize()

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

Definition at line 881 of file rpc.pb.h.

◆ GetDescriptor()

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

Definition at line 816 of file rpc.pb.h.

◆ GetMetadata()

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

Definition at line 1014 of file rpc.pb.cc.

◆ GetReflection()

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

Definition at line 819 of file rpc.pb.h.

◆ has_initializer()

bool operations_research::math_opt::SolveRequest::has_initializer ( ) const
inline

Definition at line 1345 of file rpc.pb.h.

◆ has_model()

bool operations_research::math_opt::SolveRequest::has_model ( ) const
inline

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

◆ has_model_parameters()

bool operations_research::math_opt::SolveRequest::has_model_parameters ( ) const
inline

Definition at line 1531 of file rpc.pb.h.

◆ has_parameters()

bool operations_research::math_opt::SolveRequest::has_parameters ( ) const
inline

Definition at line 1438 of file rpc.pb.h.

◆ has_resources()

bool operations_research::math_opt::SolveRequest::has_resources ( ) const
inline

Definition at line 1246 of file rpc.pb.h.

◆ initializer()

const::operations_research::math_opt::SolverInitializerProto & operations_research::math_opt::SolveRequest::initializer ( ) const
inline

Definition at line 1355 of file rpc.pb.h.

◆ InternalGenerateClassData_()

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

Definition at line 661 of file rpc.pb.cc.

◆ IsInitialized()

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

Definition at line 857 of file rpc.pb.h.

◆ MergeFrom()

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

Definition at line 850 of file rpc.pb.h.

◆ model()

const::operations_research::math_opt::ModelProto & operations_research::math_opt::SolveRequest::model ( ) const
inline

Definition at line 1163 of file rpc.pb.h.

◆ model_parameters()

const::operations_research::math_opt::ModelSolveParametersProto & operations_research::math_opt::SolveRequest::model_parameters ( ) const
inline

Definition at line 1541 of file rpc.pb.h.

◆ mutable_initializer()

operations_research::math_opt::SolverInitializerProto *PROTOBUF_NONNULL operations_research::math_opt::SolveRequest::mutable_initializer ( )
inline

Definition at line 1409 of file rpc.pb.h.

◆ mutable_model()

operations_research::math_opt::ModelProto *PROTOBUF_NONNULL operations_research::math_opt::SolveRequest::mutable_model ( )
inline

Definition at line 1217 of file rpc.pb.h.

◆ mutable_model_parameters()

operations_research::math_opt::ModelSolveParametersProto *PROTOBUF_NONNULL operations_research::math_opt::SolveRequest::mutable_model_parameters ( )
inline

Definition at line 1595 of file rpc.pb.h.

◆ mutable_parameters()

operations_research::math_opt::SolveParametersProto *PROTOBUF_NONNULL operations_research::math_opt::SolveRequest::mutable_parameters ( )
inline

Definition at line 1502 of file rpc.pb.h.

◆ mutable_resources()

operations_research::math_opt::SolverResourcesProto *PROTOBUF_NONNULL operations_research::math_opt::SolveRequest::mutable_resources ( )
inline

Definition at line 1316 of file rpc.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 808 of file rpc.pb.h.

◆ New()

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

Definition at line 844 of file rpc.pb.h.

◆ operator=() [1/2]

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

Definition at line 790 of file rpc.pb.h.

◆ operator=() [2/2]

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

Definition at line 794 of file rpc.pb.h.

◆ parameters()

const::operations_research::math_opt::SolveParametersProto & operations_research::math_opt::SolveRequest::parameters ( ) const
inline

Definition at line 1448 of file rpc.pb.h.

◆ release_initializer()

operations_research::math_opt::SolverInitializerProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveRequest::release_initializer ( )
inlinenodiscard

Definition at line 1373 of file rpc.pb.h.

◆ release_model()

operations_research::math_opt::ModelProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveRequest::release_model ( )
inlinenodiscard

Definition at line 1181 of file rpc.pb.h.

◆ release_model_parameters()

operations_research::math_opt::ModelSolveParametersProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveRequest::release_model_parameters ( )
inlinenodiscard

Definition at line 1559 of file rpc.pb.h.

◆ release_parameters()

operations_research::math_opt::SolveParametersProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveRequest::release_parameters ( )
inlinenodiscard

Definition at line 1466 of file rpc.pb.h.

◆ release_resources()

operations_research::math_opt::SolverResourcesProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveRequest::release_resources ( )
inlinenodiscard

Definition at line 1280 of file rpc.pb.h.

◆ resources()

const::operations_research::math_opt::SolverResourcesProto & operations_research::math_opt::SolveRequest::resources ( ) const
inline

Definition at line 1262 of file rpc.pb.h.

◆ set_allocated_initializer()

void operations_research::math_opt::SolveRequest::set_allocated_initializer ( ::operations_research::math_opt::SolverInitializerProto *PROTOBUF_NULLABLE value)
inline

Definition at line 1416 of file rpc.pb.h.

◆ set_allocated_model()

void operations_research::math_opt::SolveRequest::set_allocated_model ( ::operations_research::math_opt::ModelProto *PROTOBUF_NULLABLE value)
inline

Definition at line 1224 of file rpc.pb.h.

◆ set_allocated_model_parameters()

void operations_research::math_opt::SolveRequest::set_allocated_model_parameters ( ::operations_research::math_opt::ModelSolveParametersProto *PROTOBUF_NULLABLE value)
inline

Definition at line 1602 of file rpc.pb.h.

◆ set_allocated_parameters()

void operations_research::math_opt::SolveRequest::set_allocated_parameters ( ::operations_research::math_opt::SolveParametersProto *PROTOBUF_NULLABLE value)
inline

Definition at line 1509 of file rpc.pb.h.

◆ set_allocated_resources()

void operations_research::math_opt::SolveRequest::set_allocated_resources ( ::operations_research::math_opt::SolverResourcesProto *PROTOBUF_NULLABLE value)
inline

Definition at line 1323 of file rpc.pb.h.

◆ set_solver_type()

void operations_research::math_opt::SolveRequest::set_solver_type ( ::operations_research::math_opt::SolverTypeProto value)
inline

Definition at line 1138 of file rpc.pb.h.

◆ solver_type()

operations_research::math_opt::SolverTypeProto operations_research::math_opt::SolveRequest::solver_type ( ) const
inline

Definition at line 1134 of file rpc.pb.h.

◆ Swap()

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

Definition at line 828 of file rpc.pb.h.

◆ unknown_fields()

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

Definition at line 804 of file rpc.pb.h.

◆ unsafe_arena_release_initializer()

operations_research::math_opt::SolverInitializerProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveRequest::unsafe_arena_release_initializer ( )
inline

Definition at line 1392 of file rpc.pb.h.

◆ unsafe_arena_release_model()

operations_research::math_opt::ModelProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveRequest::unsafe_arena_release_model ( )
inline

Definition at line 1200 of file rpc.pb.h.

◆ unsafe_arena_release_model_parameters()

operations_research::math_opt::ModelSolveParametersProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveRequest::unsafe_arena_release_model_parameters ( )
inline

Definition at line 1578 of file rpc.pb.h.

◆ unsafe_arena_release_parameters()

operations_research::math_opt::SolveParametersProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveRequest::unsafe_arena_release_parameters ( )
inline

Definition at line 1485 of file rpc.pb.h.

◆ unsafe_arena_release_resources()

operations_research::math_opt::SolverResourcesProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveRequest::unsafe_arena_release_resources ( )
inline

Definition at line 1299 of file rpc.pb.h.

◆ unsafe_arena_set_allocated_initializer()

void operations_research::math_opt::SolveRequest::unsafe_arena_set_allocated_initializer ( ::operations_research::math_opt::SolverInitializerProto *PROTOBUF_NULLABLE value)
inline

Definition at line 1359 of file rpc.pb.h.

◆ unsafe_arena_set_allocated_model()

void operations_research::math_opt::SolveRequest::unsafe_arena_set_allocated_model ( ::operations_research::math_opt::ModelProto *PROTOBUF_NULLABLE value)
inline

Definition at line 1167 of file rpc.pb.h.

◆ unsafe_arena_set_allocated_model_parameters()

void operations_research::math_opt::SolveRequest::unsafe_arena_set_allocated_model_parameters ( ::operations_research::math_opt::ModelSolveParametersProto *PROTOBUF_NULLABLE value)
inline

Definition at line 1545 of file rpc.pb.h.

◆ unsafe_arena_set_allocated_parameters()

void operations_research::math_opt::SolveRequest::unsafe_arena_set_allocated_parameters ( ::operations_research::math_opt::SolveParametersProto *PROTOBUF_NULLABLE value)
inline

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

◆ unsafe_arena_set_allocated_resources()

void operations_research::math_opt::SolveRequest::unsafe_arena_set_allocated_resources ( ::operations_research::math_opt::SolverResourcesProto *PROTOBUF_NULLABLE value)
inline

Definition at line 1266 of file rpc.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 836 of file rpc.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 1015 of file rpc.pb.h.

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

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

Definition at line 1017 of file rpc.pb.h.

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

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

Definition at line 1008 of file rpc.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 1014 of file rpc.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2frpc_2eproto

friend struct ::TableStruct_ortools_2fmath_5fopt_2frpc_2eproto
friend

Definition at line 1040 of file rpc.pb.h.

◆ swap

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

Definition at line 827 of file rpc.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::SolveRequest::_impl_

Definition at line 1039 of file rpc.pb.h.

◆ kIndexInFileMessages

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

Definition at line 826 of file rpc.pb.h.


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