![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 1391 of file cp_model.pb.h.
#include <cp_model.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kVarsFieldNumber = 1 , kCoeffsFieldNumber = 2 , kOffsetFieldNumber = 3 } |
| nested types -------------------------------------------------— More... | |
Public Member Functions | |
| LinearExpressionProto () | |
| ~LinearExpressionProto () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | LinearExpressionProto (::google::protobuf::internal::ConstantInitialized) |
| LinearExpressionProto (const LinearExpressionProto &from) | |
| LinearExpressionProto (LinearExpressionProto &&from) noexcept | |
| LinearExpressionProto & | operator= (const LinearExpressionProto &from) |
| LinearExpressionProto & | operator= (LinearExpressionProto &&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 (LinearExpressionProto *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (LinearExpressionProto *PROTOBUF_NONNULL other) |
| LinearExpressionProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| implements Message -------------------------------------------— | |
| void | CopyFrom (const LinearExpressionProto &from) |
| void | MergeFrom (const LinearExpressionProto &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 | vars_size () const |
| repeated int32 vars = 1; | |
| void | clear_vars () |
| ::int32_t | vars (int index) const |
| void | set_vars (int index, ::int32_t value) |
| void | add_vars (::int32_t value) |
| const ::google::protobuf::RepeatedField<::int32_t > & | vars () const |
| ::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL | mutable_vars () |
| int | coeffs_size () const |
| repeated int64 coeffs = 2; | |
| void | clear_coeffs () |
| ::int64_t | coeffs (int index) const |
| void | set_coeffs (int index, ::int64_t value) |
| void | add_coeffs (::int64_t value) |
| const ::google::protobuf::RepeatedField<::int64_t > & | coeffs () const |
| ::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL | mutable_coeffs () |
| void | clear_offset () |
| int64 offset = 3; | |
| ::int64_t | offset () const |
| void | set_offset (::int64_t value) |
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 LinearExpressionProto & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 2 |
Protected Member Functions | |
| LinearExpressionProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
| LinearExpressionProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const LinearExpressionProto &from) | |
| LinearExpressionProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, LinearExpressionProto &&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 (LinearExpressionProto &a, LinearExpressionProto &b) |
| anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
| Enumerator | |
|---|---|
| kVarsFieldNumber | |
| kCoeffsFieldNumber | |
| kOffsetFieldNumber | |
Definition at line 1533 of file cp_model.pb.h.
|
inline |
Definition at line 1394 of file cp_model.pb.h.
| operations_research::sat::LinearExpressionProto::~LinearExpressionProto | ( | ) |
@protoc_insertion_point(destructor:operations_research.sat.LinearExpressionProto)
Definition at line 2158 of file cp_model.pb.cc.
|
explicit |
|
inline |
Definition at line 1407 of file cp_model.pb.h.
|
inlinenoexcept |
Definition at line 1408 of file cp_model.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.sat.LinearExpressionProto)
Definition at line 2108 of file cp_model.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.sat.LinearExpressionProto)
Definition at line 2128 of file cp_model.pb.cc.
|
inlineprotectednoexcept |
Definition at line 1515 of file cp_model.pb.h.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.sat.LinearExpressionProto)
repeated int32 vars = 1;
repeated int64 coeffs = 2;
int64 offset = 3;
@protoc_insertion_point(serialize_to_array_end:operations_research.sat.LinearExpressionProto)
Definition at line 2294 of file cp_model.pb.cc.
|
inline |
@protoc_insertion_point(field_add:operations_research.sat.LinearExpressionProto.coeffs)
Definition at line 8593 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.sat.LinearExpressionProto.vars)
Definition at line 8547 of file cp_model.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.sat.LinearExpressionProto)
Prevent compiler warnings about cached_has_bits being unused
repeated int32 vars = 1;
repeated int64 coeffs = 2;
int64 offset = 3;
Definition at line 2343 of file cp_model.pb.cc.
| PROTOBUF_NOINLINE void operations_research::sat::LinearExpressionProto::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.sat.LinearExpressionProto)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 2274 of file cp_model.pb.cc.
|
inline |
Definition at line 8581 of file cp_model.pb.h.
|
inline |
int64 offset = 3;
Definition at line 8621 of file cp_model.pb.h.
|
inline |
Definition at line 8535 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.sat.LinearExpressionProto.coeffs)
Definition at line 8598 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.sat.LinearExpressionProto.coeffs)
Definition at line 8585 of file cp_model.pb.h.
|
inline |
repeated int64 coeffs = 2;
Definition at line 8578 of file cp_model.pb.h.
| void operations_research::sat::LinearExpressionProto::CopyFrom | ( | const LinearExpressionProto & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.sat.LinearExpressionProto)
Definition at line 2404 of file cp_model.pb.cc.
|
inlinestatic |
Definition at line 1442 of file cp_model.pb.h.
|
inlinestatic |
Definition at line 1433 of file cp_model.pb.h.
|
inline |
Definition at line 1501 of file cp_model.pb.h.
|
protected |
Definition at line 2222 of file cp_model.pb.cc.
|
inlinestatic |
Definition at line 1436 of file cp_model.pb.h.
| google::protobuf::Metadata operations_research::sat::LinearExpressionProto::GetMetadata | ( | ) | const |
Definition at line 2421 of file cp_model.pb.cc.
|
inlinestatic |
Definition at line 1439 of file cp_model.pb.h.
|
staticconstexpr |
Definition at line 2194 of file cp_model.pb.cc.
|
staticconstexprprotected |
Definition at line 2174 of file cp_model.pb.cc.
|
inline |
Definition at line 1477 of file cp_model.pb.h.
|
inline |
Definition at line 1470 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.sat.LinearExpressionProto.coeffs)
Definition at line 8603 of file cp_model.pb.h.
|
inline |
Definition at line 1428 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.sat.LinearExpressionProto.vars)
Definition at line 8557 of file cp_model.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 1464 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.sat.LinearExpressionProto.offset)
Definition at line 8626 of file cp_model.pb.h.
|
inline |
Definition at line 1410 of file cp_model.pb.h.
|
inlinenoexcept |
Definition at line 1414 of file cp_model.pb.h.
|
inlinestaticprotected |
Definition at line 2169 of file cp_model.pb.cc.
|
inline |
@protoc_insertion_point(field_set:operations_research.sat.LinearExpressionProto.coeffs)
Definition at line 8589 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.sat.LinearExpressionProto.offset)
Definition at line 8630 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.sat.LinearExpressionProto.vars)
Definition at line 8543 of file cp_model.pb.h.
|
inline |
Definition at line 1448 of file cp_model.pb.h.
|
inline |
Definition at line 1424 of file cp_model.pb.h.
|
inline |
Definition at line 1456 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.sat.LinearExpressionProto.vars)
Definition at line 8552 of file cp_model.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.sat.LinearExpressionProto.vars)
Definition at line 8539 of file cp_model.pb.h.
|
inline |
repeated int32 vars = 1;
Definition at line 8532 of file cp_model.pb.h.
|
friend |
Definition at line 1594 of file cp_model.pb.h.
|
friend |
Definition at line 1596 of file cp_model.pb.h.
|
friend |
Definition at line 1587 of file cp_model.pb.h.
|
friend |
Definition at line 1593 of file cp_model.pb.h.
|
friend |
Definition at line 1618 of file cp_model.pb.h.
|
friend |
Definition at line 1447 of file cp_model.pb.h.
| Impl_ operations_research::sat::LinearExpressionProto::_impl_ |
Definition at line 1617 of file cp_model.pb.h.
|
staticconstexpr |
Definition at line 1446 of file cp_model.pb.h.