![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 1928 of file jobshop_scheduling.pb.h.
#include <jobshop_scheduling.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kJobsFieldNumber = 1 , kMachinesFieldNumber = 2 , kPrecedencesFieldNumber = 3 , kNameFieldNumber = 16 , kScalingFactorFieldNumber = 5 , kMakespanCostPerTimeUnitFieldNumber = 4 , kSeedFieldNumber = 24 } |
Public Member Functions | |
| JsspInputProblem () | |
| ~JsspInputProblem () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | JsspInputProblem (::google::protobuf::internal::ConstantInitialized) |
| JsspInputProblem (const JsspInputProblem &from) | |
| JsspInputProblem (JsspInputProblem &&from) noexcept | |
| JsspInputProblem & | operator= (const JsspInputProblem &from) |
| JsspInputProblem & | operator= (JsspInputProblem &&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 (JsspInputProblem *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (JsspInputProblem *PROTOBUF_NONNULL other) |
| JsspInputProblem *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const JsspInputProblem &from) |
| void | MergeFrom (const JsspInputProblem &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 | jobs_size () const |
| void | clear_jobs () |
| ::operations_research::scheduling::jssp::Job *PROTOBUF_NONNULL | mutable_jobs (int index) |
| ::google::protobuf::RepeatedPtrField<::operations_research::scheduling::jssp::Job > *PROTOBUF_NONNULL | mutable_jobs () |
| const ::operations_research::scheduling::jssp::Job & | jobs (int index) const |
| ::operations_research::scheduling::jssp::Job *PROTOBUF_NONNULL | add_jobs () |
| const ::google::protobuf::RepeatedPtrField<::operations_research::scheduling::jssp::Job > & | jobs () const |
| int | machines_size () const |
| void | clear_machines () |
| ::operations_research::scheduling::jssp::Machine *PROTOBUF_NONNULL | mutable_machines (int index) |
| ::google::protobuf::RepeatedPtrField<::operations_research::scheduling::jssp::Machine > *PROTOBUF_NONNULL | mutable_machines () |
| const ::operations_research::scheduling::jssp::Machine & | machines (int index) const |
| ::operations_research::scheduling::jssp::Machine *PROTOBUF_NONNULL | add_machines () |
| const ::google::protobuf::RepeatedPtrField<::operations_research::scheduling::jssp::Machine > & | machines () const |
| int | precedences_size () const |
| void | clear_precedences () |
| ::operations_research::scheduling::jssp::JobPrecedence *PROTOBUF_NONNULL | mutable_precedences (int index) |
| ::google::protobuf::RepeatedPtrField<::operations_research::scheduling::jssp::JobPrecedence > *PROTOBUF_NONNULL | mutable_precedences () |
| const ::operations_research::scheduling::jssp::JobPrecedence & | precedences (int index) const |
| ::operations_research::scheduling::jssp::JobPrecedence *PROTOBUF_NONNULL | add_precedences () |
| const ::google::protobuf::RepeatedPtrField<::operations_research::scheduling::jssp::JobPrecedence > & | precedences () const |
| 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) |
| bool | has_scaling_factor () const |
| void | clear_scaling_factor () |
| const ::google::protobuf::DoubleValue & | scaling_factor () const |
| ::google::protobuf::DoubleValue *PROTOBUF_NULLABLE | release_scaling_factor () |
| ::google::protobuf::DoubleValue *PROTOBUF_NONNULL | mutable_scaling_factor () |
| void | set_allocated_scaling_factor (::google::protobuf::DoubleValue *PROTOBUF_NULLABLE value) |
| void | unsafe_arena_set_allocated_scaling_factor (::google::protobuf::DoubleValue *PROTOBUF_NULLABLE value) |
| ::google::protobuf::DoubleValue *PROTOBUF_NULLABLE | unsafe_arena_release_scaling_factor () |
| void | clear_makespan_cost_per_time_unit () |
| ::int64_t | makespan_cost_per_time_unit () const |
| void | set_makespan_cost_per_time_unit (::int64_t value) |
| void | clear_seed () |
| ::int32_t | seed () const |
| void | set_seed (::int32_t value) |
| template<typename> | |
| PROTOBUF_CONSTEXPR | JsspInputProblem (::_pbi::ConstantInitialized) |
| 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 JsspInputProblem & | 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_2fjobshop_5fscheduling_2eproto |
| void | swap (JsspInputProblem &a, JsspInputProblem &b) |
| anonymous enum : int |
| Enumerator | |
|---|---|
| kJobsFieldNumber | |
| kMachinesFieldNumber | |
| kPrecedencesFieldNumber | |
| kNameFieldNumber | |
| kScalingFactorFieldNumber | |
| kMakespanCostPerTimeUnitFieldNumber | |
| kSeedFieldNumber | |
Definition at line 2069 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 1931 of file jobshop_scheduling.pb.h.
| operations_research::scheduling::jssp::JsspInputProblem::~JsspInputProblem | ( | ) |
Definition at line 2394 of file jobshop_scheduling.pb.cc.
|
explicit |
|
inline |
Definition at line 1944 of file jobshop_scheduling.pb.h.
|
inlinenoexcept |
Definition at line 1945 of file jobshop_scheduling.pb.h.
| PROTOBUF_CONSTEXPR operations_research::scheduling::jssp::JsspInputProblem::JsspInputProblem | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 270 of file jobshop_scheduling.pb.cc.
|
final |
Definition at line 2589 of file jobshop_scheduling.pb.cc.
|
inline |
Definition at line 3140 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3196 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3252 of file jobshop_scheduling.pb.h.
|
final |
Definition at line 2689 of file jobshop_scheduling.pb.cc.
| PROTOBUF_NOINLINE void operations_research::scheduling::jssp::JsspInputProblem::Clear | ( | ) |
Definition at line 2548 of file jobshop_scheduling.pb.cc.
|
inline |
Definition at line 3117 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3173 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3279 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3422 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3229 of file jobshop_scheduling.pb.h.
| void operations_research::scheduling::jssp::JsspInputProblem::clear_scaling_factor | ( | ) |
Definition at line 2323 of file jobshop_scheduling.pb.cc.
|
inline |
Definition at line 3397 of file jobshop_scheduling.pb.h.
| void operations_research::scheduling::jssp::JsspInputProblem::CopyFrom | ( | const JsspInputProblem & | from | ) |
Definition at line 2818 of file jobshop_scheduling.pb.cc.
|
inlinestatic |
Definition at line 1979 of file jobshop_scheduling.pb.h.
|
inlinestatic |
Definition at line 1970 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 2038 of file jobshop_scheduling.pb.h.
|
inlinestatic |
Definition at line 1973 of file jobshop_scheduling.pb.h.
| google::protobuf::Metadata operations_research::scheduling::jssp::JsspInputProblem::GetMetadata | ( | ) | const |
Definition at line 2844 of file jobshop_scheduling.pb.cc.
|
inlinestatic |
Definition at line 1976 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3304 of file jobshop_scheduling.pb.h.
|
staticconstexpr |
Definition at line 2439 of file jobshop_scheduling.pb.cc.
|
inline |
Definition at line 2014 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3150 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3135 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3114 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3206 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3191 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3170 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3285 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 2007 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3128 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3123 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3184 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3179 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3440 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3240 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3235 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3368 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 1965 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3428 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 2001 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 1947 of file jobshop_scheduling.pb.h.
|
inlinenoexcept |
Definition at line 1951 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3262 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3247 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3226 of file jobshop_scheduling.pb.h.
|
inlinenodiscard |
Definition at line 3459 of file jobshop_scheduling.pb.h.
|
inlinenodiscard |
Definition at line 3332 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3314 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3403 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3472 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3375 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3289 of file jobshop_scheduling.pb.h.
| PROTOBUF_ALWAYS_INLINE void operations_research::scheduling::jssp::JsspInputProblem::set_name | ( | Arg_ && | arg, |
| Args_... | args ) |
Definition at line 3434 of file jobshop_scheduling.pb.h.
| void operations_research::scheduling::jssp::JsspInputProblem::set_name | ( | Arg_ && | arg, |
| Args_... | args ) |
|
inline |
Definition at line 3407 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 1985 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 1961 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3351 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3318 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 1993 of file jobshop_scheduling.pb.h.
|
friend |
Definition at line 2189 of file jobshop_scheduling.pb.h.
|
friend |
Definition at line 2191 of file jobshop_scheduling.pb.h.
|
friend |
Definition at line 2182 of file jobshop_scheduling.pb.h.
|
friend |
Definition at line 2188 of file jobshop_scheduling.pb.h.
|
friend |
Definition at line 2215 of file jobshop_scheduling.pb.h.
|
friend |
Definition at line 1984 of file jobshop_scheduling.pb.h.
| Impl_ operations_research::scheduling::jssp::JsspInputProblem::_impl_ |
Definition at line 2214 of file jobshop_scheduling.pb.h.
|
staticconstexpr |
Definition at line 1983 of file jobshop_scheduling.pb.h.