![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 1424 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 } |
nested types -------------------------------------------------— More... |
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 |
implements Message -------------------------------------------— | |
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 |
repeated .operations_research.scheduling.rcpsp.Resource resources = 1; | |
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 |
repeated .operations_research.scheduling.rcpsp.Task tasks = 2; | |
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 () |
string basedata = 12; | |
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 () |
string name = 14; | |
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 = 3; | |
bool | is_consumer_producer () const |
void | set_is_consumer_producer (bool value) |
void | clear_is_resource_investment () |
bool is_resource_investment = 4; | |
bool | is_resource_investment () const |
void | set_is_resource_investment (bool value) |
void | clear_is_rcpsp_max () |
bool is_rcpsp_max = 5; | |
bool | is_rcpsp_max () const |
void | set_is_rcpsp_max (bool value) |
void | clear_deadline () |
int32 deadline = 6; | |
::int32_t | deadline () const |
void | set_deadline (::int32_t value) |
void | clear_horizon () |
int32 horizon = 7; | |
::int32_t | horizon () const |
void | set_horizon (::int32_t value) |
void | clear_release_date () |
int32 release_date = 8; | |
::int32_t | release_date () const |
void | set_release_date (::int32_t value) |
void | clear_tardiness_cost () |
int32 tardiness_cost = 9; | |
::int32_t | tardiness_cost () const |
void | set_tardiness_cost (::int32_t value) |
void | clear_mpm_time () |
int32 mpm_time = 10; | |
::int32_t | mpm_time () const |
void | set_mpm_time (::int32_t value) |
void | clear_seed () |
int64 seed = 11; | |
::int64_t | seed () const |
void | set_seed (::int64_t value) |
void | clear_due_date () |
int32 due_date = 13; | |
::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 |
Protected Member Functions | |
RcpspProblem (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
RcpspProblem (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const RcpspProblem &from) | |
RcpspProblem (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, RcpspProblem &&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_2fscheduling_2frcpsp_2eproto |
void | swap (RcpspProblem &a, RcpspProblem &b) |
anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
Definition at line 1566 of file rcpsp.pb.h.
|
inline |
Definition at line 1427 of file rcpsp.pb.h.
operations_research::scheduling::rcpsp::RcpspProblem::~RcpspProblem | ( | ) |
@protoc_insertion_point(destructor:operations_research.scheduling.rcpsp.RcpspProblem)
Definition at line 1938 of file rcpsp.pb.cc.
|
explicit |
|
inline |
Definition at line 1440 of file rcpsp.pb.h.
|
inlinenoexcept |
Definition at line 1441 of file rcpsp.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.scheduling.rcpsp.RcpspProblem)
Definition at line 1877 of file rcpsp.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.scheduling.rcpsp.RcpspProblem)
Definition at line 1897 of file rcpsp.pb.cc.
|
inlineprotectednoexcept |
Definition at line 1548 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 |
@protoc_insertion_point(serialize_to_array_start:operations_research.scheduling.rcpsp.RcpspProblem)
repeated .operations_research.scheduling.rcpsp.Resource resources = 1;
repeated .operations_research.scheduling.rcpsp.Task tasks = 2;
bool is_consumer_producer = 3;
bool is_resource_investment = 4;
bool is_rcpsp_max = 5;
int32 deadline = 6;
int32 horizon = 7;
int32 release_date = 8;
int32 tardiness_cost = 9;
int32 mpm_time = 10;
int64 seed = 11;
string basedata = 12;
int32 due_date = 13;
string name = 14;
@protoc_insertion_point(serialize_to_array_end:operations_research.scheduling.rcpsp.RcpspProblem)
Definition at line 2168 of file rcpsp.pb.cc.
|
inline |
@protoc_insertion_point(field_add:operations_research.scheduling.rcpsp.RcpspProblem.resources)
Definition at line 2319 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.scheduling.rcpsp.RcpspProblem.tasks)
Definition at line 2369 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.basedata)
Definition at line 2614 of file rcpsp.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.scheduling.rcpsp.RcpspProblem)
Prevent compiler warnings about cached_has_bits being unused
repeated .operations_research.scheduling.rcpsp.Resource resources = 1;
repeated .operations_research.scheduling.rcpsp.Task tasks = 2;
string basedata = 12;
string name = 14;
bool is_consumer_producer = 3;
bool is_resource_investment = 4;
bool is_rcpsp_max = 5;
int32 deadline = 6;
int32 horizon = 7;
int32 release_date = 8;
int32 tardiness_cost = 9;
int32 mpm_time = 10;
int64 seed = 11;
int32 due_date = 13;
Definition at line 2322 of file rcpsp.pb.cc.
PROTOBUF_NOINLINE void operations_research::scheduling::rcpsp::RcpspProblem::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.scheduling.rcpsp.RcpspProblem)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 2130 of file rcpsp.pb.cc.
|
inline |
string basedata = 12;
Definition at line 2609 of file rcpsp.pb.h.
|
inline |
int32 deadline = 6;
Definition at line 2465 of file rcpsp.pb.h.
|
inline |
int32 due_date = 13;
Definition at line 2674 of file rcpsp.pb.h.
|
inline |
int32 horizon = 7;
Definition at line 2489 of file rcpsp.pb.h.
|
inline |
bool is_consumer_producer = 3;
Definition at line 2393 of file rcpsp.pb.h.
|
inline |
bool is_rcpsp_max = 5;
Definition at line 2441 of file rcpsp.pb.h.
|
inline |
bool is_resource_investment = 4;
Definition at line 2417 of file rcpsp.pb.h.
|
inline |
int32 mpm_time = 10;
Definition at line 2561 of file rcpsp.pb.h.
|
inline |
string name = 14;
Definition at line 2698 of file rcpsp.pb.h.
|
inline |
int32 release_date = 8;
Definition at line 2513 of file rcpsp.pb.h.
|
inline |
Definition at line 2299 of file rcpsp.pb.h.
|
inline |
int64 seed = 11;
Definition at line 2585 of file rcpsp.pb.h.
|
inline |
int32 tardiness_cost = 9;
Definition at line 2537 of file rcpsp.pb.h.
|
inline |
Definition at line 2349 of file rcpsp.pb.h.
void operations_research::scheduling::rcpsp::RcpspProblem::CopyFrom | ( | const RcpspProblem & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.scheduling.rcpsp.RcpspProblem)
Definition at line 2528 of file rcpsp.pb.cc.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.deadline)
Definition at line 2470 of file rcpsp.pb.h.
|
inlinestatic |
Definition at line 1475 of file rcpsp.pb.h.
|
inlinestatic |
Definition at line 1466 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.due_date)
Definition at line 2679 of file rcpsp.pb.h.
|
inline |
Definition at line 1534 of file rcpsp.pb.h.
|
protected |
Definition at line 2004 of file rcpsp.pb.cc.
|
inlinestatic |
Definition at line 1469 of file rcpsp.pb.h.
google::protobuf::Metadata operations_research::scheduling::rcpsp::RcpspProblem::GetMetadata | ( | ) | const |
Definition at line 2554 of file rcpsp.pb.cc.
|
inlinestatic |
Definition at line 1472 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.horizon)
Definition at line 2494 of file rcpsp.pb.h.
|
staticconstexpr |
Definition at line 1976 of file rcpsp.pb.cc.
|
staticconstexprprotected |
Definition at line 1956 of file rcpsp.pb.cc.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.is_consumer_producer)
Definition at line 2398 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.is_rcpsp_max)
Definition at line 2446 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.is_resource_investment)
Definition at line 2422 of file rcpsp.pb.h.
|
inline |
Definition at line 1510 of file rcpsp.pb.h.
|
inline |
Definition at line 1503 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.mpm_time)
Definition at line 2566 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.scheduling.rcpsp.RcpspProblem.basedata)
Definition at line 2626 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.scheduling.rcpsp.RcpspProblem.name)
Definition at line 2715 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.scheduling.rcpsp.RcpspProblem.resources)
Definition at line 2308 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.scheduling.rcpsp.RcpspProblem.resources)
Definition at line 2303 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.scheduling.rcpsp.RcpspProblem.tasks)
Definition at line 2358 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.scheduling.rcpsp.RcpspProblem.tasks)
Definition at line 2353 of file rcpsp.pb.h.
|
inline |
Definition at line 1461 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.name)
Definition at line 2703 of file rcpsp.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 1497 of file rcpsp.pb.h.
|
inline |
Definition at line 1443 of file rcpsp.pb.h.
|
inlinenoexcept |
Definition at line 1447 of file rcpsp.pb.h.
|
inlinestaticprotected |
Definition at line 1951 of file rcpsp.pb.cc.
|
inlinenodiscard |
@protoc_insertion_point(field_release:operations_research.scheduling.rcpsp.RcpspProblem.basedata)
Definition at line 2646 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.release_date)
Definition at line 2518 of file rcpsp.pb.h.
|
inlinenodiscard |
@protoc_insertion_point(field_release:operations_research.scheduling.rcpsp.RcpspProblem.name)
Definition at line 2735 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.scheduling.rcpsp.RcpspProblem.resources)
Definition at line 2326 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.resources)
Definition at line 2314 of file rcpsp.pb.h.
|
inline |
repeated .operations_research.scheduling.rcpsp.Resource resources = 1;
Definition at line 2296 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.seed)
Definition at line 2590 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.scheduling.rcpsp.RcpspProblem.basedata)
Definition at line 2659 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.scheduling.rcpsp.RcpspProblem.name)
Definition at line 2748 of file rcpsp.pb.h.
void operations_research::scheduling::rcpsp::RcpspProblem::set_basedata | ( | Arg_ && | arg, |
Args_... | args ) |
PROTOBUF_ALWAYS_INLINE void operations_research::scheduling::rcpsp::RcpspProblem::set_basedata | ( | Arg_ && | arg, |
Args_... | args ) |
@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.basedata)
Definition at line 2620 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.deadline)
Definition at line 2474 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.due_date)
Definition at line 2683 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.horizon)
Definition at line 2498 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.is_consumer_producer)
Definition at line 2402 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.is_rcpsp_max)
Definition at line 2450 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.is_resource_investment)
Definition at line 2426 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.mpm_time)
Definition at line 2570 of file rcpsp.pb.h.
void operations_research::scheduling::rcpsp::RcpspProblem::set_name | ( | Arg_ && | arg, |
Args_... | args ) |
PROTOBUF_ALWAYS_INLINE void operations_research::scheduling::rcpsp::RcpspProblem::set_name | ( | Arg_ && | arg, |
Args_... | args ) |
@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.name)
Definition at line 2709 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.release_date)
Definition at line 2522 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.seed)
Definition at line 2594 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.tardiness_cost)
Definition at line 2546 of file rcpsp.pb.h.
|
inline |
Definition at line 1481 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.tardiness_cost)
Definition at line 2542 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.scheduling.rcpsp.RcpspProblem.tasks)
Definition at line 2376 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.tasks)
Definition at line 2364 of file rcpsp.pb.h.
|
inline |
repeated .operations_research.scheduling.rcpsp.Task tasks = 2;
Definition at line 2346 of file rcpsp.pb.h.
|
inline |
Definition at line 1457 of file rcpsp.pb.h.
|
inline |
Definition at line 1489 of file rcpsp.pb.h.
|
friend |
Definition at line 1756 of file rcpsp.pb.h.
|
friend |
Definition at line 1758 of file rcpsp.pb.h.
|
friend |
Definition at line 1749 of file rcpsp.pb.h.
|
friend |
Definition at line 1755 of file rcpsp.pb.h.
|
friend |
Definition at line 1789 of file rcpsp.pb.h.
|
friend |
Definition at line 1480 of file rcpsp.pb.h.
Impl_ operations_research::scheduling::rcpsp::RcpspProblem::_impl_ |
Definition at line 1788 of file rcpsp.pb.h.
|
staticconstexpr |
Definition at line 1479 of file rcpsp.pb.h.