![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 1867 of file cp_model.pb.h.
#include <cp_model.pb.h>
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 | |
InverseConstraintProto & | operator= (const InverseConstraintProto &from) |
InverseConstraintProto & | operator= (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 InverseConstraintProto & | default_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) |
anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
Enumerator | |
---|---|
kFDirectFieldNumber | |
kFInverseFieldNumber |
Definition at line 2009 of file cp_model.pb.h.
|
inline |
Definition at line 1870 of file cp_model.pb.h.
operations_research::sat::InverseConstraintProto::~InverseConstraintProto | ( | ) |
@protoc_insertion_point(destructor:operations_research.sat.InverseConstraintProto)
Definition at line 6807 of file cp_model.pb.cc.
|
explicit |
|
inline |
Definition at line 1883 of file cp_model.pb.h.
|
inlinenoexcept |
Definition at line 1884 of file cp_model.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.sat.InverseConstraintProto)
Definition at line 6760 of file cp_model.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.sat.InverseConstraintProto)
Definition at line 6779 of file cp_model.pb.cc.
|
inlineprotectednoexcept |
Definition at line 1991 of file cp_model.pb.h.
PROTOBUF_CONSTEXPR operations_research::sat::InverseConstraintProto::InverseConstraintProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 234 of file cp_model.pb.cc.
|
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.
|
inline |
@protoc_insertion_point(field_add:operations_research.sat.InverseConstraintProto.f_direct)
Definition at line 10841 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.sat.InverseConstraintProto.f_inverse)
Definition at line 10887 of file cp_model.pb.h.
|
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.
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.
|
inline |
Definition at line 10829 of file cp_model.pb.h.
|
inline |
Definition at line 10875 of file cp_model.pb.h.
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.
|
inlinestatic |
Definition at line 1918 of file cp_model.pb.h.
|
inlinestatic |
Definition at line 1909 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.sat.InverseConstraintProto.f_direct)
Definition at line 10846 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.sat.InverseConstraintProto.f_direct)
Definition at line 10833 of file cp_model.pb.h.
|
inline |
repeated int32 f_direct = 1;
Definition at line 10826 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.sat.InverseConstraintProto.f_inverse)
Definition at line 10892 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.sat.InverseConstraintProto.f_inverse)
Definition at line 10879 of file cp_model.pb.h.
|
inline |
repeated int32 f_inverse = 2;
Definition at line 10872 of file cp_model.pb.h.
|
inline |
Definition at line 1977 of file cp_model.pb.h.
|
protected |
Definition at line 6871 of file cp_model.pb.cc.
|
inlinestatic |
Definition at line 1912 of file cp_model.pb.h.
google::protobuf::Metadata operations_research::sat::InverseConstraintProto::GetMetadata | ( | ) | const |
Definition at line 7033 of file cp_model.pb.cc.
|
inlinestatic |
Definition at line 1915 of file cp_model.pb.h.
|
staticconstexpr |
Definition at line 6843 of file cp_model.pb.cc.
|
staticconstexprprotected |
Definition at line 6823 of file cp_model.pb.cc.
|
inline |
Definition at line 1953 of file cp_model.pb.h.
|
inline |
Definition at line 1946 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.sat.InverseConstraintProto.f_direct)
Definition at line 10851 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.sat.InverseConstraintProto.f_inverse)
Definition at line 10897 of file cp_model.pb.h.
|
inline |
Definition at line 1904 of file cp_model.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 1940 of file cp_model.pb.h.
|
inline |
Definition at line 1886 of file cp_model.pb.h.
|
inlinenoexcept |
Definition at line 1890 of file cp_model.pb.h.
|
inlinestaticprotected |
Definition at line 6818 of file cp_model.pb.cc.
|
inline |
@protoc_insertion_point(field_set:operations_research.sat.InverseConstraintProto.f_direct)
Definition at line 10837 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.sat.InverseConstraintProto.f_inverse)
Definition at line 10883 of file cp_model.pb.h.
|
inline |
Definition at line 1924 of file cp_model.pb.h.
|
inline |
Definition at line 1900 of file cp_model.pb.h.
|
inline |
Definition at line 1932 of file cp_model.pb.h.
|
friend |
Definition at line 2059 of file cp_model.pb.h.
|
friend |
Definition at line 2061 of file cp_model.pb.h.
|
friend |
Definition at line 2052 of file cp_model.pb.h.
|
friend |
Definition at line 2058 of file cp_model.pb.h.
|
friend |
Definition at line 2081 of file cp_model.pb.h.
|
friend |
Definition at line 1923 of file cp_model.pb.h.
Impl_ operations_research::sat::InverseConstraintProto::_impl_ |
Definition at line 2080 of file cp_model.pb.h.
|
staticconstexpr |
Definition at line 1922 of file cp_model.pb.h.