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

Detailed Description

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

#include <result.pb.h>

Inheritance diagram for operations_research::math_opt::ProblemStatusProto:

Classes

class  _Internal

Public Types

enum  : int { kPrimalStatusFieldNumber = 1 , kDualStatusFieldNumber = 2 , kPrimalOrDualInfeasibleFieldNumber = 3 }
 nested types -------------------------------------------------— More...

Public Member Functions

 ProblemStatusProto ()
 ~ProblemStatusProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR ProblemStatusProto (::google::protobuf::internal::ConstantInitialized)
 ProblemStatusProto (const ProblemStatusProto &from)
 ProblemStatusProto (ProblemStatusProto &&from) noexcept
ProblemStatusProtooperator= (const ProblemStatusProto &from)
ProblemStatusProtooperator= (ProblemStatusProto &&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 (ProblemStatusProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (ProblemStatusProto *PROTOBUF_NONNULL other)
ProblemStatusProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const ProblemStatusProto &from)
void MergeFrom (const ProblemStatusProto &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_primal_status ()
 .operations_research.math_opt.FeasibilityStatusProto primal_status = 1;
::operations_research::math_opt::FeasibilityStatusProto primal_status () const
void set_primal_status (::operations_research::math_opt::FeasibilityStatusProto value)
void clear_dual_status ()
 .operations_research.math_opt.FeasibilityStatusProto dual_status = 2;
::operations_research::math_opt::FeasibilityStatusProto dual_status () const
void set_dual_status (::operations_research::math_opt::FeasibilityStatusProto value)
void clear_primal_or_dual_infeasible ()
 bool primal_or_dual_infeasible = 3;
bool primal_or_dual_infeasible () const
void set_primal_or_dual_infeasible (bool value)
template<typename>
PROTOBUF_CONSTEXPR ProblemStatusProto (::_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 ProblemStatusProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 0

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kPrimalStatusFieldNumber 
kDualStatusFieldNumber 
kPrimalOrDualInfeasibleFieldNumber 

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

Constructor & Destructor Documentation

◆ ProblemStatusProto() [1/8]

operations_research::math_opt::ProblemStatusProto::ProblemStatusProto ( )
inline

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

◆ ~ProblemStatusProto()

operations_research::math_opt::ProblemStatusProto::~ProblemStatusProto ( )

@protoc_insertion_point(destructor:operations_research.math_opt.ProblemStatusProto)

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

◆ ProblemStatusProto() [2/8]

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

◆ ProblemStatusProto() [3/8]

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

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

◆ ProblemStatusProto() [4/8]

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

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

◆ ProblemStatusProto() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.math_opt.ProblemStatusProto)

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

◆ ProblemStatusProto() [6/8]

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

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

◆ ProblemStatusProto() [7/8]

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

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

◆ ProblemStatusProto() [8/8]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

.operations_research.math_opt.FeasibilityStatusProto primal_status = 1;

.operations_research.math_opt.FeasibilityStatusProto dual_status = 2;

bool primal_or_dual_infeasible = 3;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.ProblemStatusProto)

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

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.ProblemStatusProto)

Prevent compiler warnings about cached_has_bits being unused

.operations_research.math_opt.FeasibilityStatusProto primal_status = 1;

.operations_research.math_opt.FeasibilityStatusProto dual_status = 2;

bool primal_or_dual_infeasible = 3;

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

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.ProblemStatusProto)

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_dual_status()

void operations_research::math_opt::ProblemStatusProto::clear_dual_status ( )
inline

.operations_research.math_opt.FeasibilityStatusProto dual_status = 2;

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

◆ clear_primal_or_dual_infeasible()

void operations_research::math_opt::ProblemStatusProto::clear_primal_or_dual_infeasible ( )
inline

bool primal_or_dual_infeasible = 3;

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

◆ clear_primal_status()

void operations_research::math_opt::ProblemStatusProto::clear_primal_status ( )
inline

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.ProblemStatusProto)

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ dual_status()

operations_research::math_opt::FeasibilityStatusProto operations_research::math_opt::ProblemStatusProto::dual_status ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ProblemStatusProto.dual_status)

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ InternalGenerateClassData_()

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

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

◆ InternalNewImpl_()

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

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

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

◆ primal_or_dual_infeasible()

bool operations_research::math_opt::ProblemStatusProto::primal_or_dual_infeasible ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ProblemStatusProto.primal_or_dual_infeasible)

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

◆ primal_status()

operations_research::math_opt::FeasibilityStatusProto operations_research::math_opt::ProblemStatusProto::primal_status ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ProblemStatusProto.primal_status)

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

◆ set_dual_status()

void operations_research::math_opt::ProblemStatusProto::set_dual_status ( ::operations_research::math_opt::FeasibilityStatusProto value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.ProblemStatusProto.dual_status)

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

◆ set_primal_or_dual_infeasible()

void operations_research::math_opt::ProblemStatusProto::set_primal_or_dual_infeasible ( bool value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.ProblemStatusProto.primal_or_dual_infeasible)

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

◆ set_primal_status()

void operations_research::math_opt::ProblemStatusProto::set_primal_status ( ::operations_research::math_opt::FeasibilityStatusProto value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.ProblemStatusProto.primal_status)

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fmath_5fopt_2fresult_2eproto

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::ProblemStatusProto::_impl_

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

◆ kIndexInFileMessages

int operations_research::math_opt::ProblemStatusProto::kIndexInFileMessages = 0
staticconstexpr

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


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