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

Detailed Description

Definition at line 82 of file routes_support_graph.pb.h.

#include <routes_support_graph.pb.h>

Inheritance diagram for operations_research::sat::ArcLpValue:

Classes

class  _Internal

Public Types

enum  : int { kTailFieldNumber = 1 , kHeadFieldNumber = 2 , kLpValueFieldNumber = 3 }

Public Member Functions

 ArcLpValue ()
 ~ArcLpValue () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR ArcLpValue (::google::protobuf::internal::ConstantInitialized)
 ArcLpValue (const ArcLpValue &from)
 ArcLpValue (ArcLpValue &&from) noexcept
ArcLpValueoperator= (const ArcLpValue &from)
ArcLpValueoperator= (ArcLpValue &&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 (ArcLpValue *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (ArcLpValue *PROTOBUF_NONNULL other)
ArcLpValue *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const ArcLpValue &from)
void MergeFrom (const ArcLpValue &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_tail () const
void clear_tail ()
::int32_t tail () const
void set_tail (::int32_t value)
bool has_head () const
void clear_head ()
::int32_t head () const
void set_head (::int32_t value)
bool has_lp_value () const
void clear_lp_value ()
double lp_value () const
void set_lp_value (double value)
template<typename>
PROTOBUF_CONSTEXPR ArcLpValue (::_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 ArcLpValuedefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 0

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_2fsat_2froutes_5fsupport_5fgraph_2eproto
void swap (ArcLpValue &a, ArcLpValue &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTailFieldNumber 
kHeadFieldNumber 
kLpValueFieldNumber 

Definition at line 223 of file routes_support_graph.pb.h.

Constructor & Destructor Documentation

◆ ArcLpValue() [1/5]

operations_research::sat::ArcLpValue::ArcLpValue ( )
inline

Definition at line 85 of file routes_support_graph.pb.h.

◆ ~ArcLpValue()

operations_research::sat::ArcLpValue::~ArcLpValue ( )

Definition at line 191 of file routes_support_graph.pb.cc.

◆ ArcLpValue() [2/5]

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

◆ ArcLpValue() [3/5]

operations_research::sat::ArcLpValue::ArcLpValue ( const ArcLpValue & from)
inline

Definition at line 98 of file routes_support_graph.pb.h.

◆ ArcLpValue() [4/5]

operations_research::sat::ArcLpValue::ArcLpValue ( ArcLpValue && from)
inlinenoexcept

Definition at line 99 of file routes_support_graph.pb.h.

◆ ArcLpValue() [5/5]

template<typename>
PROTOBUF_CONSTEXPR operations_research::sat::ArcLpValue::ArcLpValue ( ::_pbi::ConstantInitialized )

Definition at line 38 of file routes_support_graph.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

Definition at line 317 of file routes_support_graph.pb.cc.

◆ ByteSizeLong()

size_t operations_research::sat::ArcLpValue::ByteSizeLong ( ) const
final

Definition at line 364 of file routes_support_graph.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::sat::ArcLpValue::Clear ( )

Definition at line 294 of file routes_support_graph.pb.cc.

◆ clear_head()

void operations_research::sat::ArcLpValue::clear_head ( )
inline

Definition at line 549 of file routes_support_graph.pb.h.

◆ clear_lp_value()

void operations_research::sat::ArcLpValue::clear_lp_value ( )
inline

Definition at line 578 of file routes_support_graph.pb.h.

◆ clear_tail()

void operations_research::sat::ArcLpValue::clear_tail ( )
inline

Definition at line 520 of file routes_support_graph.pb.h.

◆ CopyFrom()

void operations_research::sat::ArcLpValue::CopyFrom ( const ArcLpValue & from)

Definition at line 423 of file routes_support_graph.pb.cc.

◆ default_instance()

const ArcLpValue & operations_research::sat::ArcLpValue::default_instance ( )
inlinestatic

Definition at line 133 of file routes_support_graph.pb.h.

◆ descriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::sat::ArcLpValue::descriptor ( )
inlinestatic

Definition at line 124 of file routes_support_graph.pb.h.

◆ GetCachedSize()

int operations_research::sat::ArcLpValue::GetCachedSize ( ) const
inline

Definition at line 192 of file routes_support_graph.pb.h.

◆ GetDescriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::sat::ArcLpValue::GetDescriptor ( )
inlinestatic

Definition at line 127 of file routes_support_graph.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::sat::ArcLpValue::GetMetadata ( ) const

Definition at line 443 of file routes_support_graph.pb.cc.

◆ GetReflection()

const ::google::protobuf::Reflection *PROTOBUF_NONNULL operations_research::sat::ArcLpValue::GetReflection ( )
inlinestatic

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

◆ has_head()

bool operations_research::sat::ArcLpValue::has_head ( ) const
inline

Definition at line 545 of file routes_support_graph.pb.h.

◆ has_lp_value()

bool operations_research::sat::ArcLpValue::has_lp_value ( ) const
inline

Definition at line 574 of file routes_support_graph.pb.h.

◆ has_tail()

bool operations_research::sat::ArcLpValue::has_tail ( ) const
inline

Definition at line 516 of file routes_support_graph.pb.h.

◆ head()

int32_t operations_research::sat::ArcLpValue::head ( ) const
inline

Definition at line 555 of file routes_support_graph.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::sat::ArcLpValue::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 214 of file routes_support_graph.pb.cc.

◆ IsInitialized()

bool operations_research::sat::ArcLpValue::IsInitialized ( ) const
inline

Definition at line 168 of file routes_support_graph.pb.h.

◆ lp_value()

double operations_research::sat::ArcLpValue::lp_value ( ) const
inline

Definition at line 584 of file routes_support_graph.pb.h.

◆ MergeFrom()

void operations_research::sat::ArcLpValue::MergeFrom ( const ArcLpValue & from)
inline

Definition at line 161 of file routes_support_graph.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::sat::ArcLpValue::mutable_unknown_fields ( )
inline

Definition at line 119 of file routes_support_graph.pb.h.

◆ New()

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

Definition at line 155 of file routes_support_graph.pb.h.

◆ operator=() [1/2]

ArcLpValue & operations_research::sat::ArcLpValue::operator= ( ArcLpValue && from)
inlinenoexcept

Definition at line 105 of file routes_support_graph.pb.h.

◆ operator=() [2/2]

ArcLpValue & operations_research::sat::ArcLpValue::operator= ( const ArcLpValue & from)
inline

Definition at line 101 of file routes_support_graph.pb.h.

◆ set_head()

void operations_research::sat::ArcLpValue::set_head ( ::int32_t value)
inline

Definition at line 559 of file routes_support_graph.pb.h.

◆ set_lp_value()

void operations_research::sat::ArcLpValue::set_lp_value ( double value)
inline

Definition at line 588 of file routes_support_graph.pb.h.

◆ set_tail()

void operations_research::sat::ArcLpValue::set_tail ( ::int32_t value)
inline

Definition at line 530 of file routes_support_graph.pb.h.

◆ Swap()

void operations_research::sat::ArcLpValue::Swap ( ArcLpValue *PROTOBUF_NONNULL other)
inline

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

◆ tail()

int32_t operations_research::sat::ArcLpValue::tail ( ) const
inline

Definition at line 526 of file routes_support_graph.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::sat::ArcLpValue::unknown_fields ( ) const
inline

Definition at line 115 of file routes_support_graph.pb.h.

◆ UnsafeArenaSwap()

void operations_research::sat::ArcLpValue::UnsafeArenaSwap ( ArcLpValue *PROTOBUF_NONNULL other)
inline

Definition at line 147 of file routes_support_graph.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 271 of file routes_support_graph.pb.h.

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

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

Definition at line 273 of file routes_support_graph.pb.h.

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

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

Definition at line 264 of file routes_support_graph.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 270 of file routes_support_graph.pb.h.

◆ ::TableStruct_ortools_2fsat_2froutes_5fsupport_5fgraph_2eproto

friend struct ::TableStruct_ortools_2fsat_2froutes_5fsupport_5fgraph_2eproto
friend

Definition at line 293 of file routes_support_graph.pb.h.

◆ swap

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

Definition at line 138 of file routes_support_graph.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::sat::ArcLpValue::_impl_

Definition at line 292 of file routes_support_graph.pb.h.

◆ kIndexInFileMessages

int operations_research::sat::ArcLpValue::kIndexInFileMessages = 0
staticconstexpr

Definition at line 137 of file routes_support_graph.pb.h.


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