Google OR-Tools v9.15
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 666 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
}

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
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 ()
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
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
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 () const
void set_reason (::operations_research::math_opt::TerminationReasonProto value)
void clear_limit ()
::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

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
Enumerator
kDetailFieldNumber 
kProblemStatusFieldNumber 
kObjectiveBoundsFieldNumber 
kReasonFieldNumber 
kLimitFieldNumber 

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

Constructor & Destructor Documentation

◆ TerminationProto() [1/5]

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

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

◆ ~TerminationProto()

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

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

◆ TerminationProto() [2/5]

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

◆ TerminationProto() [3/5]

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

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

◆ TerminationProto() [4/5]

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

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

◆ TerminationProto() [5/5]

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

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

◆ ByteSizeLong()

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

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

◆ Clear()

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

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

◆ clear_detail()

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

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

◆ clear_limit()

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

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

◆ clear_objective_bounds()

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

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

◆ clear_problem_status()

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

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

◆ clear_reason()

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

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

◆ CopyFrom()

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

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ detail()

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

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

◆ GetCachedSize()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ has_objective_bounds()

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

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

◆ has_problem_status()

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

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

◆ InternalGenerateClassData_()

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

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

◆ IsInitialized()

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

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

◆ limit()

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

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

◆ MergeFrom()

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

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

◆ mutable_detail()

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

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

◆ mutable_objective_bounds()

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

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

◆ mutable_problem_status()

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

Definition at line 2438 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 703 of file result.pb.h.

◆ New()

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

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

◆ objective_bounds()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ problem_status()

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

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

◆ reason()

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

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

◆ release_detail()

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

Definition at line 2340 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 2501 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 2402 of file result.pb.h.

◆ set_allocated_detail()

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

Definition at line 2353 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

Definition at line 2544 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

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

◆ set_detail() [1/2]

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

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

◆ set_detail() [2/2]

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

◆ set_limit()

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

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

◆ set_reason()

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

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

◆ Swap()

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

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

◆ unknown_fields()

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

Definition at line 699 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

Definition at line 2520 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

Definition at line 2421 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

Definition at line 2487 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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fmath_5fopt_2fresult_2eproto

friend struct ::TableStruct_ortools_2fmath_5fopt_2fresult_2eproto
friend

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::TerminationProto::_impl_

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

◆ kIndexInFileMessages

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

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


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