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

Detailed Description

Definition at line 668 of file result.pb.h.

#include <result.pb.h>

Inheritance diagram for operations_research::math_opt::TerminationProto:

Classes

class  _Internal

Public Types

enum  : int {
  kDetailFieldNumber = 3 , kProblemStatusFieldNumber = 4 , kObjectiveBoundsFieldNumber = 5 , kReasonFieldNumber = 1 ,
  kLimitFieldNumber = 2
}
 nested types -------------------------------------------------— More...

Public Member Functions

 TerminationProto ()
 ~TerminationProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR TerminationProto (::google::protobuf::internal::ConstantInitialized)
 TerminationProto (const TerminationProto &from)
 TerminationProto (TerminationProto &&from) noexcept
TerminationProtooperator= (const TerminationProto &from)
TerminationProtooperator= (TerminationProto &&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 (TerminationProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (TerminationProto *PROTOBUF_NONNULL other)
TerminationProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const TerminationProto &from)
void MergeFrom (const TerminationProto &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_detail ()
 string detail = 3;
const ::std::string & detail () const
template<typename Arg_ = const ::std::string&, typename... Args_>
void set_detail (Arg_ &&arg, Args_... args)
::std::string *PROTOBUF_NONNULL mutable_detail ()
::std::string *PROTOBUF_NULLABLE release_detail ()
void set_allocated_detail (::std::string *PROTOBUF_NULLABLE value)
bool has_problem_status () const
 .operations_research.math_opt.ProblemStatusProto problem_status = 4;
void clear_problem_status ()
const ::operations_research::math_opt::ProblemStatusProtoproblem_status () const
::operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE release_problem_status ()
::operations_research::math_opt::ProblemStatusProto *PROTOBUF_NONNULL mutable_problem_status ()
void set_allocated_problem_status (::operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_problem_status (::operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE unsafe_arena_release_problem_status ()
bool has_objective_bounds () const
 .operations_research.math_opt.ObjectiveBoundsProto objective_bounds = 5;
void clear_objective_bounds ()
const ::operations_research::math_opt::ObjectiveBoundsProtoobjective_bounds () const
::operations_research::math_opt::ObjectiveBoundsProto *PROTOBUF_NULLABLE release_objective_bounds ()
::operations_research::math_opt::ObjectiveBoundsProto *PROTOBUF_NONNULL mutable_objective_bounds ()
void set_allocated_objective_bounds (::operations_research::math_opt::ObjectiveBoundsProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_objective_bounds (::operations_research::math_opt::ObjectiveBoundsProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::ObjectiveBoundsProto *PROTOBUF_NULLABLE unsafe_arena_release_objective_bounds ()
void clear_reason ()
 .operations_research.math_opt.TerminationReasonProto reason = 1;
::operations_research::math_opt::TerminationReasonProto reason () const
void set_reason (::operations_research::math_opt::TerminationReasonProto value)
void clear_limit ()
 .operations_research.math_opt.LimitProto limit = 2;
::operations_research::math_opt::LimitProto limit () const
void set_limit (::operations_research::math_opt::LimitProto value)
template<typename>
PROTOBUF_CONSTEXPR TerminationProto (::_pbi::ConstantInitialized)
template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_detail (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 TerminationProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 3

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kDetailFieldNumber 
kProblemStatusFieldNumber 
kObjectiveBoundsFieldNumber 
kReasonFieldNumber 
kLimitFieldNumber 

Definition at line 810 of file result.pb.h.

Constructor & Destructor Documentation

◆ TerminationProto() [1/8]

operations_research::math_opt::TerminationProto::TerminationProto ( )
inline

Definition at line 671 of file result.pb.h.

◆ ~TerminationProto()

operations_research::math_opt::TerminationProto::~TerminationProto ( )

@protoc_insertion_point(destructor:operations_research.math_opt.TerminationProto)

Definition at line 1566 of file result.pb.cc.

◆ TerminationProto() [2/8]

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

◆ TerminationProto() [3/8]

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

Definition at line 684 of file result.pb.h.

◆ TerminationProto() [4/8]

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

Definition at line 685 of file result.pb.h.

◆ TerminationProto() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.math_opt.TerminationProto)

Definition at line 1504 of file result.pb.cc.

◆ TerminationProto() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.math_opt.TerminationProto)

Definition at line 1521 of file result.pb.cc.

◆ TerminationProto() [7/8]

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

Definition at line 792 of file result.pb.h.

◆ TerminationProto() [8/8]

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

Definition at line 95 of file result.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::math_opt::TerminationProto::_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.TerminationProto)

.operations_research.math_opt.TerminationReasonProto reason = 1;

.operations_research.math_opt.LimitProto limit = 2;

string detail = 3;

.operations_research.math_opt.ProblemStatusProto problem_status = 4;

.operations_research.math_opt.ObjectiveBoundsProto objective_bounds = 5;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.TerminationProto)

Definition at line 1725 of file result.pb.cc.

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.TerminationProto)

Prevent compiler warnings about cached_has_bits being unused

string detail = 3;

.operations_research.math_opt.ProblemStatusProto problem_status = 4;

.operations_research.math_opt.ObjectiveBoundsProto objective_bounds = 5;

.operations_research.math_opt.TerminationReasonProto reason = 1;

.operations_research.math_opt.LimitProto limit = 2;

Definition at line 1790 of file result.pb.cc.

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.TerminationProto)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 1689 of file result.pb.cc.

◆ clear_detail()

void operations_research::math_opt::TerminationProto::clear_detail ( )
inline

string detail = 3;

Definition at line 2295 of file result.pb.h.

◆ clear_limit()

void operations_research::math_opt::TerminationProto::clear_limit ( )
inline

.operations_research.math_opt.LimitProto limit = 2;

Definition at line 2271 of file result.pb.h.

◆ clear_objective_bounds()

void operations_research::math_opt::TerminationProto::clear_objective_bounds ( )
inline

Definition at line 2463 of file result.pb.h.

◆ clear_problem_status()

void operations_research::math_opt::TerminationProto::clear_problem_status ( )
inline

Definition at line 2365 of file result.pb.h.

◆ clear_reason()

void operations_research::math_opt::TerminationProto::clear_reason ( )
inline

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.TerminationProto)

Definition at line 1890 of file result.pb.cc.

◆ default_instance()

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

Definition at line 719 of file result.pb.h.

◆ descriptor()

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

Definition at line 710 of file result.pb.h.

◆ detail()

const::std::string & operations_research::math_opt::TerminationProto::detail ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.TerminationProto.detail)

Definition at line 2300 of file result.pb.h.

◆ GetCachedSize()

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

Definition at line 778 of file result.pb.h.

◆ GetClassData()

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

Definition at line 1617 of file result.pb.cc.

◆ GetDescriptor()

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

Definition at line 713 of file result.pb.h.

◆ GetMetadata()

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

Definition at line 1913 of file result.pb.cc.

◆ GetReflection()

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

Definition at line 716 of file result.pb.h.

◆ has_objective_bounds()

bool operations_research::math_opt::TerminationProto::has_objective_bounds ( ) const
inline

.operations_research.math_opt.ObjectiveBoundsProto objective_bounds = 5;

Definition at line 2458 of file result.pb.h.

◆ has_problem_status()

bool operations_research::math_opt::TerminationProto::has_problem_status ( ) const
inline

.operations_research.math_opt.ProblemStatusProto problem_status = 4;

Definition at line 2360 of file result.pb.h.

◆ InternalGenerateClassData_()

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

Definition at line 1589 of file result.pb.cc.

◆ InternalNewImpl_()

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

Definition at line 1585 of file result.pb.cc.

◆ IsInitialized()

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

Definition at line 754 of file result.pb.h.

◆ limit()

operations_research::math_opt::LimitProto operations_research::math_opt::TerminationProto::limit ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.TerminationProto.limit)

Definition at line 2276 of file result.pb.h.

◆ MergeFrom()

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

Definition at line 747 of file result.pb.h.

◆ mutable_detail()

std::string *PROTOBUF_NONNULL operations_research::math_opt::TerminationProto::mutable_detail ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.TerminationProto.detail)

Definition at line 2312 of file result.pb.h.

◆ mutable_objective_bounds()

operations_research::math_opt::ObjectiveBoundsProto *PROTOBUF_NONNULL operations_research::math_opt::TerminationProto::mutable_objective_bounds ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.TerminationProto.objective_bounds)

Definition at line 2527 of file result.pb.h.

◆ mutable_problem_status()

operations_research::math_opt::ProblemStatusProto *PROTOBUF_NONNULL operations_research::math_opt::TerminationProto::mutable_problem_status ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.TerminationProto.problem_status)

Definition at line 2429 of file result.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 705 of file result.pb.h.

◆ New()

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

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

Definition at line 741 of file result.pb.h.

◆ objective_bounds()

const::operations_research::math_opt::ObjectiveBoundsProto & operations_research::math_opt::TerminationProto::objective_bounds ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.TerminationProto.objective_bounds)

Definition at line 2473 of file result.pb.h.

◆ operator=() [1/2]

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

Definition at line 687 of file result.pb.h.

◆ operator=() [2/2]

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

Definition at line 691 of file result.pb.h.

◆ PlacementNew_()

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

Definition at line 1580 of file result.pb.cc.

◆ problem_status()

const::operations_research::math_opt::ProblemStatusProto & operations_research::math_opt::TerminationProto::problem_status ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.TerminationProto.problem_status)

Definition at line 2375 of file result.pb.h.

◆ reason()

operations_research::math_opt::TerminationReasonProto operations_research::math_opt::TerminationProto::reason ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.TerminationProto.reason)

Definition at line 2252 of file result.pb.h.

◆ release_detail()

std::string *PROTOBUF_NULLABLE operations_research::math_opt::TerminationProto::release_detail ( )
inlinenodiscard

@protoc_insertion_point(field_release:operations_research.math_opt.TerminationProto.detail)

Definition at line 2332 of file result.pb.h.

◆ release_objective_bounds()

operations_research::math_opt::ObjectiveBoundsProto *PROTOBUF_NULLABLE operations_research::math_opt::TerminationProto::release_objective_bounds ( )
inlinenodiscard

Definition at line 2491 of file result.pb.h.

◆ release_problem_status()

operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE operations_research::math_opt::TerminationProto::release_problem_status ( )
inlinenodiscard

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

◆ set_allocated_detail()

void operations_research::math_opt::TerminationProto::set_allocated_detail ( ::std::string *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.TerminationProto.detail)

Definition at line 2345 of file result.pb.h.

◆ set_allocated_objective_bounds()

void operations_research::math_opt::TerminationProto::set_allocated_objective_bounds ( ::operations_research::math_opt::ObjectiveBoundsProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.TerminationProto.objective_bounds)

Definition at line 2534 of file result.pb.h.

◆ set_allocated_problem_status()

void operations_research::math_opt::TerminationProto::set_allocated_problem_status ( ::operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.TerminationProto.problem_status)

Definition at line 2436 of file result.pb.h.

◆ set_detail() [1/2]

template<typename Arg_ = const ::std::string&, typename... Args_>
void operations_research::math_opt::TerminationProto::set_detail ( Arg_ && arg,
Args_... args )

◆ set_detail() [2/2]

template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void operations_research::math_opt::TerminationProto::set_detail ( Arg_ && arg,
Args_... args )

@protoc_insertion_point(field_set:operations_research.math_opt.TerminationProto.detail)

Definition at line 2306 of file result.pb.h.

◆ set_limit()

void operations_research::math_opt::TerminationProto::set_limit ( ::operations_research::math_opt::LimitProto value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.TerminationProto.limit)

Definition at line 2280 of file result.pb.h.

◆ set_reason()

void operations_research::math_opt::TerminationProto::set_reason ( ::operations_research::math_opt::TerminationReasonProto value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.TerminationProto.reason)

Definition at line 2256 of file result.pb.h.

◆ Swap()

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

Definition at line 725 of file result.pb.h.

◆ unknown_fields()

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

Definition at line 701 of file result.pb.h.

◆ unsafe_arena_release_objective_bounds()

operations_research::math_opt::ObjectiveBoundsProto *PROTOBUF_NULLABLE operations_research::math_opt::TerminationProto::unsafe_arena_release_objective_bounds ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.TerminationProto.objective_bounds)

Definition at line 2510 of file result.pb.h.

◆ unsafe_arena_release_problem_status()

operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE operations_research::math_opt::TerminationProto::unsafe_arena_release_problem_status ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.TerminationProto.problem_status)

Definition at line 2412 of file result.pb.h.

◆ unsafe_arena_set_allocated_objective_bounds()

void operations_research::math_opt::TerminationProto::unsafe_arena_set_allocated_objective_bounds ( ::operations_research::math_opt::ObjectiveBoundsProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.TerminationProto.objective_bounds)

Definition at line 2477 of file result.pb.h.

◆ unsafe_arena_set_allocated_problem_status()

void operations_research::math_opt::TerminationProto::unsafe_arena_set_allocated_problem_status ( ::operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.TerminationProto.problem_status)

Definition at line 2379 of file result.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 733 of file result.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 892 of file result.pb.h.

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

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

Definition at line 894 of file result.pb.h.

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

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

Definition at line 885 of file result.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 891 of file result.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fresult_2eproto

Definition at line 916 of file result.pb.h.

◆ swap

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

Definition at line 724 of file result.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::TerminationProto::_impl_

Definition at line 915 of file result.pb.h.

◆ kIndexInFileMessages

int operations_research::math_opt::TerminationProto::kIndexInFileMessages = 3
staticconstexpr

Definition at line 723 of file result.pb.h.


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