Google OR-Tools v9.15
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 898 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
}

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
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
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
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
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
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 () 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

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
Enumerator
kDualValuesFieldNumber 
kReducedCostsFieldNumber 
kQuadraticDualValuesFieldNumber 
kObjectiveValueFieldNumber 
kFeasibilityStatusFieldNumber 

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

Constructor & Destructor Documentation

◆ DualSolutionProto() [1/5]

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

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

◆ ~DualSolutionProto()

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

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

◆ DualSolutionProto() [2/5]

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

◆ DualSolutionProto() [3/5]

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

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

◆ DualSolutionProto() [4/5]

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

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

◆ DualSolutionProto() [5/5]

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

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

◆ ByteSizeLong()

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

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

◆ Clear()

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

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

◆ clear_dual_values()

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

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

◆ clear_feasibility_status()

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

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 2403 of file solution.pb.h.

◆ clear_quadratic_dual_values()

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

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

◆ clear_reduced_costs()

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

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

◆ CopyFrom()

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

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ dual_values()

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

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

◆ feasibility_status()

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

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

◆ GetCachedSize()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ has_dual_values()

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

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

◆ has_objective_value()

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

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

◆ has_quadratic_dual_values()

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

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

◆ has_reduced_costs()

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

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

◆ InternalGenerateClassData_()

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

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_dual_values()

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

Definition at line 2184 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

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

◆ mutable_reduced_costs()

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

Definition at line 2370 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 935 of file solution.pb.h.

◆ New()

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

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

◆ objective_value()

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

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 917 of file solution.pb.h.

◆ operator=() [2/2]

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

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

◆ quadratic_dual_values()

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

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

◆ reduced_costs()

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

Definition at line 2316 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 2148 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 2241 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 2334 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

Definition at line 2191 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

Definition at line 2284 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

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

◆ set_feasibility_status()

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

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

◆ set_objective_value()

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

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 955 of file solution.pb.h.

◆ unknown_fields()

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

Definition at line 931 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

Definition at line 2167 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

Definition at line 2260 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

Definition at line 2353 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

Definition at line 2134 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

Definition at line 2227 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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fmath_5fopt_2fsolution_2eproto

friend struct ::TableStruct_ortools_2fmath_5fopt_2fsolution_2eproto
friend

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::DualSolutionProto::_impl_

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

◆ kIndexInFileMessages

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

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


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