![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 1422 of file rcpsp.pb.h.
#include <rcpsp.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kResourcesFieldNumber = 1 , kTasksFieldNumber = 2 , kBasedataFieldNumber = 12 , kNameFieldNumber = 14 , kIsConsumerProducerFieldNumber = 3 , kIsResourceInvestmentFieldNumber = 4 , kIsRcpspMaxFieldNumber = 5 , kDeadlineFieldNumber = 6 , kHorizonFieldNumber = 7 , kReleaseDateFieldNumber = 8 , kTardinessCostFieldNumber = 9 , kMpmTimeFieldNumber = 10 , kSeedFieldNumber = 11 , kDueDateFieldNumber = 13 } |
Public Member Functions | |
| RcpspProblem () | |
| ~RcpspProblem () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | RcpspProblem (::google::protobuf::internal::ConstantInitialized) |
| RcpspProblem (const RcpspProblem &from) | |
| RcpspProblem (RcpspProblem &&from) noexcept | |
| RcpspProblem & | operator= (const RcpspProblem &from) |
| RcpspProblem & | operator= (RcpspProblem &&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 (RcpspProblem *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (RcpspProblem *PROTOBUF_NONNULL other) |
| RcpspProblem *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const RcpspProblem &from) |
| void | MergeFrom (const RcpspProblem &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 | resources_size () const |
| void | clear_resources () |
| ::operations_research::scheduling::rcpsp::Resource *PROTOBUF_NONNULL | mutable_resources (int index) |
| ::google::protobuf::RepeatedPtrField<::operations_research::scheduling::rcpsp::Resource > *PROTOBUF_NONNULL | mutable_resources () |
| const ::operations_research::scheduling::rcpsp::Resource & | resources (int index) const |
| ::operations_research::scheduling::rcpsp::Resource *PROTOBUF_NONNULL | add_resources () |
| const ::google::protobuf::RepeatedPtrField<::operations_research::scheduling::rcpsp::Resource > & | resources () const |
| int | tasks_size () const |
| void | clear_tasks () |
| ::operations_research::scheduling::rcpsp::Task *PROTOBUF_NONNULL | mutable_tasks (int index) |
| ::google::protobuf::RepeatedPtrField<::operations_research::scheduling::rcpsp::Task > *PROTOBUF_NONNULL | mutable_tasks () |
| const ::operations_research::scheduling::rcpsp::Task & | tasks (int index) const |
| ::operations_research::scheduling::rcpsp::Task *PROTOBUF_NONNULL | add_tasks () |
| const ::google::protobuf::RepeatedPtrField<::operations_research::scheduling::rcpsp::Task > & | tasks () const |
| void | clear_basedata () |
| const ::std::string & | basedata () const |
| template<typename Arg_ = const ::std::string&, typename... Args_> | |
| void | set_basedata (Arg_ &&arg, Args_... args) |
| ::std::string *PROTOBUF_NONNULL | mutable_basedata () |
| ::std::string *PROTOBUF_NULLABLE | release_basedata () |
| void | set_allocated_basedata (::std::string *PROTOBUF_NULLABLE value) |
| void | clear_name () |
| const ::std::string & | name () const |
| template<typename Arg_ = const ::std::string&, typename... Args_> | |
| void | set_name (Arg_ &&arg, Args_... args) |
| ::std::string *PROTOBUF_NONNULL | mutable_name () |
| ::std::string *PROTOBUF_NULLABLE | release_name () |
| void | set_allocated_name (::std::string *PROTOBUF_NULLABLE value) |
| void | clear_is_consumer_producer () |
| bool | is_consumer_producer () const |
| void | set_is_consumer_producer (bool value) |
| void | clear_is_resource_investment () |
| bool | is_resource_investment () const |
| void | set_is_resource_investment (bool value) |
| void | clear_is_rcpsp_max () |
| bool | is_rcpsp_max () const |
| void | set_is_rcpsp_max (bool value) |
| void | clear_deadline () |
| ::int32_t | deadline () const |
| void | set_deadline (::int32_t value) |
| void | clear_horizon () |
| ::int32_t | horizon () const |
| void | set_horizon (::int32_t value) |
| void | clear_release_date () |
| ::int32_t | release_date () const |
| void | set_release_date (::int32_t value) |
| void | clear_tardiness_cost () |
| ::int32_t | tardiness_cost () const |
| void | set_tardiness_cost (::int32_t value) |
| void | clear_mpm_time () |
| ::int32_t | mpm_time () const |
| void | set_mpm_time (::int32_t value) |
| void | clear_seed () |
| ::int64_t | seed () const |
| void | set_seed (::int64_t value) |
| void | clear_due_date () |
| ::int32_t | due_date () const |
| void | set_due_date (::int32_t value) |
| template<typename> | |
| PROTOBUF_CONSTEXPR | RcpspProblem (::_pbi::ConstantInitialized) |
| template<typename Arg_, typename... Args_> | |
| PROTOBUF_ALWAYS_INLINE void | set_basedata (Arg_ &&arg, Args_... args) |
| template<typename Arg_, typename... Args_> | |
| PROTOBUF_ALWAYS_INLINE void | set_name (Arg_ &&arg, Args_... args) |
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 RcpspProblem & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 5 |
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_2fscheduling_2frcpsp_2eproto |
| void | swap (RcpspProblem &a, RcpspProblem &b) |
| anonymous enum : int |
Definition at line 1563 of file rcpsp.pb.h.
|
inline |
Definition at line 1425 of file rcpsp.pb.h.
| operations_research::scheduling::rcpsp::RcpspProblem::~RcpspProblem | ( | ) |
Definition at line 2105 of file rcpsp.pb.cc.
|
explicit |
|
inline |
Definition at line 1438 of file rcpsp.pb.h.
|
inlinenoexcept |
Definition at line 1439 of file rcpsp.pb.h.
| PROTOBUF_CONSTEXPR operations_research::scheduling::rcpsp::RcpspProblem::RcpspProblem | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 218 of file rcpsp.pb.cc.
|
final |
Definition at line 2342 of file rcpsp.pb.cc.
|
inline |
Definition at line 2358 of file rcpsp.pb.h.
|
inline |
Definition at line 2414 of file rcpsp.pb.h.
|
inline |
Definition at line 2672 of file rcpsp.pb.h.
|
final |
Definition at line 2504 of file rcpsp.pb.cc.
| PROTOBUF_NOINLINE void operations_research::scheduling::rcpsp::RcpspProblem::Clear | ( | ) |
Definition at line 2300 of file rcpsp.pb.cc.
|
inline |
Definition at line 2666 of file rcpsp.pb.h.
|
inline |
Definition at line 2516 of file rcpsp.pb.h.
|
inline |
Definition at line 2731 of file rcpsp.pb.h.
|
inline |
Definition at line 2541 of file rcpsp.pb.h.
|
inline |
Definition at line 2441 of file rcpsp.pb.h.
|
inline |
Definition at line 2491 of file rcpsp.pb.h.
|
inline |
Definition at line 2466 of file rcpsp.pb.h.
|
inline |
Definition at line 2616 of file rcpsp.pb.h.
|
inline |
Definition at line 2756 of file rcpsp.pb.h.
|
inline |
Definition at line 2566 of file rcpsp.pb.h.
|
inline |
Definition at line 2335 of file rcpsp.pb.h.
|
inline |
Definition at line 2641 of file rcpsp.pb.h.
|
inline |
Definition at line 2591 of file rcpsp.pb.h.
|
inline |
Definition at line 2391 of file rcpsp.pb.h.
| void operations_research::scheduling::rcpsp::RcpspProblem::CopyFrom | ( | const RcpspProblem & | from | ) |
Definition at line 2721 of file rcpsp.pb.cc.
|
inline |
Definition at line 2522 of file rcpsp.pb.h.
|
inlinestatic |
Definition at line 1473 of file rcpsp.pb.h.
|
inlinestatic |
Definition at line 1464 of file rcpsp.pb.h.
|
inline |
Definition at line 2737 of file rcpsp.pb.h.
|
inline |
Definition at line 1532 of file rcpsp.pb.h.
|
inlinestatic |
Definition at line 1467 of file rcpsp.pb.h.
| google::protobuf::Metadata operations_research::scheduling::rcpsp::RcpspProblem::GetMetadata | ( | ) | const |
Definition at line 2747 of file rcpsp.pb.cc.
|
inlinestatic |
Definition at line 1470 of file rcpsp.pb.h.
|
inline |
Definition at line 2547 of file rcpsp.pb.h.
|
staticconstexpr |
Definition at line 2146 of file rcpsp.pb.cc.
|
inline |
Definition at line 2447 of file rcpsp.pb.h.
|
inline |
Definition at line 2497 of file rcpsp.pb.h.
|
inline |
Definition at line 2472 of file rcpsp.pb.h.
|
inline |
Definition at line 1508 of file rcpsp.pb.h.
|
inline |
Definition at line 1501 of file rcpsp.pb.h.
|
inline |
Definition at line 2622 of file rcpsp.pb.h.
|
inline |
Definition at line 2684 of file rcpsp.pb.h.
|
inline |
Definition at line 2774 of file rcpsp.pb.h.
|
inline |
Definition at line 2346 of file rcpsp.pb.h.
|
inline |
Definition at line 2341 of file rcpsp.pb.h.
|
inline |
Definition at line 2402 of file rcpsp.pb.h.
|
inline |
Definition at line 2397 of file rcpsp.pb.h.
|
inline |
Definition at line 1459 of file rcpsp.pb.h.
|
inline |
Definition at line 2762 of file rcpsp.pb.h.
|
inline |
Definition at line 1495 of file rcpsp.pb.h.
|
inline |
Definition at line 1441 of file rcpsp.pb.h.
|
inlinenoexcept |
Definition at line 1445 of file rcpsp.pb.h.
|
inlinenodiscard |
Definition at line 2703 of file rcpsp.pb.h.
|
inline |
Definition at line 2572 of file rcpsp.pb.h.
|
inlinenodiscard |
Definition at line 2793 of file rcpsp.pb.h.
|
inline |
Definition at line 2368 of file rcpsp.pb.h.
|
inline |
Definition at line 2353 of file rcpsp.pb.h.
|
inline |
Definition at line 2332 of file rcpsp.pb.h.
|
inline |
Definition at line 2647 of file rcpsp.pb.h.
|
inline |
Definition at line 2716 of file rcpsp.pb.h.
|
inline |
Definition at line 2806 of file rcpsp.pb.h.
| PROTOBUF_ALWAYS_INLINE void operations_research::scheduling::rcpsp::RcpspProblem::set_basedata | ( | Arg_ && | arg, |
| Args_... | args ) |
Definition at line 2678 of file rcpsp.pb.h.
| void operations_research::scheduling::rcpsp::RcpspProblem::set_basedata | ( | Arg_ && | arg, |
| Args_... | args ) |
|
inline |
Definition at line 2526 of file rcpsp.pb.h.
|
inline |
Definition at line 2741 of file rcpsp.pb.h.
|
inline |
Definition at line 2551 of file rcpsp.pb.h.
|
inline |
Definition at line 2451 of file rcpsp.pb.h.
|
inline |
Definition at line 2501 of file rcpsp.pb.h.
|
inline |
Definition at line 2476 of file rcpsp.pb.h.
|
inline |
Definition at line 2626 of file rcpsp.pb.h.
| PROTOBUF_ALWAYS_INLINE void operations_research::scheduling::rcpsp::RcpspProblem::set_name | ( | Arg_ && | arg, |
| Args_... | args ) |
Definition at line 2768 of file rcpsp.pb.h.
| void operations_research::scheduling::rcpsp::RcpspProblem::set_name | ( | Arg_ && | arg, |
| Args_... | args ) |
|
inline |
Definition at line 2576 of file rcpsp.pb.h.
|
inline |
Definition at line 2651 of file rcpsp.pb.h.
|
inline |
Definition at line 2601 of file rcpsp.pb.h.
|
inline |
Definition at line 1479 of file rcpsp.pb.h.
|
inline |
Definition at line 2597 of file rcpsp.pb.h.
|
inline |
Definition at line 2424 of file rcpsp.pb.h.
|
inline |
Definition at line 2409 of file rcpsp.pb.h.
|
inline |
Definition at line 2388 of file rcpsp.pb.h.
|
inline |
Definition at line 1455 of file rcpsp.pb.h.
|
inline |
Definition at line 1487 of file rcpsp.pb.h.
|
friend |
Definition at line 1753 of file rcpsp.pb.h.
|
friend |
Definition at line 1755 of file rcpsp.pb.h.
|
friend |
Definition at line 1746 of file rcpsp.pb.h.
|
friend |
Definition at line 1752 of file rcpsp.pb.h.
|
friend |
Definition at line 1786 of file rcpsp.pb.h.
|
friend |
Definition at line 1478 of file rcpsp.pb.h.
| Impl_ operations_research::scheduling::rcpsp::RcpspProblem::_impl_ |
Definition at line 1785 of file rcpsp.pb.h.
|
staticconstexpr |
Definition at line 1477 of file rcpsp.pb.h.