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

Detailed Description

Definition at line 1424 of file rcpsp.pb.h.

#include <rcpsp.pb.h>

Inheritance diagram for operations_research::scheduling::rcpsp::RcpspProblem:

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
RcpspProblemoperator= (const RcpspProblem &from)
RcpspProblemoperator= (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::Resourceresources (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::Tasktasks (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 RcpspProblemdefault_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)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kResourcesFieldNumber 
kTasksFieldNumber 
kBasedataFieldNumber 
kNameFieldNumber 
kIsConsumerProducerFieldNumber 
kIsResourceInvestmentFieldNumber 
kIsRcpspMaxFieldNumber 
kDeadlineFieldNumber 
kHorizonFieldNumber 
kReleaseDateFieldNumber 
kTardinessCostFieldNumber 
kMpmTimeFieldNumber 
kSeedFieldNumber 
kDueDateFieldNumber 

Definition at line 1566 of file rcpsp.pb.h.

Constructor & Destructor Documentation

◆ RcpspProblem() [1/8]

operations_research::scheduling::rcpsp::RcpspProblem::RcpspProblem ( )
inline

Definition at line 1427 of file rcpsp.pb.h.

◆ ~RcpspProblem()

operations_research::scheduling::rcpsp::RcpspProblem::~RcpspProblem ( )

@protoc_insertion_point(destructor:operations_research.scheduling.rcpsp.RcpspProblem)

Definition at line 1938 of file rcpsp.pb.cc.

◆ RcpspProblem() [2/8]

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

◆ RcpspProblem() [3/8]

operations_research::scheduling::rcpsp::RcpspProblem::RcpspProblem ( const RcpspProblem & from)
inline

Definition at line 1440 of file rcpsp.pb.h.

◆ RcpspProblem() [4/8]

operations_research::scheduling::rcpsp::RcpspProblem::RcpspProblem ( RcpspProblem && from)
inlinenoexcept

Definition at line 1441 of file rcpsp.pb.h.

◆ RcpspProblem() [5/8]

operations_research::scheduling::rcpsp::RcpspProblem::RcpspProblem ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.scheduling.rcpsp.RcpspProblem)

Definition at line 1877 of file rcpsp.pb.cc.

◆ RcpspProblem() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.scheduling.rcpsp.RcpspProblem)

Definition at line 1897 of file rcpsp.pb.cc.

◆ RcpspProblem() [7/8]

operations_research::scheduling::rcpsp::RcpspProblem::RcpspProblem ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
RcpspProblem && from )
inlineprotectednoexcept

Definition at line 1548 of file rcpsp.pb.h.

◆ RcpspProblem() [8/8]

template<typename>
PROTOBUF_CONSTEXPR operations_research::scheduling::rcpsp::RcpspProblem::RcpspProblem ( ::_pbi::ConstantInitialized )

Definition at line 218 of file rcpsp.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspProblem::_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.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.

◆ add_resources()

operations_research::scheduling::rcpsp::Resource *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspProblem::add_resources ( )
inline

@protoc_insertion_point(field_add:operations_research.scheduling.rcpsp.RcpspProblem.resources)

Definition at line 2319 of file rcpsp.pb.h.

◆ add_tasks()

operations_research::scheduling::rcpsp::Task *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspProblem::add_tasks ( )
inline

@protoc_insertion_point(field_add:operations_research.scheduling.rcpsp.RcpspProblem.tasks)

Definition at line 2369 of file rcpsp.pb.h.

◆ basedata()

const::std::string & operations_research::scheduling::rcpsp::RcpspProblem::basedata ( ) const
inline

@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.basedata)

Definition at line 2614 of file rcpsp.pb.h.

◆ ByteSizeLong()

size_t operations_research::scheduling::rcpsp::RcpspProblem::ByteSizeLong ( ) const
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.

◆ Clear()

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.

◆ clear_basedata()

void operations_research::scheduling::rcpsp::RcpspProblem::clear_basedata ( )
inline

string basedata = 12;

Definition at line 2609 of file rcpsp.pb.h.

◆ clear_deadline()

void operations_research::scheduling::rcpsp::RcpspProblem::clear_deadline ( )
inline

int32 deadline = 6;

Definition at line 2465 of file rcpsp.pb.h.

◆ clear_due_date()

void operations_research::scheduling::rcpsp::RcpspProblem::clear_due_date ( )
inline

int32 due_date = 13;

Definition at line 2674 of file rcpsp.pb.h.

◆ clear_horizon()

void operations_research::scheduling::rcpsp::RcpspProblem::clear_horizon ( )
inline

int32 horizon = 7;

Definition at line 2489 of file rcpsp.pb.h.

◆ clear_is_consumer_producer()

void operations_research::scheduling::rcpsp::RcpspProblem::clear_is_consumer_producer ( )
inline

bool is_consumer_producer = 3;

Definition at line 2393 of file rcpsp.pb.h.

◆ clear_is_rcpsp_max()

void operations_research::scheduling::rcpsp::RcpspProblem::clear_is_rcpsp_max ( )
inline

bool is_rcpsp_max = 5;

Definition at line 2441 of file rcpsp.pb.h.

◆ clear_is_resource_investment()

void operations_research::scheduling::rcpsp::RcpspProblem::clear_is_resource_investment ( )
inline

bool is_resource_investment = 4;

Definition at line 2417 of file rcpsp.pb.h.

◆ clear_mpm_time()

void operations_research::scheduling::rcpsp::RcpspProblem::clear_mpm_time ( )
inline

int32 mpm_time = 10;

Definition at line 2561 of file rcpsp.pb.h.

◆ clear_name()

void operations_research::scheduling::rcpsp::RcpspProblem::clear_name ( )
inline

string name = 14;

Definition at line 2698 of file rcpsp.pb.h.

◆ clear_release_date()

void operations_research::scheduling::rcpsp::RcpspProblem::clear_release_date ( )
inline

int32 release_date = 8;

Definition at line 2513 of file rcpsp.pb.h.

◆ clear_resources()

void operations_research::scheduling::rcpsp::RcpspProblem::clear_resources ( )
inline

Definition at line 2299 of file rcpsp.pb.h.

◆ clear_seed()

void operations_research::scheduling::rcpsp::RcpspProblem::clear_seed ( )
inline

int64 seed = 11;

Definition at line 2585 of file rcpsp.pb.h.

◆ clear_tardiness_cost()

void operations_research::scheduling::rcpsp::RcpspProblem::clear_tardiness_cost ( )
inline

int32 tardiness_cost = 9;

Definition at line 2537 of file rcpsp.pb.h.

◆ clear_tasks()

void operations_research::scheduling::rcpsp::RcpspProblem::clear_tasks ( )
inline

Definition at line 2349 of file rcpsp.pb.h.

◆ CopyFrom()

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.

◆ deadline()

int32_t operations_research::scheduling::rcpsp::RcpspProblem::deadline ( ) const
inline

@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.deadline)

Definition at line 2470 of file rcpsp.pb.h.

◆ default_instance()

const RcpspProblem & operations_research::scheduling::rcpsp::RcpspProblem::default_instance ( )
inlinestatic

Definition at line 1475 of file rcpsp.pb.h.

◆ descriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspProblem::descriptor ( )
inlinestatic

Definition at line 1466 of file rcpsp.pb.h.

◆ due_date()

int32_t operations_research::scheduling::rcpsp::RcpspProblem::due_date ( ) const
inline

@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.due_date)

Definition at line 2679 of file rcpsp.pb.h.

◆ GetCachedSize()

int operations_research::scheduling::rcpsp::RcpspProblem::GetCachedSize ( ) const
inline

Definition at line 1534 of file rcpsp.pb.h.

◆ GetClassData()

PROTOBUF_ATTRIBUTE_WEAKconst::google::protobuf::internal::ClassData *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspProblem::GetClassData ( ) const
protected

Definition at line 2004 of file rcpsp.pb.cc.

◆ GetDescriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspProblem::GetDescriptor ( )
inlinestatic

Definition at line 1469 of file rcpsp.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::scheduling::rcpsp::RcpspProblem::GetMetadata ( ) const

Definition at line 2554 of file rcpsp.pb.cc.

◆ GetReflection()

const ::google::protobuf::Reflection *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspProblem::GetReflection ( )
inlinestatic

Definition at line 1472 of file rcpsp.pb.h.

◆ horizon()

int32_t operations_research::scheduling::rcpsp::RcpspProblem::horizon ( ) const
inline

@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.horizon)

Definition at line 2494 of file rcpsp.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::scheduling::rcpsp::RcpspProblem::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 1976 of file rcpsp.pb.cc.

◆ InternalNewImpl_()

auto operations_research::scheduling::rcpsp::RcpspProblem::InternalNewImpl_ ( )
staticconstexprprotected

Definition at line 1956 of file rcpsp.pb.cc.

◆ is_consumer_producer()

bool operations_research::scheduling::rcpsp::RcpspProblem::is_consumer_producer ( ) const
inline

@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.is_consumer_producer)

Definition at line 2398 of file rcpsp.pb.h.

◆ is_rcpsp_max()

bool operations_research::scheduling::rcpsp::RcpspProblem::is_rcpsp_max ( ) const
inline

@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.is_rcpsp_max)

Definition at line 2446 of file rcpsp.pb.h.

◆ is_resource_investment()

bool operations_research::scheduling::rcpsp::RcpspProblem::is_resource_investment ( ) const
inline

@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.is_resource_investment)

Definition at line 2422 of file rcpsp.pb.h.

◆ IsInitialized()

bool operations_research::scheduling::rcpsp::RcpspProblem::IsInitialized ( ) const
inline

Definition at line 1510 of file rcpsp.pb.h.

◆ MergeFrom()

void operations_research::scheduling::rcpsp::RcpspProblem::MergeFrom ( const RcpspProblem & from)
inline

Definition at line 1503 of file rcpsp.pb.h.

◆ mpm_time()

int32_t operations_research::scheduling::rcpsp::RcpspProblem::mpm_time ( ) const
inline

@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.mpm_time)

Definition at line 2566 of file rcpsp.pb.h.

◆ mutable_basedata()

std::string *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspProblem::mutable_basedata ( )
inline

@protoc_insertion_point(field_mutable:operations_research.scheduling.rcpsp.RcpspProblem.basedata)

Definition at line 2626 of file rcpsp.pb.h.

◆ mutable_name()

std::string *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspProblem::mutable_name ( )
inline

@protoc_insertion_point(field_mutable:operations_research.scheduling.rcpsp.RcpspProblem.name)

Definition at line 2715 of file rcpsp.pb.h.

◆ mutable_resources() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::scheduling::rcpsp::Resource > *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspProblem::mutable_resources ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.scheduling.rcpsp.RcpspProblem.resources)

Definition at line 2308 of file rcpsp.pb.h.

◆ mutable_resources() [2/2]

operations_research::scheduling::rcpsp::Resource *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspProblem::mutable_resources ( int index)
inline

@protoc_insertion_point(field_mutable:operations_research.scheduling.rcpsp.RcpspProblem.resources)

Definition at line 2303 of file rcpsp.pb.h.

◆ mutable_tasks() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::scheduling::rcpsp::Task > *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspProblem::mutable_tasks ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.scheduling.rcpsp.RcpspProblem.tasks)

Definition at line 2358 of file rcpsp.pb.h.

◆ mutable_tasks() [2/2]

operations_research::scheduling::rcpsp::Task *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspProblem::mutable_tasks ( int index)
inline

@protoc_insertion_point(field_mutable:operations_research.scheduling.rcpsp.RcpspProblem.tasks)

Definition at line 2353 of file rcpsp.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspProblem::mutable_unknown_fields ( )
inline

Definition at line 1461 of file rcpsp.pb.h.

◆ name()

const::std::string & operations_research::scheduling::rcpsp::RcpspProblem::name ( ) const
inline

@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.name)

Definition at line 2703 of file rcpsp.pb.h.

◆ New()

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

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

Definition at line 1497 of file rcpsp.pb.h.

◆ operator=() [1/2]

RcpspProblem & operations_research::scheduling::rcpsp::RcpspProblem::operator= ( const RcpspProblem & from)
inline

Definition at line 1443 of file rcpsp.pb.h.

◆ operator=() [2/2]

RcpspProblem & operations_research::scheduling::rcpsp::RcpspProblem::operator= ( RcpspProblem && from)
inlinenoexcept

Definition at line 1447 of file rcpsp.pb.h.

◆ PlacementNew_()

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

Definition at line 1951 of file rcpsp.pb.cc.

◆ release_basedata()

std::string *PROTOBUF_NULLABLE operations_research::scheduling::rcpsp::RcpspProblem::release_basedata ( )
inlinenodiscard

@protoc_insertion_point(field_release:operations_research.scheduling.rcpsp.RcpspProblem.basedata)

Definition at line 2646 of file rcpsp.pb.h.

◆ release_date()

int32_t operations_research::scheduling::rcpsp::RcpspProblem::release_date ( ) const
inline

@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.release_date)

Definition at line 2518 of file rcpsp.pb.h.

◆ release_name()

std::string *PROTOBUF_NULLABLE operations_research::scheduling::rcpsp::RcpspProblem::release_name ( )
inlinenodiscard

@protoc_insertion_point(field_release:operations_research.scheduling.rcpsp.RcpspProblem.name)

Definition at line 2735 of file rcpsp.pb.h.

◆ resources() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::scheduling::rcpsp::Resource > & operations_research::scheduling::rcpsp::RcpspProblem::resources ( ) const
inline

@protoc_insertion_point(field_list:operations_research.scheduling.rcpsp.RcpspProblem.resources)

Definition at line 2326 of file rcpsp.pb.h.

◆ resources() [2/2]

const::operations_research::scheduling::rcpsp::Resource & operations_research::scheduling::rcpsp::RcpspProblem::resources ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.resources)

Definition at line 2314 of file rcpsp.pb.h.

◆ resources_size()

int operations_research::scheduling::rcpsp::RcpspProblem::resources_size ( ) const
inline

repeated .operations_research.scheduling.rcpsp.Resource resources = 1;

Definition at line 2296 of file rcpsp.pb.h.

◆ seed()

int64_t operations_research::scheduling::rcpsp::RcpspProblem::seed ( ) const
inline

@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.seed)

Definition at line 2590 of file rcpsp.pb.h.

◆ set_allocated_basedata()

void operations_research::scheduling::rcpsp::RcpspProblem::set_allocated_basedata ( ::std::string *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.scheduling.rcpsp.RcpspProblem.basedata)

Definition at line 2659 of file rcpsp.pb.h.

◆ set_allocated_name()

void operations_research::scheduling::rcpsp::RcpspProblem::set_allocated_name ( ::std::string *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.scheduling.rcpsp.RcpspProblem.name)

Definition at line 2748 of file rcpsp.pb.h.

◆ set_basedata() [1/2]

template<typename Arg_ = const ::std::string&, typename... Args_>
void operations_research::scheduling::rcpsp::RcpspProblem::set_basedata ( Arg_ && arg,
Args_... args )

◆ set_basedata() [2/2]

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

◆ set_deadline()

void operations_research::scheduling::rcpsp::RcpspProblem::set_deadline ( ::int32_t value)
inline

@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.deadline)

Definition at line 2474 of file rcpsp.pb.h.

◆ set_due_date()

void operations_research::scheduling::rcpsp::RcpspProblem::set_due_date ( ::int32_t value)
inline

@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.due_date)

Definition at line 2683 of file rcpsp.pb.h.

◆ set_horizon()

void operations_research::scheduling::rcpsp::RcpspProblem::set_horizon ( ::int32_t value)
inline

@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.horizon)

Definition at line 2498 of file rcpsp.pb.h.

◆ set_is_consumer_producer()

void operations_research::scheduling::rcpsp::RcpspProblem::set_is_consumer_producer ( bool value)
inline

@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.is_consumer_producer)

Definition at line 2402 of file rcpsp.pb.h.

◆ set_is_rcpsp_max()

void operations_research::scheduling::rcpsp::RcpspProblem::set_is_rcpsp_max ( bool value)
inline

@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.is_rcpsp_max)

Definition at line 2450 of file rcpsp.pb.h.

◆ set_is_resource_investment()

void operations_research::scheduling::rcpsp::RcpspProblem::set_is_resource_investment ( bool value)
inline

@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.is_resource_investment)

Definition at line 2426 of file rcpsp.pb.h.

◆ set_mpm_time()

void operations_research::scheduling::rcpsp::RcpspProblem::set_mpm_time ( ::int32_t value)
inline

@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.mpm_time)

Definition at line 2570 of file rcpsp.pb.h.

◆ set_name() [1/2]

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

◆ set_name() [2/2]

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

◆ set_release_date()

void operations_research::scheduling::rcpsp::RcpspProblem::set_release_date ( ::int32_t value)
inline

@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.release_date)

Definition at line 2522 of file rcpsp.pb.h.

◆ set_seed()

void operations_research::scheduling::rcpsp::RcpspProblem::set_seed ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.seed)

Definition at line 2594 of file rcpsp.pb.h.

◆ set_tardiness_cost()

void operations_research::scheduling::rcpsp::RcpspProblem::set_tardiness_cost ( ::int32_t value)
inline

@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.RcpspProblem.tardiness_cost)

Definition at line 2546 of file rcpsp.pb.h.

◆ Swap()

void operations_research::scheduling::rcpsp::RcpspProblem::Swap ( RcpspProblem *PROTOBUF_NONNULL other)
inline

Definition at line 1481 of file rcpsp.pb.h.

◆ tardiness_cost()

int32_t operations_research::scheduling::rcpsp::RcpspProblem::tardiness_cost ( ) const
inline

@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.tardiness_cost)

Definition at line 2542 of file rcpsp.pb.h.

◆ tasks() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::scheduling::rcpsp::Task > & operations_research::scheduling::rcpsp::RcpspProblem::tasks ( ) const
inline

@protoc_insertion_point(field_list:operations_research.scheduling.rcpsp.RcpspProblem.tasks)

Definition at line 2376 of file rcpsp.pb.h.

◆ tasks() [2/2]

const::operations_research::scheduling::rcpsp::Task & operations_research::scheduling::rcpsp::RcpspProblem::tasks ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.RcpspProblem.tasks)

Definition at line 2364 of file rcpsp.pb.h.

◆ tasks_size()

int operations_research::scheduling::rcpsp::RcpspProblem::tasks_size ( ) const
inline

repeated .operations_research.scheduling.rcpsp.Task tasks = 2;

Definition at line 2346 of file rcpsp.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::scheduling::rcpsp::RcpspProblem::unknown_fields ( ) const
inline

Definition at line 1457 of file rcpsp.pb.h.

◆ UnsafeArenaSwap()

void operations_research::scheduling::rcpsp::RcpspProblem::UnsafeArenaSwap ( RcpspProblem *PROTOBUF_NONNULL other)
inline

Definition at line 1489 of file rcpsp.pb.h.

◆ ::google::protobuf::Arena

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

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

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

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

Definition at line 1758 of file rcpsp.pb.h.

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

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

Definition at line 1749 of file rcpsp.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 1755 of file rcpsp.pb.h.

◆ ::TableStruct_ortools_2fscheduling_2frcpsp_2eproto

Definition at line 1789 of file rcpsp.pb.h.

◆ swap

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

Definition at line 1480 of file rcpsp.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::scheduling::rcpsp::RcpspProblem::_impl_

Definition at line 1788 of file rcpsp.pb.h.

◆ kIndexInFileMessages

int operations_research::scheduling::rcpsp::RcpspProblem::kIndexInFileMessages = 5
staticconstexpr

Definition at line 1479 of file rcpsp.pb.h.


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