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

Detailed Description

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

#include <cp_model.pb.h>

Inheritance diagram for operations_research::sat::InverseConstraintProto:

Classes

class  _Internal

Public Types

enum  : int { kFDirectFieldNumber = 1 , kFInverseFieldNumber = 2 }
 nested types -------------------------------------------------— More...

Public Member Functions

 InverseConstraintProto ()
 ~InverseConstraintProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR InverseConstraintProto (::google::protobuf::internal::ConstantInitialized)
 InverseConstraintProto (const InverseConstraintProto &from)
 InverseConstraintProto (InverseConstraintProto &&from) noexcept
InverseConstraintProtooperator= (const InverseConstraintProto &from)
InverseConstraintProtooperator= (InverseConstraintProto &&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 (InverseConstraintProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (InverseConstraintProto *PROTOBUF_NONNULL other)
InverseConstraintProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const InverseConstraintProto &from)
void MergeFrom (const InverseConstraintProto &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 f_direct_size () const
 repeated int32 f_direct = 1;
void clear_f_direct ()
::int32_t f_direct (int index) const
void set_f_direct (int index, ::int32_t value)
void add_f_direct (::int32_t value)
const ::google::protobuf::RepeatedField<::int32_t > & f_direct () const
::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL mutable_f_direct ()
int f_inverse_size () const
 repeated int32 f_inverse = 2;
void clear_f_inverse ()
::int32_t f_inverse (int index) const
void set_f_inverse (int index, ::int32_t value)
void add_f_inverse (::int32_t value)
const ::google::protobuf::RepeatedField<::int32_t > & f_inverse () const
::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL mutable_f_inverse ()
template<typename>
PROTOBUF_CONSTEXPR InverseConstraintProto (::_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 InverseConstraintProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 16

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kFDirectFieldNumber 
kFInverseFieldNumber 

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

Constructor & Destructor Documentation

◆ InverseConstraintProto() [1/8]

operations_research::sat::InverseConstraintProto::InverseConstraintProto ( )
inline

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

◆ ~InverseConstraintProto()

operations_research::sat::InverseConstraintProto::~InverseConstraintProto ( )

@protoc_insertion_point(destructor:operations_research.sat.InverseConstraintProto)

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

◆ InverseConstraintProto() [2/8]

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

◆ InverseConstraintProto() [3/8]

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

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

◆ InverseConstraintProto() [4/8]

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

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

◆ InverseConstraintProto() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.sat.InverseConstraintProto)

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

◆ InverseConstraintProto() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.sat.InverseConstraintProto)

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

◆ InverseConstraintProto() [7/8]

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

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

◆ InverseConstraintProto() [8/8]

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

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

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::sat::InverseConstraintProto::_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.InverseConstraintProto)

repeated int32 f_direct = 1;

repeated int32 f_inverse = 2;

@protoc_insertion_point(serialize_to_array_end:operations_research.sat.InverseConstraintProto)

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

◆ add_f_direct()

void operations_research::sat::InverseConstraintProto::add_f_direct ( ::int32_t value)
inline

@protoc_insertion_point(field_add:operations_research.sat.InverseConstraintProto.f_direct)

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

◆ add_f_inverse()

void operations_research::sat::InverseConstraintProto::add_f_inverse ( ::int32_t value)
inline

@protoc_insertion_point(field_add:operations_research.sat.InverseConstraintProto.f_inverse)

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

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.sat.InverseConstraintProto)

Prevent compiler warnings about cached_has_bits being unused

repeated int32 f_direct = 1;

repeated int32 f_inverse = 2;

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

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.sat.InverseConstraintProto)

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_f_direct()

void operations_research::sat::InverseConstraintProto::clear_f_direct ( )
inline

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

◆ clear_f_inverse()

void operations_research::sat::InverseConstraintProto::clear_f_inverse ( )
inline

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

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.sat.InverseConstraintProto)

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ f_direct() [1/2]

const::google::protobuf::RepeatedField<::int32_t > & operations_research::sat::InverseConstraintProto::f_direct ( ) const
inline

@protoc_insertion_point(field_list:operations_research.sat.InverseConstraintProto.f_direct)

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

◆ f_direct() [2/2]

int32_t operations_research::sat::InverseConstraintProto::f_direct ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.sat.InverseConstraintProto.f_direct)

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

◆ f_direct_size()

int operations_research::sat::InverseConstraintProto::f_direct_size ( ) const
inline

repeated int32 f_direct = 1;

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

◆ f_inverse() [1/2]

const::google::protobuf::RepeatedField<::int32_t > & operations_research::sat::InverseConstraintProto::f_inverse ( ) const
inline

@protoc_insertion_point(field_list:operations_research.sat.InverseConstraintProto.f_inverse)

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

◆ f_inverse() [2/2]

int32_t operations_research::sat::InverseConstraintProto::f_inverse ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.sat.InverseConstraintProto.f_inverse)

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

◆ f_inverse_size()

int operations_research::sat::InverseConstraintProto::f_inverse_size ( ) const
inline

repeated int32 f_inverse = 2;

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ InternalGenerateClassData_()

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

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

◆ InternalNewImpl_()

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

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_f_direct()

google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL operations_research::sat::InverseConstraintProto::mutable_f_direct ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.sat.InverseConstraintProto.f_direct)

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

◆ mutable_f_inverse()

google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL operations_research::sat::InverseConstraintProto::mutable_f_inverse ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.sat.InverseConstraintProto.f_inverse)

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

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

◆ set_f_direct()

void operations_research::sat::InverseConstraintProto::set_f_direct ( int index,
::int32_t value )
inline

@protoc_insertion_point(field_set:operations_research.sat.InverseConstraintProto.f_direct)

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

◆ set_f_inverse()

void operations_research::sat::InverseConstraintProto::set_f_inverse ( int index,
::int32_t value )
inline

@protoc_insertion_point(field_set:operations_research.sat.InverseConstraintProto.f_inverse)

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fsat_2fcp_5fmodel_2eproto

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::sat::InverseConstraintProto::_impl_

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

◆ kIndexInFileMessages

int operations_research::sat::InverseConstraintProto::kIndexInFileMessages = 16
staticconstexpr

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


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