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

Detailed Description

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

#include <solution.pb.h>

Inheritance diagram for operations_research::math_opt::DualSolutionProto:

Classes

class  _Internal

Public Types

enum  : int {
  kDualValuesFieldNumber = 1 , kReducedCostsFieldNumber = 2 , kQuadraticDualValuesFieldNumber = 5 , kObjectiveValueFieldNumber = 3 ,
  kFeasibilityStatusFieldNumber = 4
}
 nested types -------------------------------------------------— More...

Public Member Functions

 DualSolutionProto ()
 ~DualSolutionProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR DualSolutionProto (::google::protobuf::internal::ConstantInitialized)
 DualSolutionProto (const DualSolutionProto &from)
 DualSolutionProto (DualSolutionProto &&from) noexcept
DualSolutionProtooperator= (const DualSolutionProto &from)
DualSolutionProtooperator= (DualSolutionProto &&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 (DualSolutionProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (DualSolutionProto *PROTOBUF_NONNULL other)
DualSolutionProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const DualSolutionProto &from)
void MergeFrom (const DualSolutionProto &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 ()
bool has_quadratic_dual_values () const
 .operations_research.math_opt.SparseDoubleVectorProto quadratic_dual_values = 5;
void clear_quadratic_dual_values ()
const ::operations_research::math_opt::SparseDoubleVectorProtoquadratic_dual_values () const
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE release_quadratic_dual_values ()
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL mutable_quadratic_dual_values ()
void set_allocated_quadratic_dual_values (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_quadratic_dual_values (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE unsafe_arena_release_quadratic_dual_values ()
bool has_objective_value () const
 optional double objective_value = 3;
void clear_objective_value ()
double objective_value () const
void set_objective_value (double value)
void clear_feasibility_status ()
 .operations_research.math_opt.SolutionStatusProto feasibility_status = 4;
::operations_research::math_opt::SolutionStatusProto feasibility_status () const
void set_feasibility_status (::operations_research::math_opt::SolutionStatusProto value)
template<typename>
PROTOBUF_CONSTEXPR DualSolutionProto (::_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 DualSolutionProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 3

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kDualValuesFieldNumber 
kReducedCostsFieldNumber 
kQuadraticDualValuesFieldNumber 
kObjectiveValueFieldNumber 
kFeasibilityStatusFieldNumber 

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

Constructor & Destructor Documentation

◆ DualSolutionProto() [1/8]

operations_research::math_opt::DualSolutionProto::DualSolutionProto ( )
inline

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

◆ ~DualSolutionProto()

operations_research::math_opt::DualSolutionProto::~DualSolutionProto ( )

@protoc_insertion_point(destructor:operations_research.math_opt.DualSolutionProto)

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

◆ DualSolutionProto() [2/8]

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

◆ DualSolutionProto() [3/8]

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

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

◆ DualSolutionProto() [4/8]

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

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

◆ DualSolutionProto() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.math_opt.DualSolutionProto)

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

◆ DualSolutionProto() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.math_opt.DualSolutionProto)

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

◆ DualSolutionProto() [7/8]

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

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

◆ DualSolutionProto() [8/8]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

.operations_research.math_opt.SparseDoubleVectorProto dual_values = 1;

.operations_research.math_opt.SparseDoubleVectorProto reduced_costs = 2;

optional double objective_value = 3;

.operations_research.math_opt.SolutionStatusProto feasibility_status = 4;

.operations_research.math_opt.SparseDoubleVectorProto quadratic_dual_values = 5;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.DualSolutionProto)

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

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.DualSolutionProto)

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;

.operations_research.math_opt.SparseDoubleVectorProto quadratic_dual_values = 5;

.operations_research.math_opt.SolutionStatusProto feasibility_status = 4;

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

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.DualSolutionProto)

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_dual_values()

void operations_research::math_opt::DualSolutionProto::clear_dual_values ( )

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

◆ clear_feasibility_status()

void operations_research::math_opt::DualSolutionProto::clear_feasibility_status ( )
inline

.operations_research.math_opt.SolutionStatusProto feasibility_status = 4;

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

◆ clear_objective_value()

void operations_research::math_opt::DualSolutionProto::clear_objective_value ( )
inline

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

◆ clear_quadratic_dual_values()

void operations_research::math_opt::DualSolutionProto::clear_quadratic_dual_values ( )

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

◆ clear_reduced_costs()

void operations_research::math_opt::DualSolutionProto::clear_reduced_costs ( )

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

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.DualSolutionProto)

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ dual_values()

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

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

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

◆ feasibility_status()

operations_research::math_opt::SolutionStatusProto operations_research::math_opt::DualSolutionProto::feasibility_status ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.DualSolutionProto.feasibility_status)

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ has_dual_values()

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

◆ has_objective_value()

bool operations_research::math_opt::DualSolutionProto::has_objective_value ( ) const
inline

optional double objective_value = 3;

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

◆ has_quadratic_dual_values()

bool operations_research::math_opt::DualSolutionProto::has_quadratic_dual_values ( ) const
inline

.operations_research.math_opt.SparseDoubleVectorProto quadratic_dual_values = 5;

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

◆ has_reduced_costs()

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

.operations_research.math_opt.SparseDoubleVectorProto reduced_costs = 2;

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

◆ InternalGenerateClassData_()

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

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

◆ InternalNewImpl_()

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

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_dual_values()

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

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

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

◆ mutable_quadratic_dual_values()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL operations_research::math_opt::DualSolutionProto::mutable_quadratic_dual_values ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.DualSolutionProto.quadratic_dual_values)

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

◆ mutable_reduced_costs()

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

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

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

◆ objective_value()

double operations_research::math_opt::DualSolutionProto::objective_value ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.DualSolutionProto.objective_value)

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

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

◆ quadratic_dual_values()

const::operations_research::math_opt::SparseDoubleVectorProto & operations_research::math_opt::DualSolutionProto::quadratic_dual_values ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.DualSolutionProto.quadratic_dual_values)

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

◆ reduced_costs()

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

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

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

◆ release_dual_values()

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

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

◆ release_quadratic_dual_values()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::DualSolutionProto::release_quadratic_dual_values ( )
inlinenodiscard

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

◆ release_reduced_costs()

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

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

◆ set_allocated_dual_values()

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

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

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

◆ set_allocated_quadratic_dual_values()

void operations_research::math_opt::DualSolutionProto::set_allocated_quadratic_dual_values ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.DualSolutionProto.quadratic_dual_values)

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

◆ set_allocated_reduced_costs()

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

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

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

◆ set_feasibility_status()

void operations_research::math_opt::DualSolutionProto::set_feasibility_status ( ::operations_research::math_opt::SolutionStatusProto value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.DualSolutionProto.feasibility_status)

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

◆ set_objective_value()

void operations_research::math_opt::DualSolutionProto::set_objective_value ( double value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.DualSolutionProto.objective_value)

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_dual_values()

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

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

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

◆ unsafe_arena_release_quadratic_dual_values()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::DualSolutionProto::unsafe_arena_release_quadratic_dual_values ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.DualSolutionProto.quadratic_dual_values)

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

◆ unsafe_arena_release_reduced_costs()

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

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

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

◆ unsafe_arena_set_allocated_dual_values()

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

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

◆ unsafe_arena_set_allocated_quadratic_dual_values()

void operations_research::math_opt::DualSolutionProto::unsafe_arena_set_allocated_quadratic_dual_values ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.DualSolutionProto.quadratic_dual_values)

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

◆ unsafe_arena_set_allocated_reduced_costs()

void operations_research::math_opt::DualSolutionProto::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.DualSolutionProto.reduced_costs)

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fmath_5fopt_2fsolution_2eproto

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::DualSolutionProto::_impl_

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

◆ kIndexInFileMessages

int operations_research::math_opt::DualSolutionProto::kIndexInFileMessages = 3
staticconstexpr

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


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