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

Detailed Description

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

#include <cp_model.pb.h>

Inheritance diagram for operations_research::sat::DenseMatrixProto:

Classes

class  _Internal

Public Types

enum  : int { kEntriesFieldNumber = 3 , kNumRowsFieldNumber = 1 , kNumColsFieldNumber = 2 }
 nested types -------------------------------------------------— More...

Public Member Functions

 DenseMatrixProto ()
 ~DenseMatrixProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR DenseMatrixProto (::google::protobuf::internal::ConstantInitialized)
 DenseMatrixProto (const DenseMatrixProto &from)
 DenseMatrixProto (DenseMatrixProto &&from) noexcept
DenseMatrixProtooperator= (const DenseMatrixProto &from)
DenseMatrixProtooperator= (DenseMatrixProto &&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 (DenseMatrixProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (DenseMatrixProto *PROTOBUF_NONNULL other)
DenseMatrixProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const DenseMatrixProto &from)
void MergeFrom (const DenseMatrixProto &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 entries_size () const
 repeated int32 entries = 3;
void clear_entries ()
::int32_t entries (int index) const
void set_entries (int index, ::int32_t value)
void add_entries (::int32_t value)
const ::google::protobuf::RepeatedField<::int32_t > & entries () const
::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL mutable_entries ()
void clear_num_rows ()
 int32 num_rows = 1;
::int32_t num_rows () const
void set_num_rows (::int32_t value)
void clear_num_cols ()
 int32 num_cols = 2;
::int32_t num_cols () const
void set_num_cols (::int32_t value)
template<typename>
PROTOBUF_CONSTEXPR DenseMatrixProto (::_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 DenseMatrixProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 25

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kEntriesFieldNumber 
kNumRowsFieldNumber 
kNumColsFieldNumber 

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

Constructor & Destructor Documentation

◆ DenseMatrixProto() [1/8]

operations_research::sat::DenseMatrixProto::DenseMatrixProto ( )
inline

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

◆ ~DenseMatrixProto()

operations_research::sat::DenseMatrixProto::~DenseMatrixProto ( )

@protoc_insertion_point(destructor:operations_research.sat.DenseMatrixProto)

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

◆ DenseMatrixProto() [2/8]

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

◆ DenseMatrixProto() [3/8]

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

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

◆ DenseMatrixProto() [4/8]

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

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

◆ DenseMatrixProto() [5/8]

operations_research::sat::DenseMatrixProto::DenseMatrixProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.sat.DenseMatrixProto)

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

◆ DenseMatrixProto() [6/8]

operations_research::sat::DenseMatrixProto::DenseMatrixProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
const DenseMatrixProto & from )
protected

@protoc_insertion_point(copy_constructor:operations_research.sat.DenseMatrixProto)

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

◆ DenseMatrixProto() [7/8]

operations_research::sat::DenseMatrixProto::DenseMatrixProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
DenseMatrixProto && from )
inlineprotectednoexcept

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

◆ DenseMatrixProto() [8/8]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

@protoc_insertion_point(serialize_to_array_start:operations_research.sat.DenseMatrixProto)

int32 num_rows = 1;

int32 num_cols = 2;

repeated int32 entries = 3;

@protoc_insertion_point(serialize_to_array_end:operations_research.sat.DenseMatrixProto)

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

◆ add_entries()

void operations_research::sat::DenseMatrixProto::add_entries ( ::int32_t value)
inline

@protoc_insertion_point(field_add:operations_research.sat.DenseMatrixProto.entries)

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

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.sat.DenseMatrixProto)

Prevent compiler warnings about cached_has_bits being unused

repeated int32 entries = 3;

int32 num_rows = 1;

int32 num_cols = 2;

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

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.sat.DenseMatrixProto)

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_entries()

void operations_research::sat::DenseMatrixProto::clear_entries ( )
inline

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

◆ clear_num_cols()

void operations_research::sat::DenseMatrixProto::clear_num_cols ( )
inline

int32 num_cols = 2;

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

◆ clear_num_rows()

void operations_research::sat::DenseMatrixProto::clear_num_rows ( )
inline

int32 num_rows = 1;

DenseMatrixProto.

int32 num_rows = 1;

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

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.sat.DenseMatrixProto)

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ entries() [1/2]

const::google::protobuf::RepeatedField<::int32_t > & operations_research::sat::DenseMatrixProto::entries ( ) const
inline

@protoc_insertion_point(field_list:operations_research.sat.DenseMatrixProto.entries)

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

◆ entries() [2/2]

int32_t operations_research::sat::DenseMatrixProto::entries ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.sat.DenseMatrixProto.entries)

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

◆ entries_size()

int operations_research::sat::DenseMatrixProto::entries_size ( ) const
inline

repeated int32 entries = 3;

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

◆ GetCachedSize()

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

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

◆ GetClassData()

PROTOBUF_ATTRIBUTE_WEAKconst::google::protobuf::internal::ClassData *PROTOBUF_NONNULL operations_research::sat::DenseMatrixProto::GetClassData ( ) const
protected

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ InternalGenerateClassData_()

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

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

◆ InternalNewImpl_()

auto operations_research::sat::DenseMatrixProto::InternalNewImpl_ ( )
staticconstexprprotected

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_entries()

google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL operations_research::sat::DenseMatrixProto::mutable_entries ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.sat.DenseMatrixProto.entries)

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

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

◆ num_cols()

int32_t operations_research::sat::DenseMatrixProto::num_cols ( ) const
inline

@protoc_insertion_point(field_get:operations_research.sat.DenseMatrixProto.num_cols)

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

◆ num_rows()

int32_t operations_research::sat::DenseMatrixProto::num_rows ( ) const
inline

@protoc_insertion_point(field_get:operations_research.sat.DenseMatrixProto.num_rows)

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

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

◆ set_entries()

void operations_research::sat::DenseMatrixProto::set_entries ( int index,
::int32_t value )
inline

@protoc_insertion_point(field_set:operations_research.sat.DenseMatrixProto.entries)

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

◆ set_num_cols()

void operations_research::sat::DenseMatrixProto::set_num_cols ( ::int32_t value)
inline

@protoc_insertion_point(field_set:operations_research.sat.DenseMatrixProto.num_cols)

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

◆ set_num_rows()

void operations_research::sat::DenseMatrixProto::set_num_rows ( ::int32_t value)
inline

@protoc_insertion_point(field_set:operations_research.sat.DenseMatrixProto.num_rows)

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fsat_2fcp_5fmodel_2eproto

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::sat::DenseMatrixProto::_impl_

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

◆ kIndexInFileMessages

int operations_research::sat::DenseMatrixProto::kIndexInFileMessages = 25
staticconstexpr

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


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