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

Detailed Description

Definition at line 4657 of file cp_model.pb.h.

#include <cp_model.pb.h>

Inheritance diagram for operations_research::sat::LinearArgumentProto:

Classes

class  _Internal

Public Types

enum  : int { kExprsFieldNumber = 2 , kTargetFieldNumber = 1 }

Public Member Functions

 LinearArgumentProto ()
 ~LinearArgumentProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR LinearArgumentProto (::google::protobuf::internal::ConstantInitialized)
 LinearArgumentProto (const LinearArgumentProto &from)
 LinearArgumentProto (LinearArgumentProto &&from) noexcept
LinearArgumentProtooperator= (const LinearArgumentProto &from)
LinearArgumentProtooperator= (LinearArgumentProto &&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 (LinearArgumentProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (LinearArgumentProto *PROTOBUF_NONNULL other)
LinearArgumentProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const LinearArgumentProto &from)
void MergeFrom (const LinearArgumentProto &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
int exprs_size () const
void clear_exprs ()
::operations_research::sat::LinearExpressionProto *PROTOBUF_NONNULL mutable_exprs (int index)
::google::protobuf::RepeatedPtrField<::operations_research::sat::LinearExpressionProto > *PROTOBUF_NONNULL mutable_exprs ()
const ::operations_research::sat::LinearExpressionProtoexprs (int index) const
::operations_research::sat::LinearExpressionProto *PROTOBUF_NONNULL add_exprs ()
const ::google::protobuf::RepeatedPtrField<::operations_research::sat::LinearExpressionProto > & exprs () const
bool has_target () const
void clear_target ()
const ::operations_research::sat::LinearExpressionPrototarget () const
::operations_research::sat::LinearExpressionProto *PROTOBUF_NULLABLE release_target ()
::operations_research::sat::LinearExpressionProto *PROTOBUF_NONNULL mutable_target ()
void set_allocated_target (::operations_research::sat::LinearExpressionProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_target (::operations_research::sat::LinearExpressionProto *PROTOBUF_NULLABLE value)
::operations_research::sat::LinearExpressionProto *PROTOBUF_NULLABLE unsafe_arena_release_target ()
template<typename>
PROTOBUF_CONSTEXPR LinearArgumentProto (::_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 LinearArgumentProtodefault_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_2fsat_2fcp_5fmodel_2eproto
void swap (LinearArgumentProto &a, LinearArgumentProto &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kExprsFieldNumber 
kTargetFieldNumber 

Definition at line 4798 of file cp_model.pb.h.

Constructor & Destructor Documentation

◆ LinearArgumentProto() [1/5]

operations_research::sat::LinearArgumentProto::LinearArgumentProto ( )
inline

Definition at line 4660 of file cp_model.pb.h.

◆ ~LinearArgumentProto()

operations_research::sat::LinearArgumentProto::~LinearArgumentProto ( )

Definition at line 2609 of file cp_model.pb.cc.

◆ LinearArgumentProto() [2/5]

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

◆ LinearArgumentProto() [3/5]

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

Definition at line 4673 of file cp_model.pb.h.

◆ LinearArgumentProto() [4/5]

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

Definition at line 4674 of file cp_model.pb.h.

◆ LinearArgumentProto() [5/5]

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

Definition at line 575 of file cp_model.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

Definition at line 2748 of file cp_model.pb.cc.

◆ add_exprs()

operations_research::sat::LinearExpressionProto *PROTOBUF_NONNULL operations_research::sat::LinearArgumentProto::add_exprs ( )
inline

Definition at line 8778 of file cp_model.pb.h.

◆ ByteSizeLong()

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

Definition at line 2794 of file cp_model.pb.cc.

◆ Clear()

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

Definition at line 2721 of file cp_model.pb.cc.

◆ clear_exprs()

void operations_research::sat::LinearArgumentProto::clear_exprs ( )
inline

Definition at line 8755 of file cp_model.pb.h.

◆ clear_target()

void operations_research::sat::LinearArgumentProto::clear_target ( )
inline

Definition at line 8655 of file cp_model.pb.h.

◆ CopyFrom()

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

Definition at line 2859 of file cp_model.pb.cc.

◆ default_instance()

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

Definition at line 4708 of file cp_model.pb.h.

◆ descriptor()

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

Definition at line 4699 of file cp_model.pb.h.

◆ exprs() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::sat::LinearExpressionProto > & operations_research::sat::LinearArgumentProto::exprs ( ) const
inline

Definition at line 8788 of file cp_model.pb.h.

◆ exprs() [2/2]

const::operations_research::sat::LinearExpressionProto & operations_research::sat::LinearArgumentProto::exprs ( int index) const
inline

Definition at line 8773 of file cp_model.pb.h.

◆ exprs_size()

int operations_research::sat::LinearArgumentProto::exprs_size ( ) const
inline

Definition at line 8752 of file cp_model.pb.h.

◆ GetCachedSize()

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

Definition at line 4767 of file cp_model.pb.h.

◆ GetDescriptor()

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

Definition at line 4702 of file cp_model.pb.h.

◆ GetMetadata()

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

Definition at line 2875 of file cp_model.pb.cc.

◆ GetReflection()

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

Definition at line 4705 of file cp_model.pb.h.

◆ has_target()

bool operations_research::sat::LinearArgumentProto::has_target ( ) const
inline

Definition at line 8650 of file cp_model.pb.h.

◆ InternalGenerateClassData_()

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

Definition at line 2645 of file cp_model.pb.cc.

◆ IsInitialized()

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

Definition at line 4743 of file cp_model.pb.h.

◆ MergeFrom()

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

Definition at line 4736 of file cp_model.pb.h.

◆ mutable_exprs() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::sat::LinearExpressionProto > *PROTOBUF_NONNULL operations_research::sat::LinearArgumentProto::mutable_exprs ( )
inline

Definition at line 8766 of file cp_model.pb.h.

◆ mutable_exprs() [2/2]

operations_research::sat::LinearExpressionProto *PROTOBUF_NONNULL operations_research::sat::LinearArgumentProto::mutable_exprs ( int index)
inline

Definition at line 8761 of file cp_model.pb.h.

◆ mutable_target()

operations_research::sat::LinearExpressionProto *PROTOBUF_NONNULL operations_research::sat::LinearArgumentProto::mutable_target ( )
inline

Definition at line 8720 of file cp_model.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 4694 of file cp_model.pb.h.

◆ New()

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

Definition at line 4730 of file cp_model.pb.h.

◆ operator=() [1/2]

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

Definition at line 4676 of file cp_model.pb.h.

◆ operator=() [2/2]

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

Definition at line 4680 of file cp_model.pb.h.

◆ release_target()

operations_research::sat::LinearExpressionProto *PROTOBUF_NULLABLE operations_research::sat::LinearArgumentProto::release_target ( )
inlinenodiscard

Definition at line 8684 of file cp_model.pb.h.

◆ set_allocated_target()

void operations_research::sat::LinearArgumentProto::set_allocated_target ( ::operations_research::sat::LinearExpressionProto *PROTOBUF_NULLABLE value)
inline

Definition at line 8727 of file cp_model.pb.h.

◆ Swap()

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

Definition at line 4714 of file cp_model.pb.h.

◆ target()

const::operations_research::sat::LinearExpressionProto & operations_research::sat::LinearArgumentProto::target ( ) const
inline

Definition at line 8666 of file cp_model.pb.h.

◆ unknown_fields()

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

Definition at line 4690 of file cp_model.pb.h.

◆ unsafe_arena_release_target()

operations_research::sat::LinearExpressionProto *PROTOBUF_NULLABLE operations_research::sat::LinearArgumentProto::unsafe_arena_release_target ( )
inline

Definition at line 8703 of file cp_model.pb.h.

◆ unsafe_arena_set_allocated_target()

void operations_research::sat::LinearArgumentProto::unsafe_arena_set_allocated_target ( ::operations_research::sat::LinearExpressionProto *PROTOBUF_NULLABLE value)
inline

Definition at line 8670 of file cp_model.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 4722 of file cp_model.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 4844 of file cp_model.pb.h.

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

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

Definition at line 4846 of file cp_model.pb.h.

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

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

Definition at line 4837 of file cp_model.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 4843 of file cp_model.pb.h.

◆ ::TableStruct_ortools_2fsat_2fcp_5fmodel_2eproto

friend struct ::TableStruct_ortools_2fsat_2fcp_5fmodel_2eproto
friend

Definition at line 4865 of file cp_model.pb.h.

◆ swap

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

Definition at line 4713 of file cp_model.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::sat::LinearArgumentProto::_impl_

Definition at line 4864 of file cp_model.pb.h.

◆ kIndexInFileMessages

int operations_research::sat::LinearArgumentProto::kIndexInFileMessages = 3
staticconstexpr

Definition at line 4712 of file cp_model.pb.h.


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