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

Detailed Description

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

#include <solution.pb.h>

Inheritance diagram for operations_research::math_opt::SolutionProto:

Classes

class  _Internal

Public Types

enum  : int { kPrimalSolutionFieldNumber = 1 , kDualSolutionFieldNumber = 2 , kBasisFieldNumber = 3 }

Public Member Functions

 SolutionProto ()
 ~SolutionProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR SolutionProto (::google::protobuf::internal::ConstantInitialized)
 SolutionProto (const SolutionProto &from)
 SolutionProto (SolutionProto &&from) noexcept
SolutionProtooperator= (const SolutionProto &from)
SolutionProtooperator= (SolutionProto &&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 (SolutionProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (SolutionProto *PROTOBUF_NONNULL other)
SolutionProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const SolutionProto &from)
void MergeFrom (const SolutionProto &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_primal_solution () const
void clear_primal_solution ()
const ::operations_research::math_opt::PrimalSolutionProtoprimal_solution () const
::operations_research::math_opt::PrimalSolutionProto *PROTOBUF_NULLABLE release_primal_solution ()
::operations_research::math_opt::PrimalSolutionProto *PROTOBUF_NONNULL mutable_primal_solution ()
void set_allocated_primal_solution (::operations_research::math_opt::PrimalSolutionProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_primal_solution (::operations_research::math_opt::PrimalSolutionProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::PrimalSolutionProto *PROTOBUF_NULLABLE unsafe_arena_release_primal_solution ()
bool has_dual_solution () const
void clear_dual_solution ()
const ::operations_research::math_opt::DualSolutionProtodual_solution () const
::operations_research::math_opt::DualSolutionProto *PROTOBUF_NULLABLE release_dual_solution ()
::operations_research::math_opt::DualSolutionProto *PROTOBUF_NONNULL mutable_dual_solution ()
void set_allocated_dual_solution (::operations_research::math_opt::DualSolutionProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_dual_solution (::operations_research::math_opt::DualSolutionProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::DualSolutionProto *PROTOBUF_NULLABLE unsafe_arena_release_dual_solution ()
bool has_basis () const
void clear_basis ()
const ::operations_research::math_opt::BasisProtobasis () const
::operations_research::math_opt::BasisProto *PROTOBUF_NULLABLE release_basis ()
::operations_research::math_opt::BasisProto *PROTOBUF_NONNULL mutable_basis ()
void set_allocated_basis (::operations_research::math_opt::BasisProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_basis (::operations_research::math_opt::BasisProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::BasisProto *PROTOBUF_NULLABLE unsafe_arena_release_basis ()
template<typename>
PROTOBUF_CONSTEXPR SolutionProto (::_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 SolutionProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 7

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 (SolutionProto &a, SolutionProto &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kPrimalSolutionFieldNumber 
kDualSolutionFieldNumber 
kBasisFieldNumber 

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

Constructor & Destructor Documentation

◆ SolutionProto() [1/5]

operations_research::math_opt::SolutionProto::SolutionProto ( )
inline

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

◆ ~SolutionProto()

operations_research::math_opt::SolutionProto::~SolutionProto ( )

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

◆ SolutionProto() [2/5]

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

◆ SolutionProto() [3/5]

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

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

◆ SolutionProto() [4/5]

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

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

◆ SolutionProto() [5/5]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

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

◆ basis()

const::operations_research::math_opt::BasisProto & operations_research::math_opt::SolutionProto::basis ( ) const
inline

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

◆ ByteSizeLong()

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

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

◆ Clear()

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

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

◆ clear_basis()

void operations_research::math_opt::SolutionProto::clear_basis ( )
inline

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

◆ clear_dual_solution()

void operations_research::math_opt::SolutionProto::clear_dual_solution ( )
inline

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

◆ clear_primal_solution()

void operations_research::math_opt::SolutionProto::clear_primal_solution ( )
inline

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

◆ CopyFrom()

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

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ dual_solution()

const::operations_research::math_opt::DualSolutionProto & operations_research::math_opt::SolutionProto::dual_solution ( ) const
inline

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

◆ GetCachedSize()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ has_basis()

bool operations_research::math_opt::SolutionProto::has_basis ( ) const
inline

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

◆ has_dual_solution()

bool operations_research::math_opt::SolutionProto::has_dual_solution ( ) const
inline

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

◆ has_primal_solution()

bool operations_research::math_opt::SolutionProto::has_primal_solution ( ) const
inline

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

◆ InternalGenerateClassData_()

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

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_basis()

operations_research::math_opt::BasisProto *PROTOBUF_NONNULL operations_research::math_opt::SolutionProto::mutable_basis ( )
inline

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

◆ mutable_dual_solution()

operations_research::math_opt::DualSolutionProto *PROTOBUF_NONNULL operations_research::math_opt::SolutionProto::mutable_dual_solution ( )
inline

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

◆ mutable_primal_solution()

operations_research::math_opt::PrimalSolutionProto *PROTOBUF_NONNULL operations_research::math_opt::SolutionProto::mutable_primal_solution ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ primal_solution()

const::operations_research::math_opt::PrimalSolutionProto & operations_research::math_opt::SolutionProto::primal_solution ( ) const
inline

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

◆ release_basis()

operations_research::math_opt::BasisProto *PROTOBUF_NULLABLE operations_research::math_opt::SolutionProto::release_basis ( )
inlinenodiscard

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

◆ release_dual_solution()

operations_research::math_opt::DualSolutionProto *PROTOBUF_NULLABLE operations_research::math_opt::SolutionProto::release_dual_solution ( )
inlinenodiscard

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

◆ release_primal_solution()

operations_research::math_opt::PrimalSolutionProto *PROTOBUF_NULLABLE operations_research::math_opt::SolutionProto::release_primal_solution ( )
inlinenodiscard

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

◆ set_allocated_basis()

void operations_research::math_opt::SolutionProto::set_allocated_basis ( ::operations_research::math_opt::BasisProto *PROTOBUF_NULLABLE value)
inline

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

◆ set_allocated_dual_solution()

void operations_research::math_opt::SolutionProto::set_allocated_dual_solution ( ::operations_research::math_opt::DualSolutionProto *PROTOBUF_NULLABLE value)
inline

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

◆ set_allocated_primal_solution()

void operations_research::math_opt::SolutionProto::set_allocated_primal_solution ( ::operations_research::math_opt::PrimalSolutionProto *PROTOBUF_NULLABLE value)
inline

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_basis()

operations_research::math_opt::BasisProto *PROTOBUF_NULLABLE operations_research::math_opt::SolutionProto::unsafe_arena_release_basis ( )
inline

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

◆ unsafe_arena_release_dual_solution()

operations_research::math_opt::DualSolutionProto *PROTOBUF_NULLABLE operations_research::math_opt::SolutionProto::unsafe_arena_release_dual_solution ( )
inline

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

◆ unsafe_arena_release_primal_solution()

operations_research::math_opt::PrimalSolutionProto *PROTOBUF_NULLABLE operations_research::math_opt::SolutionProto::unsafe_arena_release_primal_solution ( )
inline

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

◆ unsafe_arena_set_allocated_basis()

void operations_research::math_opt::SolutionProto::unsafe_arena_set_allocated_basis ( ::operations_research::math_opt::BasisProto *PROTOBUF_NULLABLE value)
inline

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

◆ unsafe_arena_set_allocated_dual_solution()

void operations_research::math_opt::SolutionProto::unsafe_arena_set_allocated_dual_solution ( ::operations_research::math_opt::DualSolutionProto *PROTOBUF_NULLABLE value)
inline

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

◆ unsafe_arena_set_allocated_primal_solution()

void operations_research::math_opt::SolutionProto::unsafe_arena_set_allocated_primal_solution ( ::operations_research::math_opt::PrimalSolutionProto *PROTOBUF_NULLABLE value)
inline

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fmath_5fopt_2fsolution_2eproto

friend struct ::TableStruct_ortools_2fmath_5fopt_2fsolution_2eproto
friend

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::SolutionProto::_impl_

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

◆ kIndexInFileMessages

int operations_research::math_opt::SolutionProto::kIndexInFileMessages = 7
staticconstexpr

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


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