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

Detailed Description

Definition at line 1156 of file solution.pb.h.

#include <solution.pb.h>

Inheritance diagram for operations_research::math_opt::DualRayProto:

Classes

class  _Internal

Public Types

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

Public Member Functions

 DualRayProto ()
 ~DualRayProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR DualRayProto (::google::protobuf::internal::ConstantInitialized)
 DualRayProto (const DualRayProto &from)
 DualRayProto (DualRayProto &&from) noexcept
DualRayProtooperator= (const DualRayProto &from)
DualRayProtooperator= (DualRayProto &&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 (DualRayProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (DualRayProto *PROTOBUF_NONNULL other)
DualRayProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const DualRayProto &from)
void MergeFrom (const DualRayProto &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_dual_values () const
 .operations_research.math_opt.SparseDoubleVectorProto dual_values = 1;
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 ()
bool has_reduced_costs () const
 .operations_research.math_opt.SparseDoubleVectorProto reduced_costs = 2;
void clear_reduced_costs ()
const ::operations_research::math_opt::SparseDoubleVectorProtoreduced_costs () const
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE release_reduced_costs ()
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL mutable_reduced_costs ()
void set_allocated_reduced_costs (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_reduced_costs (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE unsafe_arena_release_reduced_costs ()
template<typename>
PROTOBUF_CONSTEXPR DualRayProto (::_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 DualRayProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 4

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kDualValuesFieldNumber 
kReducedCostsFieldNumber 

Definition at line 1298 of file solution.pb.h.

Constructor & Destructor Documentation

◆ DualRayProto() [1/8]

operations_research::math_opt::DualRayProto::DualRayProto ( )
inline

Definition at line 1159 of file solution.pb.h.

◆ ~DualRayProto()

operations_research::math_opt::DualRayProto::~DualRayProto ( )

@protoc_insertion_point(destructor:operations_research.math_opt.DualRayProto)

Definition at line 1683 of file solution.pb.cc.

◆ DualRayProto() [2/8]

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

◆ DualRayProto() [3/8]

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

Definition at line 1172 of file solution.pb.h.

◆ DualRayProto() [4/8]

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

Definition at line 1173 of file solution.pb.h.

◆ DualRayProto() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.math_opt.DualRayProto)

Definition at line 1630 of file solution.pb.cc.

◆ DualRayProto() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.math_opt.DualRayProto)

Definition at line 1646 of file solution.pb.cc.

◆ DualRayProto() [7/8]

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

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

◆ DualRayProto() [8/8]

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

Definition at line 165 of file solution.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

.operations_research.math_opt.SparseDoubleVectorProto dual_values = 1;

.operations_research.math_opt.SparseDoubleVectorProto reduced_costs = 2;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.DualRayProto)

Definition at line 1809 of file solution.pb.cc.

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.DualRayProto)

Prevent compiler warnings about cached_has_bits being unused

.operations_research.math_opt.SparseDoubleVectorProto dual_values = 1;

.operations_research.math_opt.SparseDoubleVectorProto reduced_costs = 2;

Definition at line 1846 of file solution.pb.cc.

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.DualRayProto)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 1781 of file solution.pb.cc.

◆ clear_dual_values()

void operations_research::math_opt::DualRayProto::clear_dual_values ( )

Definition at line 1620 of file solution.pb.cc.

◆ clear_reduced_costs()

void operations_research::math_opt::DualRayProto::clear_reduced_costs ( )

Definition at line 1625 of file solution.pb.cc.

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.DualRayProto)

Definition at line 1906 of file solution.pb.cc.

◆ default_instance()

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

Definition at line 1207 of file solution.pb.h.

◆ descriptor()

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

Definition at line 1198 of file solution.pb.h.

◆ dual_values()

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

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

Definition at line 2467 of file solution.pb.h.

◆ GetCachedSize()

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

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

◆ GetClassData()

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

Definition at line 1733 of file solution.pb.cc.

◆ GetDescriptor()

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

Definition at line 1201 of file solution.pb.h.

◆ GetMetadata()

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

Definition at line 1926 of file solution.pb.cc.

◆ GetReflection()

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

Definition at line 1204 of file solution.pb.h.

◆ has_dual_values()

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

◆ has_reduced_costs()

bool operations_research::math_opt::DualRayProto::has_reduced_costs ( ) const
inline

.operations_research.math_opt.SparseDoubleVectorProto reduced_costs = 2;

Definition at line 2550 of file solution.pb.h.

◆ InternalGenerateClassData_()

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

Definition at line 1705 of file solution.pb.cc.

◆ InternalNewImpl_()

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

Definition at line 1701 of file solution.pb.cc.

◆ IsInitialized()

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

Definition at line 1242 of file solution.pb.h.

◆ MergeFrom()

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

Definition at line 1235 of file solution.pb.h.

◆ mutable_dual_values()

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

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

Definition at line 2521 of file solution.pb.h.

◆ mutable_reduced_costs()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL operations_research::math_opt::DualRayProto::mutable_reduced_costs ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.DualRayProto.reduced_costs)

Definition at line 2614 of file solution.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 1193 of file solution.pb.h.

◆ New()

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

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

Definition at line 1229 of file solution.pb.h.

◆ operator=() [1/2]

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

Definition at line 1175 of file solution.pb.h.

◆ operator=() [2/2]

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

Definition at line 1179 of file solution.pb.h.

◆ PlacementNew_()

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

Definition at line 1696 of file solution.pb.cc.

◆ reduced_costs()

const::operations_research::math_opt::SparseDoubleVectorProto & operations_research::math_opt::DualRayProto::reduced_costs ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.DualRayProto.reduced_costs)

Definition at line 2560 of file solution.pb.h.

◆ release_dual_values()

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

Definition at line 2485 of file solution.pb.h.

◆ release_reduced_costs()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::DualRayProto::release_reduced_costs ( )
inlinenodiscard

Definition at line 2578 of file solution.pb.h.

◆ set_allocated_dual_values()

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

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

Definition at line 2528 of file solution.pb.h.

◆ set_allocated_reduced_costs()

void operations_research::math_opt::DualRayProto::set_allocated_reduced_costs ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.DualRayProto.reduced_costs)

Definition at line 2621 of file solution.pb.h.

◆ Swap()

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

Definition at line 1213 of file solution.pb.h.

◆ unknown_fields()

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

Definition at line 1189 of file solution.pb.h.

◆ unsafe_arena_release_dual_values()

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

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

Definition at line 2504 of file solution.pb.h.

◆ unsafe_arena_release_reduced_costs()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::DualRayProto::unsafe_arena_release_reduced_costs ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.DualRayProto.reduced_costs)

Definition at line 2597 of file solution.pb.h.

◆ unsafe_arena_set_allocated_dual_values()

void operations_research::math_opt::DualRayProto::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.DualRayProto.dual_values)

Definition at line 2471 of file solution.pb.h.

◆ unsafe_arena_set_allocated_reduced_costs()

void operations_research::math_opt::DualRayProto::unsafe_arena_set_allocated_reduced_costs ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.DualRayProto.reduced_costs)

Definition at line 2564 of file solution.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 1221 of file solution.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 1342 of file solution.pb.h.

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

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

Definition at line 1344 of file solution.pb.h.

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

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

Definition at line 1335 of file solution.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 1341 of file solution.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fsolution_2eproto

Definition at line 1363 of file solution.pb.h.

◆ swap

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

Definition at line 1212 of file solution.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::DualRayProto::_impl_

Definition at line 1362 of file solution.pb.h.

◆ kIndexInFileMessages

int operations_research::math_opt::DualRayProto::kIndexInFileMessages = 4
staticconstexpr

Definition at line 1211 of file solution.pb.h.


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