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

Detailed Description

Definition at line 311 of file model_parameters.pb.h.

#include <model_parameters.pb.h>

Inheritance diagram for operations_research::math_opt::ObjectiveParametersProto:

Classes

class  _Internal

Public Types

enum  : int { kTimeLimitFieldNumber = 9 , kObjectiveDegradationAbsoluteToleranceFieldNumber = 7 , kObjectiveDegradationRelativeToleranceFieldNumber = 8 }
 nested types -------------------------------------------------— More...

Public Member Functions

 ObjectiveParametersProto ()
 ~ObjectiveParametersProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR ObjectiveParametersProto (::google::protobuf::internal::ConstantInitialized)
 ObjectiveParametersProto (const ObjectiveParametersProto &from)
 ObjectiveParametersProto (ObjectiveParametersProto &&from) noexcept
ObjectiveParametersProtooperator= (const ObjectiveParametersProto &from)
ObjectiveParametersProtooperator= (ObjectiveParametersProto &&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 (ObjectiveParametersProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (ObjectiveParametersProto *PROTOBUF_NONNULL other)
ObjectiveParametersProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const ObjectiveParametersProto &from)
void MergeFrom (const ObjectiveParametersProto &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
bool has_time_limit () const
 .google.protobuf.Duration time_limit = 9;
void clear_time_limit ()
const ::google::protobuf::Duration & time_limit () const
::google::protobuf::Duration *PROTOBUF_NULLABLE release_time_limit ()
::google::protobuf::Duration *PROTOBUF_NONNULL mutable_time_limit ()
void set_allocated_time_limit (::google::protobuf::Duration *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_time_limit (::google::protobuf::Duration *PROTOBUF_NULLABLE value)
::google::protobuf::Duration *PROTOBUF_NULLABLE unsafe_arena_release_time_limit ()
bool has_objective_degradation_absolute_tolerance () const
 optional double objective_degradation_absolute_tolerance = 7;
void clear_objective_degradation_absolute_tolerance ()
double objective_degradation_absolute_tolerance () const
void set_objective_degradation_absolute_tolerance (double value)
bool has_objective_degradation_relative_tolerance () const
 optional double objective_degradation_relative_tolerance = 8;
void clear_objective_degradation_relative_tolerance ()
double objective_degradation_relative_tolerance () const
void set_objective_degradation_relative_tolerance (double value)
template<typename>
PROTOBUF_CONSTEXPR ObjectiveParametersProto (::_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 ObjectiveParametersProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 1

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kTimeLimitFieldNumber 
kObjectiveDegradationAbsoluteToleranceFieldNumber 
kObjectiveDegradationRelativeToleranceFieldNumber 

Definition at line 453 of file model_parameters.pb.h.

Constructor & Destructor Documentation

◆ ObjectiveParametersProto() [1/8]

operations_research::math_opt::ObjectiveParametersProto::ObjectiveParametersProto ( )
inline

Definition at line 314 of file model_parameters.pb.h.

◆ ~ObjectiveParametersProto()

operations_research::math_opt::ObjectiveParametersProto::~ObjectiveParametersProto ( )

@protoc_insertion_point(destructor:operations_research.math_opt.ObjectiveParametersProto)

Definition at line 668 of file model_parameters.pb.cc.

◆ ObjectiveParametersProto() [2/8]

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

◆ ObjectiveParametersProto() [3/8]

operations_research::math_opt::ObjectiveParametersProto::ObjectiveParametersProto ( const ObjectiveParametersProto & from)
inline

Definition at line 327 of file model_parameters.pb.h.

◆ ObjectiveParametersProto() [4/8]

operations_research::math_opt::ObjectiveParametersProto::ObjectiveParametersProto ( ObjectiveParametersProto && from)
inlinenoexcept

Definition at line 328 of file model_parameters.pb.h.

◆ ObjectiveParametersProto() [5/8]

operations_research::math_opt::ObjectiveParametersProto::ObjectiveParametersProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.math_opt.ObjectiveParametersProto)

Definition at line 611 of file model_parameters.pb.cc.

◆ ObjectiveParametersProto() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.math_opt.ObjectiveParametersProto)

Definition at line 627 of file model_parameters.pb.cc.

◆ ObjectiveParametersProto() [7/8]

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

Definition at line 435 of file model_parameters.pb.h.

◆ ObjectiveParametersProto() [8/8]

template<typename>
PROTOBUF_CONSTEXPR operations_research::math_opt::ObjectiveParametersProto::ObjectiveParametersProto ( ::_pbi::ConstantInitialized )

Definition at line 64 of file model_parameters.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

@protoc_insertion_point(serialize_to_array_start:operations_research.math_opt.ObjectiveParametersProto)

optional double objective_degradation_absolute_tolerance = 7;

optional double objective_degradation_relative_tolerance = 8;

.google.protobuf.Duration time_limit = 9;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.ObjectiveParametersProto)

Definition at line 798 of file model_parameters.pb.cc.

◆ ByteSizeLong()

size_t operations_research::math_opt::ObjectiveParametersProto::ByteSizeLong ( ) const
final

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.ObjectiveParametersProto)

Prevent compiler warnings about cached_has_bits being unused

.google.protobuf.Duration time_limit = 9;

Definition at line 842 of file model_parameters.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::math_opt::ObjectiveParametersProto::Clear ( )

@protoc_insertion_point(message_clear_start:operations_research.math_opt.ObjectiveParametersProto)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 771 of file model_parameters.pb.cc.

◆ clear_objective_degradation_absolute_tolerance()

void operations_research::math_opt::ObjectiveParametersProto::clear_objective_degradation_absolute_tolerance ( )
inline

Definition at line 1146 of file model_parameters.pb.h.

◆ clear_objective_degradation_relative_tolerance()

void operations_research::math_opt::ObjectiveParametersProto::clear_objective_degradation_relative_tolerance ( )
inline

Definition at line 1174 of file model_parameters.pb.h.

◆ clear_time_limit()

void operations_research::math_opt::ObjectiveParametersProto::clear_time_limit ( )

Definition at line 606 of file model_parameters.pb.cc.

◆ CopyFrom()

void operations_research::math_opt::ObjectiveParametersProto::CopyFrom ( const ObjectiveParametersProto & from)

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.ObjectiveParametersProto)

Definition at line 896 of file model_parameters.pb.cc.

◆ default_instance()

const ObjectiveParametersProto & operations_research::math_opt::ObjectiveParametersProto::default_instance ( )
inlinestatic

Definition at line 362 of file model_parameters.pb.h.

◆ descriptor()

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

Definition at line 353 of file model_parameters.pb.h.

◆ GetCachedSize()

int operations_research::math_opt::ObjectiveParametersProto::GetCachedSize ( ) const
inline

Definition at line 421 of file model_parameters.pb.h.

◆ GetClassData()

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

Definition at line 717 of file model_parameters.pb.cc.

◆ GetDescriptor()

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

Definition at line 356 of file model_parameters.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::math_opt::ObjectiveParametersProto::GetMetadata ( ) const

Definition at line 916 of file model_parameters.pb.cc.

◆ GetReflection()

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

Definition at line 359 of file model_parameters.pb.h.

◆ has_objective_degradation_absolute_tolerance()

bool operations_research::math_opt::ObjectiveParametersProto::has_objective_degradation_absolute_tolerance ( ) const
inline

optional double objective_degradation_absolute_tolerance = 7;

ObjectiveParametersProto.

optional double objective_degradation_absolute_tolerance = 7;

Definition at line 1142 of file model_parameters.pb.h.

◆ has_objective_degradation_relative_tolerance()

bool operations_research::math_opt::ObjectiveParametersProto::has_objective_degradation_relative_tolerance ( ) const
inline

optional double objective_degradation_relative_tolerance = 8;

Definition at line 1170 of file model_parameters.pb.h.

◆ has_time_limit()

bool operations_research::math_opt::ObjectiveParametersProto::has_time_limit ( ) const
inline

.google.protobuf.Duration time_limit = 9;

Definition at line 1198 of file model_parameters.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::math_opt::ObjectiveParametersProto::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 689 of file model_parameters.pb.cc.

◆ InternalNewImpl_()

auto operations_research::math_opt::ObjectiveParametersProto::InternalNewImpl_ ( )
staticconstexprprotected

Definition at line 685 of file model_parameters.pb.cc.

◆ IsInitialized()

bool operations_research::math_opt::ObjectiveParametersProto::IsInitialized ( ) const
inline

Definition at line 397 of file model_parameters.pb.h.

◆ MergeFrom()

void operations_research::math_opt::ObjectiveParametersProto::MergeFrom ( const ObjectiveParametersProto & from)
inline

Definition at line 390 of file model_parameters.pb.h.

◆ mutable_time_limit()

google::protobuf::Duration *PROTOBUF_NONNULL operations_research::math_opt::ObjectiveParametersProto::mutable_time_limit ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.ObjectiveParametersProto.time_limit)

Definition at line 1262 of file model_parameters.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::math_opt::ObjectiveParametersProto::mutable_unknown_fields ( )
inline

Definition at line 348 of file model_parameters.pb.h.

◆ New()

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

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

Definition at line 384 of file model_parameters.pb.h.

◆ objective_degradation_absolute_tolerance()

double operations_research::math_opt::ObjectiveParametersProto::objective_degradation_absolute_tolerance ( ) const
inline

◆ objective_degradation_relative_tolerance()

double operations_research::math_opt::ObjectiveParametersProto::objective_degradation_relative_tolerance ( ) const
inline

◆ operator=() [1/2]

ObjectiveParametersProto & operations_research::math_opt::ObjectiveParametersProto::operator= ( const ObjectiveParametersProto & from)
inline

Definition at line 330 of file model_parameters.pb.h.

◆ operator=() [2/2]

ObjectiveParametersProto & operations_research::math_opt::ObjectiveParametersProto::operator= ( ObjectiveParametersProto && from)
inlinenoexcept

Definition at line 334 of file model_parameters.pb.h.

◆ PlacementNew_()

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

Definition at line 680 of file model_parameters.pb.cc.

◆ release_time_limit()

google::protobuf::Duration *PROTOBUF_NULLABLE operations_research::math_opt::ObjectiveParametersProto::release_time_limit ( )
inlinenodiscard

Definition at line 1226 of file model_parameters.pb.h.

◆ set_allocated_time_limit()

void operations_research::math_opt::ObjectiveParametersProto::set_allocated_time_limit ( ::google::protobuf::Duration *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.ObjectiveParametersProto.time_limit)

Definition at line 1269 of file model_parameters.pb.h.

◆ set_objective_degradation_absolute_tolerance()

void operations_research::math_opt::ObjectiveParametersProto::set_objective_degradation_absolute_tolerance ( double value)
inline

◆ set_objective_degradation_relative_tolerance()

void operations_research::math_opt::ObjectiveParametersProto::set_objective_degradation_relative_tolerance ( double value)
inline

◆ Swap()

void operations_research::math_opt::ObjectiveParametersProto::Swap ( ObjectiveParametersProto *PROTOBUF_NONNULL other)
inline

Definition at line 368 of file model_parameters.pb.h.

◆ time_limit()

const::google::protobuf::Duration & operations_research::math_opt::ObjectiveParametersProto::time_limit ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ObjectiveParametersProto.time_limit)

Definition at line 1208 of file model_parameters.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::math_opt::ObjectiveParametersProto::unknown_fields ( ) const
inline

Definition at line 344 of file model_parameters.pb.h.

◆ unsafe_arena_release_time_limit()

google::protobuf::Duration *PROTOBUF_NULLABLE operations_research::math_opt::ObjectiveParametersProto::unsafe_arena_release_time_limit ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.ObjectiveParametersProto.time_limit)

Definition at line 1245 of file model_parameters.pb.h.

◆ unsafe_arena_set_allocated_time_limit()

void operations_research::math_opt::ObjectiveParametersProto::unsafe_arena_set_allocated_time_limit ( ::google::protobuf::Duration *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.ObjectiveParametersProto.time_limit)

Definition at line 1212 of file model_parameters.pb.h.

◆ UnsafeArenaSwap()

void operations_research::math_opt::ObjectiveParametersProto::UnsafeArenaSwap ( ObjectiveParametersProto *PROTOBUF_NONNULL other)
inline

Definition at line 376 of file model_parameters.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 505 of file model_parameters.pb.h.

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

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

Definition at line 507 of file model_parameters.pb.h.

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

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

Definition at line 498 of file model_parameters.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 504 of file model_parameters.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fmodel_5fparameters_2eproto

◆ swap

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

Definition at line 367 of file model_parameters.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::ObjectiveParametersProto::_impl_

Definition at line 526 of file model_parameters.pb.h.

◆ kIndexInFileMessages

int operations_research::math_opt::ObjectiveParametersProto::kIndexInFileMessages = 1
staticconstexpr

Definition at line 366 of file model_parameters.pb.h.


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