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

Detailed Description

Definition at line 97 of file model_parameters.pb.h.

#include <model_parameters.pb.h>

Inheritance diagram for operations_research::math_opt::SolutionHintProto:

Classes

class  _Internal

Public Types

enum  : int { kVariableValuesFieldNumber = 1 , kDualValuesFieldNumber = 2 }
 nested types -------------------------------------------------— More...

Public Member Functions

 SolutionHintProto ()
 ~SolutionHintProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR SolutionHintProto (::google::protobuf::internal::ConstantInitialized)
 SolutionHintProto (const SolutionHintProto &from)
 SolutionHintProto (SolutionHintProto &&from) noexcept
SolutionHintProtooperator= (const SolutionHintProto &from)
SolutionHintProtooperator= (SolutionHintProto &&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 (SolutionHintProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (SolutionHintProto *PROTOBUF_NONNULL other)
SolutionHintProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const SolutionHintProto &from)
void MergeFrom (const SolutionHintProto &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_variable_values () const
 .operations_research.math_opt.SparseDoubleVectorProto variable_values = 1;
void clear_variable_values ()
const ::operations_research::math_opt::SparseDoubleVectorProtovariable_values () const
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE release_variable_values ()
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL mutable_variable_values ()
void set_allocated_variable_values (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_variable_values (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE unsafe_arena_release_variable_values ()
bool has_dual_values () const
 .operations_research.math_opt.SparseDoubleVectorProto dual_values = 2;
void clear_dual_values ()
const ::operations_research::math_opt::SparseDoubleVectorProtodual_values () const
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE release_dual_values ()
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL mutable_dual_values ()
void set_allocated_dual_values (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_dual_values (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE unsafe_arena_release_dual_values ()
template<typename>
PROTOBUF_CONSTEXPR SolutionHintProto (::_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 SolutionHintProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 0

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kVariableValuesFieldNumber 
kDualValuesFieldNumber 

Definition at line 239 of file model_parameters.pb.h.

Constructor & Destructor Documentation

◆ SolutionHintProto() [1/8]

operations_research::math_opt::SolutionHintProto::SolutionHintProto ( )
inline

Definition at line 100 of file model_parameters.pb.h.

◆ ~SolutionHintProto()

operations_research::math_opt::SolutionHintProto::~SolutionHintProto ( )

@protoc_insertion_point(destructor:operations_research.math_opt.SolutionHintProto)

Definition at line 349 of file model_parameters.pb.cc.

◆ SolutionHintProto() [2/8]

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

◆ SolutionHintProto() [3/8]

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

Definition at line 113 of file model_parameters.pb.h.

◆ SolutionHintProto() [4/8]

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

Definition at line 114 of file model_parameters.pb.h.

◆ SolutionHintProto() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.math_opt.SolutionHintProto)

Definition at line 296 of file model_parameters.pb.cc.

◆ SolutionHintProto() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.math_opt.SolutionHintProto)

Definition at line 312 of file model_parameters.pb.cc.

◆ SolutionHintProto() [7/8]

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

Definition at line 221 of file model_parameters.pb.h.

◆ SolutionHintProto() [8/8]

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

Definition at line 37 of file model_parameters.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

.operations_research.math_opt.SparseDoubleVectorProto variable_values = 1;

.operations_research.math_opt.SparseDoubleVectorProto dual_values = 2;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.SolutionHintProto)

Definition at line 475 of file model_parameters.pb.cc.

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.SolutionHintProto)

Prevent compiler warnings about cached_has_bits being unused

.operations_research.math_opt.SparseDoubleVectorProto variable_values = 1;

.operations_research.math_opt.SparseDoubleVectorProto dual_values = 2;

Definition at line 512 of file model_parameters.pb.cc.

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.SolutionHintProto)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 447 of file model_parameters.pb.cc.

◆ clear_dual_values()

void operations_research::math_opt::SolutionHintProto::clear_dual_values ( )

Definition at line 291 of file model_parameters.pb.cc.

◆ clear_variable_values()

void operations_research::math_opt::SolutionHintProto::clear_variable_values ( )

Definition at line 286 of file model_parameters.pb.cc.

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.SolutionHintProto)

Definition at line 572 of file model_parameters.pb.cc.

◆ default_instance()

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

Definition at line 148 of file model_parameters.pb.h.

◆ descriptor()

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

Definition at line 139 of file model_parameters.pb.h.

◆ dual_values()

const::operations_research::math_opt::SparseDoubleVectorProto & operations_research::math_opt::SolutionHintProto::dual_values ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.SolutionHintProto.dual_values)

Definition at line 1054 of file model_parameters.pb.h.

◆ GetCachedSize()

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

Definition at line 207 of file model_parameters.pb.h.

◆ GetClassData()

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

Definition at line 399 of file model_parameters.pb.cc.

◆ GetDescriptor()

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

Definition at line 142 of file model_parameters.pb.h.

◆ GetMetadata()

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

Definition at line 592 of file model_parameters.pb.cc.

◆ GetReflection()

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

Definition at line 145 of file model_parameters.pb.h.

◆ has_dual_values()

bool operations_research::math_opt::SolutionHintProto::has_dual_values ( ) const
inline

◆ has_variable_values()

bool operations_research::math_opt::SolutionHintProto::has_variable_values ( ) const
inline

◆ InternalGenerateClassData_()

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

Definition at line 371 of file model_parameters.pb.cc.

◆ InternalNewImpl_()

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

Definition at line 367 of file model_parameters.pb.cc.

◆ IsInitialized()

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

Definition at line 183 of file model_parameters.pb.h.

◆ MergeFrom()

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

Definition at line 176 of file model_parameters.pb.h.

◆ mutable_dual_values()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL operations_research::math_opt::SolutionHintProto::mutable_dual_values ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.SolutionHintProto.dual_values)

Definition at line 1108 of file model_parameters.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 134 of file model_parameters.pb.h.

◆ mutable_variable_values()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL operations_research::math_opt::SolutionHintProto::mutable_variable_values ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.SolutionHintProto.variable_values)

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

◆ New()

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

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

Definition at line 170 of file model_parameters.pb.h.

◆ operator=() [1/2]

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

Definition at line 116 of file model_parameters.pb.h.

◆ operator=() [2/2]

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

Definition at line 120 of file model_parameters.pb.h.

◆ PlacementNew_()

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

Definition at line 362 of file model_parameters.pb.cc.

◆ release_dual_values()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::SolutionHintProto::release_dual_values ( )
inlinenodiscard

Definition at line 1072 of file model_parameters.pb.h.

◆ release_variable_values()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::SolutionHintProto::release_variable_values ( )
inlinenodiscard

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

◆ set_allocated_dual_values()

void operations_research::math_opt::SolutionHintProto::set_allocated_dual_values ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolutionHintProto.dual_values)

Definition at line 1115 of file model_parameters.pb.h.

◆ set_allocated_variable_values()

void operations_research::math_opt::SolutionHintProto::set_allocated_variable_values ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolutionHintProto.variable_values)

Definition at line 1022 of file model_parameters.pb.h.

◆ Swap()

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

Definition at line 154 of file model_parameters.pb.h.

◆ unknown_fields()

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

Definition at line 130 of file model_parameters.pb.h.

◆ unsafe_arena_release_dual_values()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::SolutionHintProto::unsafe_arena_release_dual_values ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.SolutionHintProto.dual_values)

Definition at line 1091 of file model_parameters.pb.h.

◆ unsafe_arena_release_variable_values()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::SolutionHintProto::unsafe_arena_release_variable_values ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.SolutionHintProto.variable_values)

Definition at line 998 of file model_parameters.pb.h.

◆ unsafe_arena_set_allocated_dual_values()

void operations_research::math_opt::SolutionHintProto::unsafe_arena_set_allocated_dual_values ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolutionHintProto.dual_values)

Definition at line 1058 of file model_parameters.pb.h.

◆ unsafe_arena_set_allocated_variable_values()

void operations_research::math_opt::SolutionHintProto::unsafe_arena_set_allocated_variable_values ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolutionHintProto.variable_values)

Definition at line 965 of file model_parameters.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 162 of file model_parameters.pb.h.

◆ variable_values()

const::operations_research::math_opt::SparseDoubleVectorProto & operations_research::math_opt::SolutionHintProto::variable_values ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.SolutionHintProto.variable_values)

Definition at line 961 of file model_parameters.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 283 of file model_parameters.pb.h.

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

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

Definition at line 285 of file model_parameters.pb.h.

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

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

Definition at line 276 of file model_parameters.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 282 of file model_parameters.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fmodel_5fparameters_2eproto

◆ swap

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

Definition at line 153 of file model_parameters.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::SolutionHintProto::_impl_

Definition at line 303 of file model_parameters.pb.h.

◆ kIndexInFileMessages

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

Definition at line 152 of file model_parameters.pb.h.


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