C++ Reference
C++ Reference: CP-SAT
Detailed Description
Definition at line 306 of file boolean_problem.pb.h.
Public Types | |
| enum | : int { kLiteralsFieldNumber = 1, kCoefficientsFieldNumber = 2, kOffsetFieldNumber = 3, kScalingFactorFieldNumber = 4 } |
Public Member Functions | |
| LinearObjective () | |
| virtual | ~LinearObjective () |
| LinearObjective (const LinearObjective &from) | |
| LinearObjective (LinearObjective &&from) noexcept | |
| LinearObjective & | operator= (const LinearObjective &from) |
| LinearObjective & | operator= (LinearObjective &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (LinearObjective *other) |
| LinearObjective * | New () const final |
| LinearObjective * | 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 LinearObjective &from) |
| void | MergeFrom (const LinearObjective &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_offset () const |
| void | clear_offset () |
| double | offset () const |
| void | set_offset (double value) |
| bool | has_scaling_factor () const |
| void | clear_scaling_factor () |
| double | scaling_factor () const |
| void | set_scaling_factor (double 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 LinearObjective & | default_instance () |
| static void | InitAsDefaultInstance () |
| static const LinearObjective * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
Member Enumeration Documentation
◆ anonymous enum
| anonymous enum : int |
| Enumerator | |
|---|---|
| kLiteralsFieldNumber | |
| kCoefficientsFieldNumber | |
| kOffsetFieldNumber | |
| kScalingFactorFieldNumber | |
Definition at line 418 of file boolean_problem.pb.h.
Constructor & Destructor Documentation
◆ LinearObjective() [1/3]
| LinearObjective | ( | ) |
◆ ~LinearObjective()
|
virtual |
◆ LinearObjective() [2/3]
| LinearObjective | ( | const LinearObjective & | from | ) |
◆ LinearObjective() [3/3]
|
inlinenoexcept |
Definition at line 313 of file boolean_problem.pb.h.
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ add_coefficients()
|
inline |
Definition at line 1220 of file boolean_problem.pb.h.
◆ add_literals()
|
inline |
Definition at line 1173 of file boolean_problem.pb.h.
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_coefficients()
|
inline |
Definition at line 1203 of file boolean_problem.pb.h.
◆ clear_literals()
|
inline |
Definition at line 1156 of file boolean_problem.pb.h.
◆ clear_offset()
|
inline |
Definition at line 1251 of file boolean_problem.pb.h.
◆ clear_scaling_factor()
|
inline |
Definition at line 1279 of file boolean_problem.pb.h.
◆ coefficients() [1/2]
|
inline |
Definition at line 1229 of file boolean_problem.pb.h.
◆ coefficients() [2/2]
|
inline |
Definition at line 1209 of file boolean_problem.pb.h.
◆ coefficients_size()
|
inline |
Definition at line 1200 of file boolean_problem.pb.h.
◆ CopyFrom() [1/2]
|
final |
◆ CopyFrom() [2/2]
| void CopyFrom | ( | const LinearObjective & | from | ) |
◆ default_instance()
|
static |
◆ descriptor()
|
inlinestatic |
Definition at line 338 of file boolean_problem.pb.h.
◆ GetCachedSize()
|
inlinefinal |
Definition at line 385 of file boolean_problem.pb.h.
◆ GetDescriptor()
|
inlinestatic |
Definition at line 341 of file boolean_problem.pb.h.
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
Definition at line 344 of file boolean_problem.pb.h.
◆ has_offset()
|
inline |
Definition at line 1248 of file boolean_problem.pb.h.
◆ has_scaling_factor()
|
inline |
Definition at line 1276 of file boolean_problem.pb.h.
◆ InitAsDefaultInstance()
|
static |
◆ internal_default_instance()
|
inlinestatic |
Definition at line 350 of file boolean_problem.pb.h.
◆ IsInitialized()
|
final |
◆ literals() [1/2]
|
inline |
Definition at line 1182 of file boolean_problem.pb.h.
◆ literals() [2/2]
|
inline |
Definition at line 1162 of file boolean_problem.pb.h.
◆ literals_size()
|
inline |
Definition at line 1153 of file boolean_problem.pb.h.
◆ MergeFrom() [1/2]
|
final |
◆ MergeFrom() [2/2]
| void MergeFrom | ( | const LinearObjective & | from | ) |
◆ mutable_coefficients()
|
inline |
Definition at line 1238 of file boolean_problem.pb.h.
◆ mutable_literals()
|
inline |
Definition at line 1191 of file boolean_problem.pb.h.
◆ mutable_unknown_fields()
|
inline |
Definition at line 334 of file boolean_problem.pb.h.
◆ New() [1/2]
|
inlinefinal |
Definition at line 367 of file boolean_problem.pb.h.
◆ New() [2/2]
|
inlinefinal |
Definition at line 371 of file boolean_problem.pb.h.
◆ offset()
|
inline |
Definition at line 1258 of file boolean_problem.pb.h.
◆ operator=() [1/2]
|
inline |
Definition at line 318 of file boolean_problem.pb.h.
◆ operator=() [2/2]
|
inlinenoexcept |
Definition at line 322 of file boolean_problem.pb.h.
◆ scaling_factor()
|
inline |
Definition at line 1286 of file boolean_problem.pb.h.
◆ set_coefficients()
|
inline |
Definition at line 1213 of file boolean_problem.pb.h.
◆ set_literals()
|
inline |
Definition at line 1166 of file boolean_problem.pb.h.
◆ set_offset()
|
inline |
Definition at line 1266 of file boolean_problem.pb.h.
◆ set_scaling_factor()
|
inline |
Definition at line 1294 of file boolean_problem.pb.h.
◆ Swap()
|
inline |
Definition at line 360 of file boolean_problem.pb.h.
◆ unknown_fields()
|
inline |
Definition at line 331 of file boolean_problem.pb.h.
Member Data Documentation
◆ kIndexInFileMessages
|
staticconstexpr |
Definition at line 354 of file boolean_problem.pb.h.
The documentation for this class was generated from the following file: