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

Detailed Description

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

#include <jobshop_scheduling.pb.h>

Inheritance diagram for operations_research::scheduling::jssp::JsspOutputSolution:

Classes

class  _Internal

Public Types

enum  : int { kJobsFieldNumber = 1 , kMakespanCostFieldNumber = 2 , kTotalCostFieldNumber = 3 }
 nested types -------------------------------------------------— More...

Public Member Functions

 JsspOutputSolution ()
 ~JsspOutputSolution () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR JsspOutputSolution (::google::protobuf::internal::ConstantInitialized)
 JsspOutputSolution (const JsspOutputSolution &from)
 JsspOutputSolution (JsspOutputSolution &&from) noexcept
JsspOutputSolutionoperator= (const JsspOutputSolution &from)
JsspOutputSolutionoperator= (JsspOutputSolution &&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 (JsspOutputSolution *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (JsspOutputSolution *PROTOBUF_NONNULL other)
JsspOutputSolution *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const JsspOutputSolution &from)
void MergeFrom (const JsspOutputSolution &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.AssignedJob jobs = 1;
void clear_jobs ()
::operations_research::scheduling::jssp::AssignedJob *PROTOBUF_NONNULL mutable_jobs (int index)
::google::protobuf::RepeatedPtrField<::operations_research::scheduling::jssp::AssignedJob > *PROTOBUF_NONNULL mutable_jobs ()
const ::operations_research::scheduling::jssp::AssignedJobjobs (int index) const
::operations_research::scheduling::jssp::AssignedJob *PROTOBUF_NONNULL add_jobs ()
const ::google::protobuf::RepeatedPtrField<::operations_research::scheduling::jssp::AssignedJob > & jobs () const
void clear_makespan_cost ()
 int64 makespan_cost = 2;
::int64_t makespan_cost () const
void set_makespan_cost (::int64_t value)
void clear_total_cost ()
 int64 total_cost = 3;
::int64_t total_cost () const
void set_total_cost (::int64_t value)
template<typename>
PROTOBUF_CONSTEXPR JsspOutputSolution (::_pbi::ConstantInitialized)

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 JsspOutputSolutiondefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 8

Protected Member Functions

 JsspOutputSolution (::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
 JsspOutputSolution (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const JsspOutputSolution &from)
 JsspOutputSolution (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, JsspOutputSolution &&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 (JsspOutputSolution &a, JsspOutputSolution &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

nested types -------------------------------------------------—

accessors ----------------------------------------------------—

Enumerator
kJobsFieldNumber 
kMakespanCostFieldNumber 
kTotalCostFieldNumber 

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

Constructor & Destructor Documentation

◆ JsspOutputSolution() [1/8]

operations_research::scheduling::jssp::JsspOutputSolution::JsspOutputSolution ( )
inline

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

◆ ~JsspOutputSolution()

operations_research::scheduling::jssp::JsspOutputSolution::~JsspOutputSolution ( )

@protoc_insertion_point(destructor:operations_research.scheduling.jssp.JsspOutputSolution)

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

◆ JsspOutputSolution() [2/8]

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

◆ JsspOutputSolution() [3/8]

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

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

◆ JsspOutputSolution() [4/8]

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

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

◆ JsspOutputSolution() [5/8]

operations_research::scheduling::jssp::JsspOutputSolution::JsspOutputSolution ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.scheduling.jssp.JsspOutputSolution)

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

◆ JsspOutputSolution() [6/8]

operations_research::scheduling::jssp::JsspOutputSolution::JsspOutputSolution ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
const JsspOutputSolution & from )
protected

@protoc_insertion_point(copy_constructor:operations_research.scheduling.jssp.JsspOutputSolution)

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

◆ JsspOutputSolution() [7/8]

operations_research::scheduling::jssp::JsspOutputSolution::JsspOutputSolution ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
JsspOutputSolution && from )
inlineprotectednoexcept

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

◆ JsspOutputSolution() [8/8]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

@protoc_insertion_point(serialize_to_array_start:operations_research.scheduling.jssp.JsspOutputSolution)

repeated .operations_research.scheduling.jssp.AssignedJob jobs = 1;

int64 makespan_cost = 2;

int64 total_cost = 3;

@protoc_insertion_point(serialize_to_array_end:operations_research.scheduling.jssp.JsspOutputSolution)

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

◆ add_jobs()

operations_research::scheduling::jssp::AssignedJob *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspOutputSolution::add_jobs ( )
inline

@protoc_insertion_point(field_add:operations_research.scheduling.jssp.JsspOutputSolution.jobs)

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

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.scheduling.jssp.JsspOutputSolution)

Prevent compiler warnings about cached_has_bits being unused

repeated .operations_research.scheduling.jssp.AssignedJob jobs = 1;

int64 makespan_cost = 2;

int64 total_cost = 3;

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

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.scheduling.jssp.JsspOutputSolution)

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_jobs()

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

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

◆ clear_makespan_cost()

void operations_research::scheduling::jssp::JsspOutputSolution::clear_makespan_cost ( )
inline

int64 makespan_cost = 2;

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

◆ clear_total_cost()

void operations_research::scheduling::jssp::JsspOutputSolution::clear_total_cost ( )
inline

int64 total_cost = 3;

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

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.scheduling.jssp.JsspOutputSolution)

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

PROTOBUF_ATTRIBUTE_WEAKconst::google::protobuf::internal::ClassData *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspOutputSolution::GetClassData ( ) const
protected

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ InternalGenerateClassData_()

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

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

◆ InternalNewImpl_()

auto operations_research::scheduling::jssp::JsspOutputSolution::InternalNewImpl_ ( )
staticconstexprprotected

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

◆ IsInitialized()

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

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

◆ jobs() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::scheduling::jssp::AssignedJob > & operations_research::scheduling::jssp::JsspOutputSolution::jobs ( ) const
inline

@protoc_insertion_point(field_list:operations_research.scheduling.jssp.JsspOutputSolution.jobs)

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

◆ jobs() [2/2]

const::operations_research::scheduling::jssp::AssignedJob & operations_research::scheduling::jssp::JsspOutputSolution::jobs ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.scheduling.jssp.JsspOutputSolution.jobs)

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

◆ jobs_size()

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

repeated .operations_research.scheduling.jssp.AssignedJob jobs = 1;

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

◆ makespan_cost()

int64_t operations_research::scheduling::jssp::JsspOutputSolution::makespan_cost ( ) const
inline

@protoc_insertion_point(field_get:operations_research.scheduling.jssp.JsspOutputSolution.makespan_cost)

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

◆ MergeFrom()

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

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

◆ mutable_jobs() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::scheduling::jssp::AssignedJob > *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspOutputSolution::mutable_jobs ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.scheduling.jssp.JsspOutputSolution.jobs)

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

◆ mutable_jobs() [2/2]

operations_research::scheduling::jssp::AssignedJob *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspOutputSolution::mutable_jobs ( int index)
inline

@protoc_insertion_point(field_mutable:operations_research.scheduling.jssp.JsspOutputSolution.jobs)

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

implements Message -------------------------------------------—

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

void *PROTOBUF_NONNULL operations_research::scheduling::jssp::JsspOutputSolution::PlacementNew_ ( const void * PROTOBUF_NONNULL,
void *PROTOBUF_NONNULL mem,
::google::protobuf::Arena *PROTOBUF_NULLABLE arena )
inlinestaticprotected

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

◆ set_makespan_cost()

void operations_research::scheduling::jssp::JsspOutputSolution::set_makespan_cost ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.scheduling.jssp.JsspOutputSolution.makespan_cost)

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

◆ set_total_cost()

void operations_research::scheduling::jssp::JsspOutputSolution::set_total_cost ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.scheduling.jssp.JsspOutputSolution.total_cost)

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

◆ Swap()

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

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

◆ total_cost()

int64_t operations_research::scheduling::jssp::JsspOutputSolution::total_cost ( ) const
inline

@protoc_insertion_point(field_get:operations_research.scheduling.jssp.JsspOutputSolution.total_cost)

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fscheduling_2fjobshop_5fscheduling_2eproto

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::scheduling::jssp::JsspOutputSolution::_impl_

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

◆ kIndexInFileMessages

int operations_research::scheduling::jssp::JsspOutputSolution::kIndexInFileMessages = 8
staticconstexpr

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


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