C++ Reference
C++ Reference: CP-SAT
Detailed Description
Definition at line 81 of file boolean_problem.pb.h.
Public Types | |
| enum | : int { kLiteralsFieldNumber = 1, kCoefficientsFieldNumber = 2, kNameFieldNumber = 5, kLowerBoundFieldNumber = 3, kUpperBoundFieldNumber = 4 } |
Public Member Functions | |
| LinearBooleanConstraint () | |
| virtual | ~LinearBooleanConstraint () |
| LinearBooleanConstraint (const LinearBooleanConstraint &from) | |
| LinearBooleanConstraint (LinearBooleanConstraint &&from) noexcept | |
| LinearBooleanConstraint & | operator= (const LinearBooleanConstraint &from) |
| LinearBooleanConstraint & | operator= (LinearBooleanConstraint &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (LinearBooleanConstraint *other) |
| LinearBooleanConstraint * | New () const final |
| LinearBooleanConstraint * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
| void | CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
| void | MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
| void | CopyFrom (const LinearBooleanConstraint &from) |
| void | MergeFrom (const LinearBooleanConstraint &from) |
| PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
| bool | IsInitialized () const final |
| size_t | ByteSizeLong () const final |
| const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
| ::PROTOBUF_NAMESPACE_ID::uint8 * | _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
| int | GetCachedSize () const final |
| ::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
| int | literals_size () const |
| void | clear_literals () |
| ::PROTOBUF_NAMESPACE_ID::int32 | literals (int index) const |
| void | set_literals (int index, ::PROTOBUF_NAMESPACE_ID::int32 value) |
| void | add_literals (::PROTOBUF_NAMESPACE_ID::int32 value) |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > & | literals () const |
| ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > * | mutable_literals () |
| int | coefficients_size () const |
| void | clear_coefficients () |
| ::PROTOBUF_NAMESPACE_ID::int64 | coefficients (int index) const |
| void | set_coefficients (int index, ::PROTOBUF_NAMESPACE_ID::int64 value) |
| void | add_coefficients (::PROTOBUF_NAMESPACE_ID::int64 value) |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > & | coefficients () const |
| ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > * | mutable_coefficients () |
| bool | has_name () const |
| void | clear_name () |
| const std::string & | name () const |
| void | set_name (const std::string &value) |
| void | set_name (std::string &&value) |
| void | set_name (const char *value) |
| void | set_name (const char *value, size_t size) |
| std::string * | mutable_name () |
| std::string * | release_name () |
| void | set_allocated_name (std::string *name) |
| bool | has_lower_bound () const |
| void | clear_lower_bound () |
| ::PROTOBUF_NAMESPACE_ID::int64 | lower_bound () const |
| void | set_lower_bound (::PROTOBUF_NAMESPACE_ID::int64 value) |
| bool | has_upper_bound () const |
| void | clear_upper_bound () |
| ::PROTOBUF_NAMESPACE_ID::int64 | upper_bound () const |
| void | set_upper_bound (::PROTOBUF_NAMESPACE_ID::int64 value) |
Static Public Member Functions | |
| static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
| static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
| static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
| static const LinearBooleanConstraint & | default_instance () |
| static void | InitAsDefaultInstance () |
| static const LinearBooleanConstraint * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
Member Enumeration Documentation
◆ anonymous enum
| anonymous enum : int |
| Enumerator | |
|---|---|
| kLiteralsFieldNumber | |
| kCoefficientsFieldNumber | |
| kNameFieldNumber | |
| kLowerBoundFieldNumber | |
| kUpperBoundFieldNumber | |
Definition at line 193 of file boolean_problem.pb.h.
Constructor & Destructor Documentation
◆ LinearBooleanConstraint() [1/3]
◆ ~LinearBooleanConstraint()
|
virtual |
◆ LinearBooleanConstraint() [2/3]
| LinearBooleanConstraint | ( | const LinearBooleanConstraint & | from | ) |
◆ LinearBooleanConstraint() [3/3]
|
inlinenoexcept |
Definition at line 88 of file boolean_problem.pb.h.
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ add_coefficients()
|
inline |
Definition at line 995 of file boolean_problem.pb.h.
◆ add_literals()
|
inline |
Definition at line 948 of file boolean_problem.pb.h.
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_coefficients()
|
inline |
Definition at line 978 of file boolean_problem.pb.h.
◆ clear_literals()
|
inline |
Definition at line 931 of file boolean_problem.pb.h.
◆ clear_lower_bound()
|
inline |
Definition at line 1026 of file boolean_problem.pb.h.
◆ clear_name()
|
inline |
Definition at line 1082 of file boolean_problem.pb.h.
◆ clear_upper_bound()
|
inline |
Definition at line 1054 of file boolean_problem.pb.h.
◆ coefficients() [1/2]
|
inline |
Definition at line 1004 of file boolean_problem.pb.h.
◆ coefficients() [2/2]
|
inline |
Definition at line 984 of file boolean_problem.pb.h.
◆ coefficients_size()
|
inline |
Definition at line 975 of file boolean_problem.pb.h.
◆ CopyFrom() [1/2]
|
final |
◆ CopyFrom() [2/2]
| void CopyFrom | ( | const LinearBooleanConstraint & | from | ) |
◆ default_instance()
|
static |
◆ descriptor()
|
inlinestatic |
Definition at line 113 of file boolean_problem.pb.h.
◆ GetCachedSize()
|
inlinefinal |
Definition at line 160 of file boolean_problem.pb.h.
◆ GetDescriptor()
|
inlinestatic |
Definition at line 116 of file boolean_problem.pb.h.
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
Definition at line 119 of file boolean_problem.pb.h.
◆ has_lower_bound()
|
inline |
Definition at line 1023 of file boolean_problem.pb.h.
◆ has_name()
|
inline |
Definition at line 1079 of file boolean_problem.pb.h.
◆ has_upper_bound()
|
inline |
Definition at line 1051 of file boolean_problem.pb.h.
◆ InitAsDefaultInstance()
|
static |
◆ internal_default_instance()
|
inlinestatic |
Definition at line 125 of file boolean_problem.pb.h.
◆ IsInitialized()
|
final |
◆ literals() [1/2]
|
inline |
Definition at line 957 of file boolean_problem.pb.h.
◆ literals() [2/2]
|
inline |
Definition at line 937 of file boolean_problem.pb.h.
◆ literals_size()
|
inline |
Definition at line 928 of file boolean_problem.pb.h.
◆ lower_bound()
|
inline |
Definition at line 1033 of file boolean_problem.pb.h.
◆ MergeFrom() [1/2]
|
final |
◆ MergeFrom() [2/2]
| void MergeFrom | ( | const LinearBooleanConstraint & | from | ) |
◆ mutable_coefficients()
|
inline |
Definition at line 1013 of file boolean_problem.pb.h.
◆ mutable_literals()
|
inline |
Definition at line 966 of file boolean_problem.pb.h.
◆ mutable_name()
|
inline |
Definition at line 1094 of file boolean_problem.pb.h.
◆ mutable_unknown_fields()
|
inline |
Definition at line 109 of file boolean_problem.pb.h.
◆ name()
|
inline |
Definition at line 1086 of file boolean_problem.pb.h.
◆ New() [1/2]
|
inlinefinal |
Definition at line 142 of file boolean_problem.pb.h.
◆ New() [2/2]
|
inlinefinal |
Definition at line 146 of file boolean_problem.pb.h.
◆ operator=() [1/2]
|
inline |
Definition at line 93 of file boolean_problem.pb.h.
◆ operator=() [2/2]
|
inlinenoexcept |
Definition at line 97 of file boolean_problem.pb.h.
◆ release_name()
|
inline |
Definition at line 1127 of file boolean_problem.pb.h.
◆ set_allocated_name()
|
inline |
Definition at line 1135 of file boolean_problem.pb.h.
◆ set_coefficients()
|
inline |
Definition at line 988 of file boolean_problem.pb.h.
◆ set_literals()
|
inline |
Definition at line 941 of file boolean_problem.pb.h.
◆ set_lower_bound()
|
inline |
Definition at line 1041 of file boolean_problem.pb.h.
◆ set_name() [1/4]
|
inline |
Definition at line 1111 of file boolean_problem.pb.h.
◆ set_name() [2/4]
|
inline |
Definition at line 1117 of file boolean_problem.pb.h.
◆ set_name() [3/4]
|
inline |
Definition at line 1090 of file boolean_problem.pb.h.
◆ set_name() [4/4]
|
inline |
Definition at line 1105 of file boolean_problem.pb.h.
◆ set_upper_bound()
|
inline |
Definition at line 1069 of file boolean_problem.pb.h.
◆ Swap()
|
inline |
Definition at line 135 of file boolean_problem.pb.h.
◆ unknown_fields()
|
inline |
Definition at line 106 of file boolean_problem.pb.h.
◆ upper_bound()
|
inline |
Definition at line 1061 of file boolean_problem.pb.h.
Member Data Documentation
◆ kIndexInFileMessages
|
staticconstexpr |
Definition at line 129 of file boolean_problem.pb.h.
The documentation for this class was generated from the following file: