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

Detailed Description

Definition at line 772 of file infeasible_subsystem.pb.h.

#include <infeasible_subsystem.pb.h>

Inheritance diagram for operations_research::math_opt::ComputeInfeasibleSubsystemResultProto:

Classes

class  _Internal

Public Types

enum  : int { kInfeasibleSubsystemFieldNumber = 2 , kFeasibilityFieldNumber = 1 , kIsMinimalFieldNumber = 3 }
 nested types -------------------------------------------------— More...

Public Member Functions

 ComputeInfeasibleSubsystemResultProto ()
 ~ComputeInfeasibleSubsystemResultProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR ComputeInfeasibleSubsystemResultProto (::google::protobuf::internal::ConstantInitialized)
 ComputeInfeasibleSubsystemResultProto (const ComputeInfeasibleSubsystemResultProto &from)
 ComputeInfeasibleSubsystemResultProto (ComputeInfeasibleSubsystemResultProto &&from) noexcept
ComputeInfeasibleSubsystemResultProtooperator= (const ComputeInfeasibleSubsystemResultProto &from)
ComputeInfeasibleSubsystemResultProtooperator= (ComputeInfeasibleSubsystemResultProto &&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 (ComputeInfeasibleSubsystemResultProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (ComputeInfeasibleSubsystemResultProto *PROTOBUF_NONNULL other)
ComputeInfeasibleSubsystemResultProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const ComputeInfeasibleSubsystemResultProto &from)
void MergeFrom (const ComputeInfeasibleSubsystemResultProto &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_infeasible_subsystem () const
 .operations_research.math_opt.ModelSubsetProto infeasible_subsystem = 2;
void clear_infeasible_subsystem ()
const ::operations_research::math_opt::ModelSubsetProtoinfeasible_subsystem () const
::operations_research::math_opt::ModelSubsetProto *PROTOBUF_NULLABLE release_infeasible_subsystem ()
::operations_research::math_opt::ModelSubsetProto *PROTOBUF_NONNULL mutable_infeasible_subsystem ()
void set_allocated_infeasible_subsystem (::operations_research::math_opt::ModelSubsetProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_infeasible_subsystem (::operations_research::math_opt::ModelSubsetProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::ModelSubsetProto *PROTOBUF_NULLABLE unsafe_arena_release_infeasible_subsystem ()
void clear_feasibility ()
 .operations_research.math_opt.FeasibilityStatusProto feasibility = 1;
::operations_research::math_opt::FeasibilityStatusProto feasibility () const
void set_feasibility (::operations_research::math_opt::FeasibilityStatusProto value)
void clear_is_minimal ()
 bool is_minimal = 3;
bool is_minimal () const
void set_is_minimal (bool value)
template<typename>
PROTOBUF_CONSTEXPR ComputeInfeasibleSubsystemResultProto (::_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 ComputeInfeasibleSubsystemResultProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 5

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kInfeasibleSubsystemFieldNumber 
kFeasibilityFieldNumber 
kIsMinimalFieldNumber 

Definition at line 914 of file infeasible_subsystem.pb.h.

Constructor & Destructor Documentation

◆ ComputeInfeasibleSubsystemResultProto() [1/8]

operations_research::math_opt::ComputeInfeasibleSubsystemResultProto::ComputeInfeasibleSubsystemResultProto ( )
inline

Definition at line 775 of file infeasible_subsystem.pb.h.

◆ ~ComputeInfeasibleSubsystemResultProto()

operations_research::math_opt::ComputeInfeasibleSubsystemResultProto::~ComputeInfeasibleSubsystemResultProto ( )

@protoc_insertion_point(destructor:operations_research.math_opt.ComputeInfeasibleSubsystemResultProto)

Definition at line 1478 of file infeasible_subsystem.pb.cc.

◆ ComputeInfeasibleSubsystemResultProto() [2/8]

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

◆ ComputeInfeasibleSubsystemResultProto() [3/8]

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

Definition at line 788 of file infeasible_subsystem.pb.h.

◆ ComputeInfeasibleSubsystemResultProto() [4/8]

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

Definition at line 789 of file infeasible_subsystem.pb.h.

◆ ComputeInfeasibleSubsystemResultProto() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.math_opt.ComputeInfeasibleSubsystemResultProto)

Definition at line 1421 of file infeasible_subsystem.pb.cc.

◆ ComputeInfeasibleSubsystemResultProto() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.math_opt.ComputeInfeasibleSubsystemResultProto)

Definition at line 1437 of file infeasible_subsystem.pb.cc.

◆ ComputeInfeasibleSubsystemResultProto() [7/8]

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

Definition at line 896 of file infeasible_subsystem.pb.h.

◆ ComputeInfeasibleSubsystemResultProto() [8/8]

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

Definition at line 155 of file infeasible_subsystem.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

.operations_research.math_opt.FeasibilityStatusProto feasibility = 1;

.operations_research.math_opt.ModelSubsetProto infeasible_subsystem = 2;

bool is_minimal = 3;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.ComputeInfeasibleSubsystemResultProto)

Definition at line 1608 of file infeasible_subsystem.pb.cc.

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.ComputeInfeasibleSubsystemResultProto)

Prevent compiler warnings about cached_has_bits being unused

.operations_research.math_opt.ModelSubsetProto infeasible_subsystem = 2;

.operations_research.math_opt.FeasibilityStatusProto feasibility = 1;

bool is_minimal = 3;

Definition at line 1656 of file infeasible_subsystem.pb.cc.

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.ComputeInfeasibleSubsystemResultProto)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 1581 of file infeasible_subsystem.pb.cc.

◆ clear_feasibility()

void operations_research::math_opt::ComputeInfeasibleSubsystemResultProto::clear_feasibility ( )
inline

◆ clear_infeasible_subsystem()

void operations_research::math_opt::ComputeInfeasibleSubsystemResultProto::clear_infeasible_subsystem ( )
inline

Definition at line 1424 of file infeasible_subsystem.pb.h.

◆ clear_is_minimal()

void operations_research::math_opt::ComputeInfeasibleSubsystemResultProto::clear_is_minimal ( )
inline

bool is_minimal = 3;

Definition at line 1517 of file infeasible_subsystem.pb.h.

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.ComputeInfeasibleSubsystemResultProto)

Definition at line 1726 of file infeasible_subsystem.pb.cc.

◆ default_instance()

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

Definition at line 823 of file infeasible_subsystem.pb.h.

◆ descriptor()

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

Definition at line 814 of file infeasible_subsystem.pb.h.

◆ feasibility()

operations_research::math_opt::FeasibilityStatusProto operations_research::math_opt::ComputeInfeasibleSubsystemResultProto::feasibility ( ) const
inline

◆ GetCachedSize()

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

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

◆ GetClassData()

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

Definition at line 1527 of file infeasible_subsystem.pb.cc.

◆ GetDescriptor()

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

Definition at line 817 of file infeasible_subsystem.pb.h.

◆ GetMetadata()

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

Definition at line 1746 of file infeasible_subsystem.pb.cc.

◆ GetReflection()

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

Definition at line 820 of file infeasible_subsystem.pb.h.

◆ has_infeasible_subsystem()

bool operations_research::math_opt::ComputeInfeasibleSubsystemResultProto::has_infeasible_subsystem ( ) const
inline

.operations_research.math_opt.ModelSubsetProto infeasible_subsystem = 2;

Definition at line 1419 of file infeasible_subsystem.pb.h.

◆ infeasible_subsystem()

const::operations_research::math_opt::ModelSubsetProto & operations_research::math_opt::ComputeInfeasibleSubsystemResultProto::infeasible_subsystem ( ) const
inline

◆ InternalGenerateClassData_()

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

Definition at line 1499 of file infeasible_subsystem.pb.cc.

◆ InternalNewImpl_()

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

Definition at line 1495 of file infeasible_subsystem.pb.cc.

◆ is_minimal()

bool operations_research::math_opt::ComputeInfeasibleSubsystemResultProto::is_minimal ( ) const
inline

◆ IsInitialized()

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

Definition at line 858 of file infeasible_subsystem.pb.h.

◆ MergeFrom()

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

Definition at line 851 of file infeasible_subsystem.pb.h.

◆ mutable_infeasible_subsystem()

operations_research::math_opt::ModelSubsetProto *PROTOBUF_NONNULL operations_research::math_opt::ComputeInfeasibleSubsystemResultProto::mutable_infeasible_subsystem ( )
inline

◆ mutable_unknown_fields()

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

Definition at line 809 of file infeasible_subsystem.pb.h.

◆ New()

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

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

Definition at line 845 of file infeasible_subsystem.pb.h.

◆ operator=() [1/2]

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

Definition at line 795 of file infeasible_subsystem.pb.h.

◆ operator=() [2/2]

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

Definition at line 791 of file infeasible_subsystem.pb.h.

◆ PlacementNew_()

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

Definition at line 1490 of file infeasible_subsystem.pb.cc.

◆ release_infeasible_subsystem()

operations_research::math_opt::ModelSubsetProto *PROTOBUF_NULLABLE operations_research::math_opt::ComputeInfeasibleSubsystemResultProto::release_infeasible_subsystem ( )
inlinenodiscard

Definition at line 1452 of file infeasible_subsystem.pb.h.

◆ set_allocated_infeasible_subsystem()

void operations_research::math_opt::ComputeInfeasibleSubsystemResultProto::set_allocated_infeasible_subsystem ( ::operations_research::math_opt::ModelSubsetProto *PROTOBUF_NULLABLE value)
inline

◆ set_feasibility()

void operations_research::math_opt::ComputeInfeasibleSubsystemResultProto::set_feasibility ( ::operations_research::math_opt::FeasibilityStatusProto value)
inline

◆ set_is_minimal()

void operations_research::math_opt::ComputeInfeasibleSubsystemResultProto::set_is_minimal ( bool value)
inline

◆ Swap()

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

Definition at line 829 of file infeasible_subsystem.pb.h.

◆ unknown_fields()

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

Definition at line 805 of file infeasible_subsystem.pb.h.

◆ unsafe_arena_release_infeasible_subsystem()

operations_research::math_opt::ModelSubsetProto *PROTOBUF_NULLABLE operations_research::math_opt::ComputeInfeasibleSubsystemResultProto::unsafe_arena_release_infeasible_subsystem ( )
inline

◆ unsafe_arena_set_allocated_infeasible_subsystem()

void operations_research::math_opt::ComputeInfeasibleSubsystemResultProto::unsafe_arena_set_allocated_infeasible_subsystem ( ::operations_research::math_opt::ModelSubsetProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.ComputeInfeasibleSubsystemResultProto.infeasible_subsystem)

Definition at line 1438 of file infeasible_subsystem.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 837 of file infeasible_subsystem.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 964 of file infeasible_subsystem.pb.h.

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

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

Definition at line 966 of file infeasible_subsystem.pb.h.

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

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

Definition at line 957 of file infeasible_subsystem.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 963 of file infeasible_subsystem.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2finfeasible_5fsubsystem_2eproto

◆ swap

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::ComputeInfeasibleSubsystemResultProto::_impl_

Definition at line 985 of file infeasible_subsystem.pb.h.

◆ kIndexInFileMessages

int operations_research::math_opt::ComputeInfeasibleSubsystemResultProto::kIndexInFileMessages = 5
staticconstexpr

Definition at line 827 of file infeasible_subsystem.pb.h.


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