Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::scheduling::jssp::JsspInputProblem Class Referencefinal

Detailed Description

Definition at line 1928 of file jobshop_scheduling.pb.h.

#include <jobshop_scheduling.pb.h>

Inheritance diagram for operations_research::scheduling::jssp::JsspInputProblem:

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
JsspInputProblemoperator= (const JsspInputProblem &from)
JsspInputProblemoperator= (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::Jobjobs (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::Machinemachines (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::JobPrecedenceprecedences (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 JsspInputProblemdefault_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)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kJobsFieldNumber 
kMachinesFieldNumber 
kPrecedencesFieldNumber 
kNameFieldNumber 
kScalingFactorFieldNumber 
kMakespanCostPerTimeUnitFieldNumber 
kSeedFieldNumber 

Definition at line 2069 of file jobshop_scheduling.pb.h.

Constructor & Destructor Documentation

◆ JsspInputProblem() [1/5]

operations_research::scheduling::jssp::JsspInputProblem::JsspInputProblem ( )
inline

Definition at line 1931 of file jobshop_scheduling.pb.h.

◆ ~JsspInputProblem()

operations_research::scheduling::jssp::JsspInputProblem::~JsspInputProblem ( )

Definition at line 2394 of file jobshop_scheduling.pb.cc.

◆ JsspInputProblem() [2/5]

template<typename = void>
PROTOBUF_CONSTEXPR operations_research::scheduling::jssp::JsspInputProblem::JsspInputProblem ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ JsspInputProblem() [3/5]

operations_research::scheduling::jssp::JsspInputProblem::JsspInputProblem ( const JsspInputProblem & from)
inline

Definition at line 1944 of file jobshop_scheduling.pb.h.

◆ JsspInputProblem() [4/5]

operations_research::scheduling::jssp::JsspInputProblem::JsspInputProblem ( JsspInputProblem && from)
inlinenoexcept

Definition at line 1945 of file jobshop_scheduling.pb.h.

◆ JsspInputProblem() [5/5]

template<typename>
PROTOBUF_CONSTEXPR operations_research::scheduling::jssp::JsspInputProblem::JsspInputProblem ( ::_pbi::ConstantInitialized )

Definition at line 270 of file jobshop_scheduling.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspInputProblem::_InternalSerialize ( ::uint8_t *PROTOBUF_NONNULL target,
::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream ) const
final

Definition at line 2589 of file jobshop_scheduling.pb.cc.

◆ add_jobs()

operations_research::scheduling::jssp::Job *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspInputProblem::add_jobs ( )
inline

Definition at line 3140 of file jobshop_scheduling.pb.h.

◆ add_machines()

operations_research::scheduling::jssp::Machine *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspInputProblem::add_machines ( )
inline

Definition at line 3196 of file jobshop_scheduling.pb.h.

◆ add_precedences()

operations_research::scheduling::jssp::JobPrecedence *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspInputProblem::add_precedences ( )
inline

Definition at line 3252 of file jobshop_scheduling.pb.h.

◆ ByteSizeLong()

size_t operations_research::scheduling::jssp::JsspInputProblem::ByteSizeLong ( ) const
final

Definition at line 2689 of file jobshop_scheduling.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::scheduling::jssp::JsspInputProblem::Clear ( )

Definition at line 2548 of file jobshop_scheduling.pb.cc.

◆ clear_jobs()

void operations_research::scheduling::jssp::JsspInputProblem::clear_jobs ( )
inline

Definition at line 3117 of file jobshop_scheduling.pb.h.

◆ clear_machines()

void operations_research::scheduling::jssp::JsspInputProblem::clear_machines ( )
inline

Definition at line 3173 of file jobshop_scheduling.pb.h.

◆ clear_makespan_cost_per_time_unit()

void operations_research::scheduling::jssp::JsspInputProblem::clear_makespan_cost_per_time_unit ( )
inline

Definition at line 3279 of file jobshop_scheduling.pb.h.

◆ clear_name()

void operations_research::scheduling::jssp::JsspInputProblem::clear_name ( )
inline

Definition at line 3422 of file jobshop_scheduling.pb.h.

◆ clear_precedences()

void operations_research::scheduling::jssp::JsspInputProblem::clear_precedences ( )
inline

Definition at line 3229 of file jobshop_scheduling.pb.h.

◆ clear_scaling_factor()

void operations_research::scheduling::jssp::JsspInputProblem::clear_scaling_factor ( )

Definition at line 2323 of file jobshop_scheduling.pb.cc.

◆ clear_seed()

void operations_research::scheduling::jssp::JsspInputProblem::clear_seed ( )
inline

Definition at line 3397 of file jobshop_scheduling.pb.h.

◆ CopyFrom()

void operations_research::scheduling::jssp::JsspInputProblem::CopyFrom ( const JsspInputProblem & from)

Definition at line 2818 of file jobshop_scheduling.pb.cc.

◆ default_instance()

const JsspInputProblem & operations_research::scheduling::jssp::JsspInputProblem::default_instance ( )
inlinestatic

Definition at line 1979 of file jobshop_scheduling.pb.h.

◆ descriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspInputProblem::descriptor ( )
inlinestatic

Definition at line 1970 of file jobshop_scheduling.pb.h.

◆ GetCachedSize()

int operations_research::scheduling::jssp::JsspInputProblem::GetCachedSize ( ) const
inline

Definition at line 2038 of file jobshop_scheduling.pb.h.

◆ GetDescriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspInputProblem::GetDescriptor ( )
inlinestatic

Definition at line 1973 of file jobshop_scheduling.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::scheduling::jssp::JsspInputProblem::GetMetadata ( ) const

Definition at line 2844 of file jobshop_scheduling.pb.cc.

◆ GetReflection()

const ::google::protobuf::Reflection *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspInputProblem::GetReflection ( )
inlinestatic

Definition at line 1976 of file jobshop_scheduling.pb.h.

◆ has_scaling_factor()

bool operations_research::scheduling::jssp::JsspInputProblem::has_scaling_factor ( ) const
inline

Definition at line 3304 of file jobshop_scheduling.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::scheduling::jssp::JsspInputProblem::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 2439 of file jobshop_scheduling.pb.cc.

◆ IsInitialized()

bool operations_research::scheduling::jssp::JsspInputProblem::IsInitialized ( ) const
inline

Definition at line 2014 of file jobshop_scheduling.pb.h.

◆ jobs() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::scheduling::jssp::Job > & operations_research::scheduling::jssp::JsspInputProblem::jobs ( ) const
inline

Definition at line 3150 of file jobshop_scheduling.pb.h.

◆ jobs() [2/2]

const::operations_research::scheduling::jssp::Job & operations_research::scheduling::jssp::JsspInputProblem::jobs ( int index) const
inline

Definition at line 3135 of file jobshop_scheduling.pb.h.

◆ jobs_size()

int operations_research::scheduling::jssp::JsspInputProblem::jobs_size ( ) const
inline

Definition at line 3114 of file jobshop_scheduling.pb.h.

◆ machines() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::scheduling::jssp::Machine > & operations_research::scheduling::jssp::JsspInputProblem::machines ( ) const
inline

Definition at line 3206 of file jobshop_scheduling.pb.h.

◆ machines() [2/2]

const::operations_research::scheduling::jssp::Machine & operations_research::scheduling::jssp::JsspInputProblem::machines ( int index) const
inline

Definition at line 3191 of file jobshop_scheduling.pb.h.

◆ machines_size()

int operations_research::scheduling::jssp::JsspInputProblem::machines_size ( ) const
inline

Definition at line 3170 of file jobshop_scheduling.pb.h.

◆ makespan_cost_per_time_unit()

int64_t operations_research::scheduling::jssp::JsspInputProblem::makespan_cost_per_time_unit ( ) const
inline

Definition at line 3285 of file jobshop_scheduling.pb.h.

◆ MergeFrom()

void operations_research::scheduling::jssp::JsspInputProblem::MergeFrom ( const JsspInputProblem & from)
inline

Definition at line 2007 of file jobshop_scheduling.pb.h.

◆ mutable_jobs() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::scheduling::jssp::Job > *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspInputProblem::mutable_jobs ( )
inline

Definition at line 3128 of file jobshop_scheduling.pb.h.

◆ mutable_jobs() [2/2]

operations_research::scheduling::jssp::Job *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspInputProblem::mutable_jobs ( int index)
inline

Definition at line 3123 of file jobshop_scheduling.pb.h.

◆ mutable_machines() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::scheduling::jssp::Machine > *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspInputProblem::mutable_machines ( )
inline

Definition at line 3184 of file jobshop_scheduling.pb.h.

◆ mutable_machines() [2/2]

operations_research::scheduling::jssp::Machine *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspInputProblem::mutable_machines ( int index)
inline

Definition at line 3179 of file jobshop_scheduling.pb.h.

◆ mutable_name()

std::string *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspInputProblem::mutable_name ( )
inline

Definition at line 3440 of file jobshop_scheduling.pb.h.

◆ mutable_precedences() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::scheduling::jssp::JobPrecedence > *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspInputProblem::mutable_precedences ( )
inline

Definition at line 3240 of file jobshop_scheduling.pb.h.

◆ mutable_precedences() [2/2]

operations_research::scheduling::jssp::JobPrecedence *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspInputProblem::mutable_precedences ( int index)
inline

Definition at line 3235 of file jobshop_scheduling.pb.h.

◆ mutable_scaling_factor()

google::protobuf::DoubleValue *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspInputProblem::mutable_scaling_factor ( )
inline

Definition at line 3368 of file jobshop_scheduling.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspInputProblem::mutable_unknown_fields ( )
inline

Definition at line 1965 of file jobshop_scheduling.pb.h.

◆ name()

const::std::string & operations_research::scheduling::jssp::JsspInputProblem::name ( ) const
inline

Definition at line 3428 of file jobshop_scheduling.pb.h.

◆ New()

JsspInputProblem *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspInputProblem::New ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena = nullptr) const
inline

Definition at line 2001 of file jobshop_scheduling.pb.h.

◆ operator=() [1/2]

JsspInputProblem & operations_research::scheduling::jssp::JsspInputProblem::operator= ( const JsspInputProblem & from)
inline

Definition at line 1947 of file jobshop_scheduling.pb.h.

◆ operator=() [2/2]

JsspInputProblem & operations_research::scheduling::jssp::JsspInputProblem::operator= ( JsspInputProblem && from)
inlinenoexcept

Definition at line 1951 of file jobshop_scheduling.pb.h.

◆ precedences() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::scheduling::jssp::JobPrecedence > & operations_research::scheduling::jssp::JsspInputProblem::precedences ( ) const
inline

Definition at line 3262 of file jobshop_scheduling.pb.h.

◆ precedences() [2/2]

const::operations_research::scheduling::jssp::JobPrecedence & operations_research::scheduling::jssp::JsspInputProblem::precedences ( int index) const
inline

Definition at line 3247 of file jobshop_scheduling.pb.h.

◆ precedences_size()

int operations_research::scheduling::jssp::JsspInputProblem::precedences_size ( ) const
inline

Definition at line 3226 of file jobshop_scheduling.pb.h.

◆ release_name()

std::string *PROTOBUF_NULLABLE operations_research::scheduling::jssp::JsspInputProblem::release_name ( )
inlinenodiscard

Definition at line 3459 of file jobshop_scheduling.pb.h.

◆ release_scaling_factor()

google::protobuf::DoubleValue *PROTOBUF_NULLABLE operations_research::scheduling::jssp::JsspInputProblem::release_scaling_factor ( )
inlinenodiscard

Definition at line 3332 of file jobshop_scheduling.pb.h.

◆ scaling_factor()

const::google::protobuf::DoubleValue & operations_research::scheduling::jssp::JsspInputProblem::scaling_factor ( ) const
inline

Definition at line 3314 of file jobshop_scheduling.pb.h.

◆ seed()

int32_t operations_research::scheduling::jssp::JsspInputProblem::seed ( ) const
inline

Definition at line 3403 of file jobshop_scheduling.pb.h.

◆ set_allocated_name()

void operations_research::scheduling::jssp::JsspInputProblem::set_allocated_name ( ::std::string *PROTOBUF_NULLABLE value)
inline

Definition at line 3472 of file jobshop_scheduling.pb.h.

◆ set_allocated_scaling_factor()

void operations_research::scheduling::jssp::JsspInputProblem::set_allocated_scaling_factor ( ::google::protobuf::DoubleValue *PROTOBUF_NULLABLE value)
inline

Definition at line 3375 of file jobshop_scheduling.pb.h.

◆ set_makespan_cost_per_time_unit()

void operations_research::scheduling::jssp::JsspInputProblem::set_makespan_cost_per_time_unit ( ::int64_t value)
inline

Definition at line 3289 of file jobshop_scheduling.pb.h.

◆ set_name() [1/2]

template<typename Arg_, typename... Args_>
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.

◆ set_name() [2/2]

template<typename Arg_ = const ::std::string&, typename... Args_>
void operations_research::scheduling::jssp::JsspInputProblem::set_name ( Arg_ && arg,
Args_... args )

◆ set_seed()

void operations_research::scheduling::jssp::JsspInputProblem::set_seed ( ::int32_t value)
inline

Definition at line 3407 of file jobshop_scheduling.pb.h.

◆ Swap()

void operations_research::scheduling::jssp::JsspInputProblem::Swap ( JsspInputProblem *PROTOBUF_NONNULL other)
inline

Definition at line 1985 of file jobshop_scheduling.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::scheduling::jssp::JsspInputProblem::unknown_fields ( ) const
inline

Definition at line 1961 of file jobshop_scheduling.pb.h.

◆ unsafe_arena_release_scaling_factor()

google::protobuf::DoubleValue *PROTOBUF_NULLABLE operations_research::scheduling::jssp::JsspInputProblem::unsafe_arena_release_scaling_factor ( )
inline

Definition at line 3351 of file jobshop_scheduling.pb.h.

◆ unsafe_arena_set_allocated_scaling_factor()

void operations_research::scheduling::jssp::JsspInputProblem::unsafe_arena_set_allocated_scaling_factor ( ::google::protobuf::DoubleValue *PROTOBUF_NULLABLE value)
inline

Definition at line 3318 of file jobshop_scheduling.pb.h.

◆ UnsafeArenaSwap()

void operations_research::scheduling::jssp::JsspInputProblem::UnsafeArenaSwap ( JsspInputProblem *PROTOBUF_NONNULL other)
inline

Definition at line 1993 of file jobshop_scheduling.pb.h.

◆ ::google::protobuf::Arena

friend class ::google::protobuf::Arena
friend

Definition at line 2189 of file jobshop_scheduling.pb.h.

◆ ::google::protobuf::Arena::InternalHelper

template<typename T>
friend class ::google::protobuf::Arena::InternalHelper
friend

Definition at line 2191 of file jobshop_scheduling.pb.h.

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser
friend

Definition at line 2182 of file jobshop_scheduling.pb.h.

◆ ::google::protobuf::MessageLite

friend class ::google::protobuf::MessageLite
friend

Definition at line 2188 of file jobshop_scheduling.pb.h.

◆ ::TableStruct_ortools_2fscheduling_2fjobshop_5fscheduling_2eproto

friend struct ::TableStruct_ortools_2fscheduling_2fjobshop_5fscheduling_2eproto
friend

Definition at line 2215 of file jobshop_scheduling.pb.h.

◆ swap

void swap ( JsspInputProblem & a,
JsspInputProblem & b )
friend

Definition at line 1984 of file jobshop_scheduling.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::scheduling::jssp::JsspInputProblem::_impl_

Definition at line 2214 of file jobshop_scheduling.pb.h.

◆ kIndexInFileMessages

int operations_research::scheduling::jssp::JsspInputProblem::kIndexInFileMessages = 5
staticconstexpr

Definition at line 1983 of file jobshop_scheduling.pb.h.


The documentation for this class was generated from the following files: