![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 1934 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 } |
nested types -------------------------------------------------— More... |
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 |
implements Message -------------------------------------------— | |
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 |
repeated .operations_research.scheduling.jssp.Job jobs = 1; | |
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 |
repeated .operations_research.scheduling.jssp.Machine machines = 2; | |
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 |
repeated .operations_research.scheduling.jssp.JobPrecedence precedences = 3; | |
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 () |
string name = 16; | |
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 |
.google.protobuf.DoubleValue scaling_factor = 5; | |
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 makespan_cost_per_time_unit = 4; | |
::int64_t | makespan_cost_per_time_unit () const |
void | set_makespan_cost_per_time_unit (::int64_t value) |
void | clear_seed () |
int32 seed = 24; | |
::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 |
Protected Member Functions | |
JsspInputProblem (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
JsspInputProblem (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const JsspInputProblem &from) | |
JsspInputProblem (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, JsspInputProblem &&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_2fjobshop_5fscheduling_2eproto |
void | swap (JsspInputProblem &a, JsspInputProblem &b) |
anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
Enumerator | |
---|---|
kJobsFieldNumber | |
kMachinesFieldNumber | |
kPrecedencesFieldNumber | |
kNameFieldNumber | |
kScalingFactorFieldNumber | |
kMakespanCostPerTimeUnitFieldNumber | |
kSeedFieldNumber |
Definition at line 2076 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 1937 of file jobshop_scheduling.pb.h.
operations_research::scheduling::jssp::JsspInputProblem::~JsspInputProblem | ( | ) |
@protoc_insertion_point(destructor:operations_research.scheduling.jssp.JsspInputProblem)
Definition at line 2265 of file jobshop_scheduling.pb.cc.
|
explicit |
|
inline |
Definition at line 1950 of file jobshop_scheduling.pb.h.
|
inlinenoexcept |
Definition at line 1951 of file jobshop_scheduling.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.scheduling.jssp.JsspInputProblem)
Definition at line 2200 of file jobshop_scheduling.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.scheduling.jssp.JsspInputProblem)
Definition at line 2220 of file jobshop_scheduling.pb.cc.
|
inlineprotectednoexcept |
Definition at line 2058 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 |
@protoc_insertion_point(serialize_to_array_start:operations_research.scheduling.jssp.JsspInputProblem)
repeated .operations_research.scheduling.jssp.Job jobs = 1;
repeated .operations_research.scheduling.jssp.Machine machines = 2;
repeated .operations_research.scheduling.jssp.JobPrecedence precedences = 3;
int64 makespan_cost_per_time_unit = 4;
.google.protobuf.DoubleValue scaling_factor = 5;
string name = 16;
int32 seed = 24;
@protoc_insertion_point(serialize_to_array_end:operations_research.scheduling.jssp.JsspInputProblem)
Definition at line 2452 of file jobshop_scheduling.pb.cc.
|
inline |
@protoc_insertion_point(field_add:operations_research.scheduling.jssp.JsspInputProblem.jobs)
Definition at line 3114 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.scheduling.jssp.JsspInputProblem.machines)
Definition at line 3164 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.scheduling.jssp.JsspInputProblem.precedences)
Definition at line 3214 of file jobshop_scheduling.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.scheduling.jssp.JsspInputProblem)
Prevent compiler warnings about cached_has_bits being unused
repeated .operations_research.scheduling.jssp.Job jobs = 1;
repeated .operations_research.scheduling.jssp.Machine machines = 2;
repeated .operations_research.scheduling.jssp.JobPrecedence precedences = 3;
string name = 16;
.google.protobuf.DoubleValue scaling_factor = 5;
int64 makespan_cost_per_time_unit = 4;
int32 seed = 24;
Definition at line 2543 of file jobshop_scheduling.pb.cc.
PROTOBUF_NOINLINE void operations_research::scheduling::jssp::JsspInputProblem::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.scheduling.jssp.JsspInputProblem)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 2417 of file jobshop_scheduling.pb.cc.
|
inline |
Definition at line 3094 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3144 of file jobshop_scheduling.pb.h.
|
inline |
int64 makespan_cost_per_time_unit = 4;
Definition at line 3238 of file jobshop_scheduling.pb.h.
|
inline |
string name = 16;
Definition at line 3379 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 3194 of file jobshop_scheduling.pb.h.
void operations_research::scheduling::jssp::JsspInputProblem::clear_scaling_factor | ( | ) |
Definition at line 2195 of file jobshop_scheduling.pb.cc.
|
inline |
int32 seed = 24;
Definition at line 3355 of file jobshop_scheduling.pb.h.
void operations_research::scheduling::jssp::JsspInputProblem::CopyFrom | ( | const JsspInputProblem & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.scheduling.jssp.JsspInputProblem)
Definition at line 2659 of file jobshop_scheduling.pb.cc.
|
inlinestatic |
Definition at line 1985 of file jobshop_scheduling.pb.h.
|
inlinestatic |
Definition at line 1976 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 2044 of file jobshop_scheduling.pb.h.
|
protected |
Definition at line 2335 of file jobshop_scheduling.pb.cc.
|
inlinestatic |
Definition at line 1979 of file jobshop_scheduling.pb.h.
google::protobuf::Metadata operations_research::scheduling::jssp::JsspInputProblem::GetMetadata | ( | ) | const |
Definition at line 2685 of file jobshop_scheduling.pb.cc.
|
inlinestatic |
Definition at line 1982 of file jobshop_scheduling.pb.h.
|
inline |
.google.protobuf.DoubleValue scaling_factor = 5;
Definition at line 3262 of file jobshop_scheduling.pb.h.
|
staticconstexpr |
Definition at line 2307 of file jobshop_scheduling.pb.cc.
|
staticconstexprprotected |
Definition at line 2283 of file jobshop_scheduling.pb.cc.
|
inline |
Definition at line 2020 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.scheduling.jssp.JsspInputProblem.jobs)
Definition at line 3121 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.jssp.JsspInputProblem.jobs)
Definition at line 3109 of file jobshop_scheduling.pb.h.
|
inline |
repeated .operations_research.scheduling.jssp.Job jobs = 1;
Definition at line 3091 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.scheduling.jssp.JsspInputProblem.machines)
Definition at line 3171 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.jssp.JsspInputProblem.machines)
Definition at line 3159 of file jobshop_scheduling.pb.h.
|
inline |
repeated .operations_research.scheduling.jssp.Machine machines = 2;
Definition at line 3141 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.jssp.JsspInputProblem.makespan_cost_per_time_unit)
Definition at line 3243 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 2013 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.scheduling.jssp.JsspInputProblem.jobs)
Definition at line 3103 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.scheduling.jssp.JsspInputProblem.jobs)
Definition at line 3098 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.scheduling.jssp.JsspInputProblem.machines)
Definition at line 3153 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.scheduling.jssp.JsspInputProblem.machines)
Definition at line 3148 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.scheduling.jssp.JsspInputProblem.name)
Definition at line 3396 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.scheduling.jssp.JsspInputProblem.precedences)
Definition at line 3203 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.scheduling.jssp.JsspInputProblem.precedences)
Definition at line 3198 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.scheduling.jssp.JsspInputProblem.scaling_factor)
Definition at line 3326 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 1971 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.jssp.JsspInputProblem.name)
Definition at line 3384 of file jobshop_scheduling.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 2007 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 1953 of file jobshop_scheduling.pb.h.
|
inlinenoexcept |
Definition at line 1957 of file jobshop_scheduling.pb.h.
|
inlinestaticprotected |
Definition at line 2278 of file jobshop_scheduling.pb.cc.
|
inline |
@protoc_insertion_point(field_list:operations_research.scheduling.jssp.JsspInputProblem.precedences)
Definition at line 3221 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.jssp.JsspInputProblem.precedences)
Definition at line 3209 of file jobshop_scheduling.pb.h.
|
inline |
repeated .operations_research.scheduling.jssp.JobPrecedence precedences = 3;
Definition at line 3191 of file jobshop_scheduling.pb.h.
|
inlinenodiscard |
@protoc_insertion_point(field_release:operations_research.scheduling.jssp.JsspInputProblem.name)
Definition at line 3416 of file jobshop_scheduling.pb.h.
|
inlinenodiscard |
Definition at line 3290 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.jssp.JsspInputProblem.scaling_factor)
Definition at line 3272 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.jssp.JsspInputProblem.seed)
Definition at line 3360 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.scheduling.jssp.JsspInputProblem.name)
Definition at line 3429 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.scheduling.jssp.JsspInputProblem.scaling_factor)
Definition at line 3333 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.scheduling.jssp.JsspInputProblem.makespan_cost_per_time_unit)
Definition at line 3247 of file jobshop_scheduling.pb.h.
void operations_research::scheduling::jssp::JsspInputProblem::set_name | ( | Arg_ && | arg, |
Args_... | args ) |
PROTOBUF_ALWAYS_INLINE void operations_research::scheduling::jssp::JsspInputProblem::set_name | ( | Arg_ && | arg, |
Args_... | args ) |
@protoc_insertion_point(field_set:operations_research.scheduling.jssp.JsspInputProblem.name)
Definition at line 3390 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.scheduling.jssp.JsspInputProblem.seed)
Definition at line 3364 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 1991 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 1967 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_release:operations_research.scheduling.jssp.JsspInputProblem.scaling_factor)
Definition at line 3309 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.scheduling.jssp.JsspInputProblem.scaling_factor)
Definition at line 3276 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 1999 of file jobshop_scheduling.pb.h.
|
friend |
Definition at line 2196 of file jobshop_scheduling.pb.h.
|
friend |
Definition at line 2198 of file jobshop_scheduling.pb.h.
|
friend |
Definition at line 2189 of file jobshop_scheduling.pb.h.
|
friend |
Definition at line 2195 of file jobshop_scheduling.pb.h.
|
friend |
Definition at line 2222 of file jobshop_scheduling.pb.h.
|
friend |
Definition at line 1990 of file jobshop_scheduling.pb.h.
Impl_ operations_research::scheduling::jssp::JsspInputProblem::_impl_ |
Definition at line 2221 of file jobshop_scheduling.pb.h.
|
staticconstexpr |
Definition at line 1989 of file jobshop_scheduling.pb.h.