![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 342 of file set_cover.pb.h.
#include <set_cover.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kSubsetFieldNumber = 3 , kFingerprintFieldNumber = 6 , kModelFingerprintFieldNumber = 7 , kNumSubsetsFieldNumber = 2 , kCostFieldNumber = 4 , kCostLowerBoundFieldNumber = 5 , kStatusFieldNumber = 1 } |
| using | Status = SetCoverSolutionResponse_Status |
Public Member Functions | |
| SetCoverSolutionResponse () | |
| ~SetCoverSolutionResponse () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | SetCoverSolutionResponse (::google::protobuf::internal::ConstantInitialized) |
| SetCoverSolutionResponse (const SetCoverSolutionResponse &from) | |
| SetCoverSolutionResponse (SetCoverSolutionResponse &&from) noexcept | |
| SetCoverSolutionResponse & | operator= (const SetCoverSolutionResponse &from) |
| SetCoverSolutionResponse & | operator= (SetCoverSolutionResponse &&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 (SetCoverSolutionResponse *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (SetCoverSolutionResponse *PROTOBUF_NONNULL other) |
| SetCoverSolutionResponse *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const SetCoverSolutionResponse &from) |
| void | MergeFrom (const SetCoverSolutionResponse &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 | subset_size () const |
| void | clear_subset () |
| ::int64_t | subset (int index) const |
| void | set_subset (int index, ::int64_t value) |
| void | add_subset (::int64_t value) |
| const ::google::protobuf::RepeatedField<::int64_t > & | subset () const |
| ::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL | mutable_subset () |
| bool | has_fingerprint () const |
| void | clear_fingerprint () |
| const ::operations_research::Int128 & | fingerprint () const |
| ::operations_research::Int128 *PROTOBUF_NULLABLE | release_fingerprint () |
| ::operations_research::Int128 *PROTOBUF_NONNULL | mutable_fingerprint () |
| void | set_allocated_fingerprint (::operations_research::Int128 *PROTOBUF_NULLABLE value) |
| void | unsafe_arena_set_allocated_fingerprint (::operations_research::Int128 *PROTOBUF_NULLABLE value) |
| ::operations_research::Int128 *PROTOBUF_NULLABLE | unsafe_arena_release_fingerprint () |
| bool | has_model_fingerprint () const |
| void | clear_model_fingerprint () |
| const ::operations_research::Int128 & | model_fingerprint () const |
| ::operations_research::Int128 *PROTOBUF_NULLABLE | release_model_fingerprint () |
| ::operations_research::Int128 *PROTOBUF_NONNULL | mutable_model_fingerprint () |
| void | set_allocated_model_fingerprint (::operations_research::Int128 *PROTOBUF_NULLABLE value) |
| void | unsafe_arena_set_allocated_model_fingerprint (::operations_research::Int128 *PROTOBUF_NULLABLE value) |
| ::operations_research::Int128 *PROTOBUF_NULLABLE | unsafe_arena_release_model_fingerprint () |
| bool | has_num_subsets () const |
| void | clear_num_subsets () |
| ::int64_t | num_subsets () const |
| void | set_num_subsets (::int64_t value) |
| bool | has_cost () const |
| void | clear_cost () |
| double | cost () const |
| void | set_cost (double value) |
| bool | has_cost_lower_bound () const |
| void | clear_cost_lower_bound () |
| double | cost_lower_bound () const |
| void | set_cost_lower_bound (double value) |
| bool | has_status () const |
| void | clear_status () |
| ::operations_research::SetCoverSolutionResponse_Status | status () const |
| void | set_status (::operations_research::SetCoverSolutionResponse_Status value) |
| template<typename> | |
| PROTOBUF_CONSTEXPR | SetCoverSolutionResponse (::_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 SetCoverSolutionResponse & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
| static bool | Status_IsValid (int value) |
| static const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL | Status_descriptor () |
| template<typename T> | |
| static const ::std::string & | Status_Name (T value) |
| static bool | Status_Parse (::absl::string_view name, Status *PROTOBUF_NONNULL value) |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 2 |
| static constexpr Status | UNDEFINED = SetCoverSolutionResponse_Status_UNDEFINED |
| static constexpr Status | OPTIMAL = SetCoverSolutionResponse_Status_OPTIMAL |
| static constexpr Status | FEASIBLE = SetCoverSolutionResponse_Status_FEASIBLE |
| static constexpr Status | INFEASIBLE = SetCoverSolutionResponse_Status_INFEASIBLE |
| static constexpr Status | INVALID = SetCoverSolutionResponse_Status_INVALID |
| static constexpr Status | Status_MIN = SetCoverSolutionResponse_Status_Status_MIN |
| static constexpr Status | Status_MAX = SetCoverSolutionResponse_Status_Status_MAX |
| static constexpr int | Status_ARRAYSIZE = SetCoverSolutionResponse_Status_Status_ARRAYSIZE |
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_2fset_5fcover_2fset_5fcover_2eproto |
| void | swap (SetCoverSolutionResponse &a, SetCoverSolutionResponse &b) |
Definition at line 481 of file set_cover.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kSubsetFieldNumber | |
| kFingerprintFieldNumber | |
| kModelFingerprintFieldNumber | |
| kNumSubsetsFieldNumber | |
| kCostFieldNumber | |
| kCostLowerBoundFieldNumber | |
| kStatusFieldNumber | |
Definition at line 506 of file set_cover.pb.h.
|
inline |
Definition at line 345 of file set_cover.pb.h.
| operations_research::SetCoverSolutionResponse::~SetCoverSolutionResponse | ( | ) |
Definition at line 981 of file set_cover.pb.cc.
|
explicit |
|
inline |
Definition at line 358 of file set_cover.pb.h.
|
inlinenoexcept |
Definition at line 359 of file set_cover.pb.h.
| PROTOBUF_CONSTEXPR operations_research::SetCoverSolutionResponse::SetCoverSolutionResponse | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 69 of file set_cover.pb.cc.
|
final |
Definition at line 1161 of file set_cover.pb.cc.
|
inline |
Definition at line 1288 of file set_cover.pb.h.
|
final |
Definition at line 1240 of file set_cover.pb.cc.
| PROTOBUF_NOINLINE void operations_research::SetCoverSolutionResponse::Clear | ( | ) |
Definition at line 1125 of file set_cover.pb.cc.
|
inline |
Definition at line 1322 of file set_cover.pb.h.
|
inline |
Definition at line 1351 of file set_cover.pb.h.
| void operations_research::SetCoverSolutionResponse::clear_fingerprint | ( | ) |
Definition at line 905 of file set_cover.pb.cc.
| void operations_research::SetCoverSolutionResponse::clear_model_fingerprint | ( | ) |
Definition at line 911 of file set_cover.pb.cc.
|
inline |
Definition at line 1243 of file set_cover.pb.h.
|
inline |
Definition at line 1214 of file set_cover.pb.h.
|
inline |
Definition at line 1274 of file set_cover.pb.h.
| void operations_research::SetCoverSolutionResponse::CopyFrom | ( | const SetCoverSolutionResponse & | from | ) |
Definition at line 1339 of file set_cover.pb.cc.
|
inline |
Definition at line 1328 of file set_cover.pb.h.
|
inline |
Definition at line 1357 of file set_cover.pb.h.
|
inlinestatic |
Definition at line 393 of file set_cover.pb.h.
|
inlinestatic |
Definition at line 384 of file set_cover.pb.h.
|
inline |
Definition at line 1386 of file set_cover.pb.h.
|
inline |
Definition at line 452 of file set_cover.pb.h.
|
inlinestatic |
Definition at line 387 of file set_cover.pb.h.
| google::protobuf::Metadata operations_research::SetCoverSolutionResponse::GetMetadata | ( | ) | const |
Definition at line 1360 of file set_cover.pb.cc.
|
inlinestatic |
Definition at line 390 of file set_cover.pb.h.
|
inline |
Definition at line 1318 of file set_cover.pb.h.
|
inline |
Definition at line 1347 of file set_cover.pb.h.
|
inline |
Definition at line 1376 of file set_cover.pb.h.
|
inline |
Definition at line 1469 of file set_cover.pb.h.
|
inline |
Definition at line 1239 of file set_cover.pb.h.
|
inline |
Definition at line 1210 of file set_cover.pb.h.
|
staticconstexpr |
Definition at line 1018 of file set_cover.pb.cc.
|
inline |
Definition at line 428 of file set_cover.pb.h.
|
inline |
Definition at line 421 of file set_cover.pb.h.
|
inline |
Definition at line 1479 of file set_cover.pb.h.
|
inline |
Definition at line 1440 of file set_cover.pb.h.
|
inline |
Definition at line 1533 of file set_cover.pb.h.
|
inline |
Definition at line 1299 of file set_cover.pb.h.
|
inline |
Definition at line 379 of file set_cover.pb.h.
|
inline |
Definition at line 415 of file set_cover.pb.h.
|
inline |
Definition at line 1249 of file set_cover.pb.h.
|
inline |
Definition at line 361 of file set_cover.pb.h.
|
inlinenoexcept |
Definition at line 365 of file set_cover.pb.h.
|
inlinenodiscard |
Definition at line 1404 of file set_cover.pb.h.
|
inlinenodiscard |
Definition at line 1497 of file set_cover.pb.h.
|
inline |
Definition at line 1447 of file set_cover.pb.h.
|
inline |
Definition at line 1540 of file set_cover.pb.h.
|
inline |
Definition at line 1332 of file set_cover.pb.h.
|
inline |
Definition at line 1361 of file set_cover.pb.h.
|
inline |
Definition at line 1253 of file set_cover.pb.h.
|
inline |
Definition at line 1224 of file set_cover.pb.h.
|
inline |
Definition at line 1284 of file set_cover.pb.h.
|
inline |
Definition at line 1220 of file set_cover.pb.h.
|
inlinestatic |
Definition at line 493 of file set_cover.pb.h.
|
inlinestatic |
Definition at line 487 of file set_cover.pb.h.
|
inlinestatic |
Definition at line 497 of file set_cover.pb.h.
|
inlinestatic |
Definition at line 500 of file set_cover.pb.h.
|
inline |
Definition at line 1294 of file set_cover.pb.h.
|
inline |
Definition at line 1280 of file set_cover.pb.h.
|
inline |
Definition at line 1271 of file set_cover.pb.h.
|
inline |
Definition at line 399 of file set_cover.pb.h.
|
inline |
Definition at line 375 of file set_cover.pb.h.
|
inline |
Definition at line 1423 of file set_cover.pb.h.
|
inline |
Definition at line 1516 of file set_cover.pb.h.
|
inline |
Definition at line 1390 of file set_cover.pb.h.
|
inline |
Definition at line 1483 of file set_cover.pb.h.
|
inline |
Definition at line 407 of file set_cover.pb.h.
|
friend |
Definition at line 617 of file set_cover.pb.h.
|
friend |
Definition at line 619 of file set_cover.pb.h.
|
friend |
Definition at line 610 of file set_cover.pb.h.
|
friend |
Definition at line 616 of file set_cover.pb.h.
|
friend |
Definition at line 644 of file set_cover.pb.h.
|
friend |
Definition at line 398 of file set_cover.pb.h.
| Impl_ operations_research::SetCoverSolutionResponse::_impl_ |
Definition at line 643 of file set_cover.pb.h.
|
staticconstexpr |
Definition at line 484 of file set_cover.pb.h.
|
staticconstexpr |
Definition at line 485 of file set_cover.pb.h.
|
staticconstexpr |
Definition at line 486 of file set_cover.pb.h.
|
staticconstexpr |
Definition at line 397 of file set_cover.pb.h.
|
staticconstexpr |
Definition at line 483 of file set_cover.pb.h.
|
staticconstexpr |
Definition at line 492 of file set_cover.pb.h.
|
staticconstexpr |
Definition at line 491 of file set_cover.pb.h.
|
staticconstexpr |
Definition at line 490 of file set_cover.pb.h.
|
staticconstexpr |
Definition at line 482 of file set_cover.pb.h.