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

Detailed Description

Definition at line 75 of file search_limit.pb.h.

#include <search_limit.pb.h>

Inheritance diagram for operations_research::RegularLimitParameters:

Classes

class  _Internal

Public Types

enum  : int {
  kTimeFieldNumber = 1 , kBranchesFieldNumber = 2 , kFailuresFieldNumber = 3 , kSolutionsFieldNumber = 4 ,
  kSmartTimeCheckFieldNumber = 5 , kCumulativeFieldNumber = 6
}
 nested types -------------------------------------------------— More...

Public Member Functions

 RegularLimitParameters ()
 ~RegularLimitParameters () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR RegularLimitParameters (::google::protobuf::internal::ConstantInitialized)
 RegularLimitParameters (const RegularLimitParameters &from)
 RegularLimitParameters (RegularLimitParameters &&from) noexcept
RegularLimitParametersoperator= (const RegularLimitParameters &from)
RegularLimitParametersoperator= (RegularLimitParameters &&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 (RegularLimitParameters *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (RegularLimitParameters *PROTOBUF_NONNULL other)
RegularLimitParameters *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const RegularLimitParameters &from)
void MergeFrom (const RegularLimitParameters &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
void clear_time ()
 int64 time = 1;
::int64_t time () const
void set_time (::int64_t value)
void clear_branches ()
 int64 branches = 2;
::int64_t branches () const
void set_branches (::int64_t value)
void clear_failures ()
 int64 failures = 3;
::int64_t failures () const
void set_failures (::int64_t value)
void clear_solutions ()
 int64 solutions = 4;
::int64_t solutions () const
void set_solutions (::int64_t value)
void clear_smart_time_check ()
 bool smart_time_check = 5;
bool smart_time_check () const
void set_smart_time_check (bool value)
void clear_cumulative ()
 bool cumulative = 6;
bool cumulative () const
void set_cumulative (bool value)
template<typename>
PROTOBUF_CONSTEXPR RegularLimitParameters (::_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 RegularLimitParametersdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 0

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kTimeFieldNumber 
kBranchesFieldNumber 
kFailuresFieldNumber 
kSolutionsFieldNumber 
kSmartTimeCheckFieldNumber 
kCumulativeFieldNumber 

Definition at line 217 of file search_limit.pb.h.

Constructor & Destructor Documentation

◆ RegularLimitParameters() [1/8]

operations_research::RegularLimitParameters::RegularLimitParameters ( )
inline

Definition at line 78 of file search_limit.pb.h.

◆ ~RegularLimitParameters()

operations_research::RegularLimitParameters::~RegularLimitParameters ( )

@protoc_insertion_point(destructor:operations_research.RegularLimitParameters)

Definition at line 164 of file search_limit.pb.cc.

◆ RegularLimitParameters() [2/8]

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

◆ RegularLimitParameters() [3/8]

operations_research::RegularLimitParameters::RegularLimitParameters ( const RegularLimitParameters & from)
inline

Definition at line 91 of file search_limit.pb.h.

◆ RegularLimitParameters() [4/8]

operations_research::RegularLimitParameters::RegularLimitParameters ( RegularLimitParameters && from)
inlinenoexcept

Definition at line 92 of file search_limit.pb.h.

◆ RegularLimitParameters() [5/8]

operations_research::RegularLimitParameters::RegularLimitParameters ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.RegularLimitParameters)

Definition at line 130 of file search_limit.pb.cc.

◆ RegularLimitParameters() [6/8]

operations_research::RegularLimitParameters::RegularLimitParameters ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
const RegularLimitParameters & from )
protected

Definition at line 139 of file search_limit.pb.cc.

◆ RegularLimitParameters() [7/8]

operations_research::RegularLimitParameters::RegularLimitParameters ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
RegularLimitParameters && from )
inlineprotectednoexcept

Definition at line 199 of file search_limit.pb.h.

◆ RegularLimitParameters() [8/8]

template<typename>
PROTOBUF_CONSTEXPR operations_research::RegularLimitParameters::RegularLimitParameters ( ::_pbi::ConstantInitialized )

Definition at line 40 of file search_limit.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

@protoc_insertion_point(serialize_to_array_start:operations_research.RegularLimitParameters)

int64 time = 1;

int64 branches = 2;

int64 failures = 3;

int64 solutions = 4;

bool smart_time_check = 5;

bool cumulative = 6;

@protoc_insertion_point(serialize_to_array_end:operations_research.RegularLimitParameters)

Definition at line 306 of file search_limit.pb.cc.

◆ branches()

int64_t operations_research::RegularLimitParameters::branches ( ) const
inline

@protoc_insertion_point(field_get:operations_research.RegularLimitParameters.branches)

Definition at line 374 of file search_limit.pb.h.

◆ ByteSizeLong()

size_t operations_research::RegularLimitParameters::ByteSizeLong ( ) const
final

@protoc_insertion_point(message_byte_size_start:operations_research.RegularLimitParameters)

Prevent compiler warnings about cached_has_bits being unused

int64 time = 1;

int64 branches = 2;

int64 failures = 3;

int64 solutions = 4;

bool smart_time_check = 5;

bool cumulative = 6;

Definition at line 382 of file search_limit.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::RegularLimitParameters::Clear ( )

@protoc_insertion_point(message_clear_start:operations_research.RegularLimitParameters)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 283 of file search_limit.pb.cc.

◆ clear_branches()

void operations_research::RegularLimitParameters::clear_branches ( )
inline

int64 branches = 2;

Definition at line 369 of file search_limit.pb.h.

◆ clear_cumulative()

void operations_research::RegularLimitParameters::clear_cumulative ( )
inline

bool cumulative = 6;

Definition at line 465 of file search_limit.pb.h.

◆ clear_failures()

void operations_research::RegularLimitParameters::clear_failures ( )
inline

int64 failures = 3;

Definition at line 393 of file search_limit.pb.h.

◆ clear_smart_time_check()

void operations_research::RegularLimitParameters::clear_smart_time_check ( )
inline

bool smart_time_check = 5;

Definition at line 441 of file search_limit.pb.h.

◆ clear_solutions()

void operations_research::RegularLimitParameters::clear_solutions ( )
inline

int64 solutions = 4;

Definition at line 417 of file search_limit.pb.h.

◆ clear_time()

void operations_research::RegularLimitParameters::clear_time ( )
inline

int64 time = 1;

RegularLimitParameters.

int64 time = 1;

Definition at line 345 of file search_limit.pb.h.

◆ CopyFrom()

void operations_research::RegularLimitParameters::CopyFrom ( const RegularLimitParameters & from)

@protoc_insertion_point(class_specific_copy_from_start:operations_research.RegularLimitParameters)

Definition at line 485 of file search_limit.pb.cc.

◆ cumulative()

bool operations_research::RegularLimitParameters::cumulative ( ) const
inline

@protoc_insertion_point(field_get:operations_research.RegularLimitParameters.cumulative)

Definition at line 470 of file search_limit.pb.h.

◆ default_instance()

const RegularLimitParameters & operations_research::RegularLimitParameters::default_instance ( )
inlinestatic

Definition at line 126 of file search_limit.pb.h.

◆ descriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::RegularLimitParameters::descriptor ( )
inlinestatic

Definition at line 117 of file search_limit.pb.h.

◆ failures()

int64_t operations_research::RegularLimitParameters::failures ( ) const
inline

@protoc_insertion_point(field_get:operations_research.RegularLimitParameters.failures)

Definition at line 398 of file search_limit.pb.h.

◆ GetCachedSize()

int operations_research::RegularLimitParameters::GetCachedSize ( ) const
inline

Definition at line 185 of file search_limit.pb.h.

◆ GetClassData()

PROTOBUF_ATTRIBUTE_WEAKconst::google::protobuf::internal::ClassData *PROTOBUF_NONNULL operations_research::RegularLimitParameters::GetClassData ( ) const
protected

Definition at line 212 of file search_limit.pb.cc.

◆ GetDescriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::RegularLimitParameters::GetDescriptor ( )
inlinestatic

Definition at line 120 of file search_limit.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::RegularLimitParameters::GetMetadata ( ) const

Definition at line 505 of file search_limit.pb.cc.

◆ GetReflection()

const ::google::protobuf::Reflection *PROTOBUF_NONNULL operations_research::RegularLimitParameters::GetReflection ( )
inlinestatic

Definition at line 123 of file search_limit.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::RegularLimitParameters::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 184 of file search_limit.pb.cc.

◆ InternalNewImpl_()

auto operations_research::RegularLimitParameters::InternalNewImpl_ ( )
staticconstexprprotected

Definition at line 180 of file search_limit.pb.cc.

◆ IsInitialized()

bool operations_research::RegularLimitParameters::IsInitialized ( ) const
inline

Definition at line 161 of file search_limit.pb.h.

◆ MergeFrom()

void operations_research::RegularLimitParameters::MergeFrom ( const RegularLimitParameters & from)
inline

Definition at line 154 of file search_limit.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::RegularLimitParameters::mutable_unknown_fields ( )
inline

Definition at line 112 of file search_limit.pb.h.

◆ New()

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

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

Definition at line 148 of file search_limit.pb.h.

◆ operator=() [1/2]

RegularLimitParameters & operations_research::RegularLimitParameters::operator= ( const RegularLimitParameters & from)
inline

Definition at line 94 of file search_limit.pb.h.

◆ operator=() [2/2]

RegularLimitParameters & operations_research::RegularLimitParameters::operator= ( RegularLimitParameters && from)
inlinenoexcept

Definition at line 98 of file search_limit.pb.h.

◆ PlacementNew_()

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

Definition at line 175 of file search_limit.pb.cc.

◆ set_branches()

void operations_research::RegularLimitParameters::set_branches ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.RegularLimitParameters.branches)

Definition at line 378 of file search_limit.pb.h.

◆ set_cumulative()

void operations_research::RegularLimitParameters::set_cumulative ( bool value)
inline

@protoc_insertion_point(field_set:operations_research.RegularLimitParameters.cumulative)

Definition at line 474 of file search_limit.pb.h.

◆ set_failures()

void operations_research::RegularLimitParameters::set_failures ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.RegularLimitParameters.failures)

Definition at line 402 of file search_limit.pb.h.

◆ set_smart_time_check()

void operations_research::RegularLimitParameters::set_smart_time_check ( bool value)
inline

@protoc_insertion_point(field_set:operations_research.RegularLimitParameters.smart_time_check)

Definition at line 450 of file search_limit.pb.h.

◆ set_solutions()

void operations_research::RegularLimitParameters::set_solutions ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.RegularLimitParameters.solutions)

Definition at line 426 of file search_limit.pb.h.

◆ set_time()

void operations_research::RegularLimitParameters::set_time ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.RegularLimitParameters.time)

Definition at line 354 of file search_limit.pb.h.

◆ smart_time_check()

bool operations_research::RegularLimitParameters::smart_time_check ( ) const
inline

@protoc_insertion_point(field_get:operations_research.RegularLimitParameters.smart_time_check)

Definition at line 446 of file search_limit.pb.h.

◆ solutions()

int64_t operations_research::RegularLimitParameters::solutions ( ) const
inline

@protoc_insertion_point(field_get:operations_research.RegularLimitParameters.solutions)

Definition at line 422 of file search_limit.pb.h.

◆ Swap()

void operations_research::RegularLimitParameters::Swap ( RegularLimitParameters *PROTOBUF_NONNULL other)
inline

Definition at line 132 of file search_limit.pb.h.

◆ time()

int64_t operations_research::RegularLimitParameters::time ( ) const
inline

@protoc_insertion_point(field_get:operations_research.RegularLimitParameters.time)

Definition at line 350 of file search_limit.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::RegularLimitParameters::unknown_fields ( ) const
inline

Definition at line 108 of file search_limit.pb.h.

◆ UnsafeArenaSwap()

void operations_research::RegularLimitParameters::UnsafeArenaSwap ( RegularLimitParameters *PROTOBUF_NONNULL other)
inline

Definition at line 140 of file search_limit.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 295 of file search_limit.pb.h.

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

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

Definition at line 297 of file search_limit.pb.h.

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

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

Definition at line 288 of file search_limit.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 294 of file search_limit.pb.h.

◆ ::TableStruct_ortools_2fconstraint_5fsolver_2fsearch_5flimit_2eproto

◆ swap

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

Definition at line 131 of file search_limit.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::RegularLimitParameters::_impl_

Definition at line 319 of file search_limit.pb.h.

◆ kIndexInFileMessages

int operations_research::RegularLimitParameters::kIndexInFileMessages = 0
staticconstexpr

Definition at line 130 of file search_limit.pb.h.


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