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

Detailed Description

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

#include <infeasible_subsystem.pb.h>

Inheritance diagram for operations_research::math_opt::ModelSubsetProto:

Classes

class  _Internal

Public Types

enum  : int {
  kVariableBoundsFieldNumber = 1 , kVariableIntegralityFieldNumber = 2 , kLinearConstraintsFieldNumber = 3 , kQuadraticConstraintsFieldNumber = 4 ,
  kSecondOrderConeConstraintsFieldNumber = 5 , kSos1ConstraintsFieldNumber = 6 , kSos2ConstraintsFieldNumber = 7 , kIndicatorConstraintsFieldNumber = 8
}
 accessors ----------------------------------------------------— More...
using Bounds = ModelSubsetProto_Bounds
 nested types -------------------------------------------------—

Public Member Functions

 ModelSubsetProto ()
 ~ModelSubsetProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR ModelSubsetProto (::google::protobuf::internal::ConstantInitialized)
 ModelSubsetProto (const ModelSubsetProto &from)
 ModelSubsetProto (ModelSubsetProto &&from) noexcept
ModelSubsetProtooperator= (const ModelSubsetProto &from)
ModelSubsetProtooperator= (ModelSubsetProto &&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 (ModelSubsetProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (ModelSubsetProto *PROTOBUF_NONNULL other)
ModelSubsetProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const ModelSubsetProto &from)
void MergeFrom (const ModelSubsetProto &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
int variable_bounds_size () const
 map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> variable_bounds = 1;
void clear_variable_bounds ()
const ::google::protobuf::Map<::int64_t, ::operations_research::math_opt::ModelSubsetProto_Bounds > & variable_bounds () const
::google::protobuf::Map<::int64_t, ::operations_research::math_opt::ModelSubsetProto_Bounds > *PROTOBUF_NONNULL mutable_variable_bounds ()
int variable_integrality_size () const
 repeated int64 variable_integrality = 2;
void clear_variable_integrality ()
::int64_t variable_integrality (int index) const
void set_variable_integrality (int index, ::int64_t value)
void add_variable_integrality (::int64_t value)
const ::google::protobuf::RepeatedField<::int64_t > & variable_integrality () const
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL mutable_variable_integrality ()
int linear_constraints_size () const
 map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> linear_constraints = 3;
void clear_linear_constraints ()
const ::google::protobuf::Map<::int64_t, ::operations_research::math_opt::ModelSubsetProto_Bounds > & linear_constraints () const
::google::protobuf::Map<::int64_t, ::operations_research::math_opt::ModelSubsetProto_Bounds > *PROTOBUF_NONNULL mutable_linear_constraints ()
int quadratic_constraints_size () const
 map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> quadratic_constraints = 4;
void clear_quadratic_constraints ()
const ::google::protobuf::Map<::int64_t, ::operations_research::math_opt::ModelSubsetProto_Bounds > & quadratic_constraints () const
::google::protobuf::Map<::int64_t, ::operations_research::math_opt::ModelSubsetProto_Bounds > *PROTOBUF_NONNULL mutable_quadratic_constraints ()
int second_order_cone_constraints_size () const
 repeated int64 second_order_cone_constraints = 5;
void clear_second_order_cone_constraints ()
::int64_t second_order_cone_constraints (int index) const
void set_second_order_cone_constraints (int index, ::int64_t value)
void add_second_order_cone_constraints (::int64_t value)
const ::google::protobuf::RepeatedField<::int64_t > & second_order_cone_constraints () const
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL mutable_second_order_cone_constraints ()
int sos1_constraints_size () const
 repeated int64 sos1_constraints = 6;
void clear_sos1_constraints ()
::int64_t sos1_constraints (int index) const
void set_sos1_constraints (int index, ::int64_t value)
void add_sos1_constraints (::int64_t value)
const ::google::protobuf::RepeatedField<::int64_t > & sos1_constraints () const
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL mutable_sos1_constraints ()
int sos2_constraints_size () const
 repeated int64 sos2_constraints = 7;
void clear_sos2_constraints ()
::int64_t sos2_constraints (int index) const
void set_sos2_constraints (int index, ::int64_t value)
void add_sos2_constraints (::int64_t value)
const ::google::protobuf::RepeatedField<::int64_t > & sos2_constraints () const
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL mutable_sos2_constraints ()
int indicator_constraints_size () const
 repeated int64 indicator_constraints = 8;
void clear_indicator_constraints ()
::int64_t indicator_constraints (int index) const
void set_indicator_constraints (int index, ::int64_t value)
void add_indicator_constraints (::int64_t value)
const ::google::protobuf::RepeatedField<::int64_t > & indicator_constraints () const
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL mutable_indicator_constraints ()
template<typename>
PROTOBUF_CONSTEXPR ModelSubsetProto (::_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 ModelSubsetProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 4

Protected Member Functions

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

Member Typedef Documentation

◆ Bounds

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

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

Enumerator
kVariableBoundsFieldNumber 
kVariableIntegralityFieldNumber 
kLinearConstraintsFieldNumber 
kQuadraticConstraintsFieldNumber 
kSecondOrderConeConstraintsFieldNumber 
kSos1ConstraintsFieldNumber 
kSos2ConstraintsFieldNumber 
kIndicatorConstraintsFieldNumber 

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

Constructor & Destructor Documentation

◆ ModelSubsetProto() [1/8]

operations_research::math_opt::ModelSubsetProto::ModelSubsetProto ( )
inline

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

◆ ~ModelSubsetProto()

operations_research::math_opt::ModelSubsetProto::~ModelSubsetProto ( )

@protoc_insertion_point(destructor:operations_research.math_opt.ModelSubsetProto)

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

◆ ModelSubsetProto() [2/8]

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

◆ ModelSubsetProto() [3/8]

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

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

◆ ModelSubsetProto() [4/8]

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

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

◆ ModelSubsetProto() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.math_opt.ModelSubsetProto)

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

◆ ModelSubsetProto() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.math_opt.ModelSubsetProto)

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

◆ ModelSubsetProto() [7/8]

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

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

◆ ModelSubsetProto() [8/8]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> variable_bounds = 1;

repeated int64 variable_integrality = 2;

map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> linear_constraints = 3;

map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> quadratic_constraints = 4;

repeated int64 second_order_cone_constraints = 5;

repeated int64 sos1_constraints = 6;

repeated int64 sos2_constraints = 7;

repeated int64 indicator_constraints = 8;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.ModelSubsetProto)

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

◆ add_indicator_constraints()

void operations_research::math_opt::ModelSubsetProto::add_indicator_constraints ( ::int64_t value)
inline

@protoc_insertion_point(field_add:operations_research.math_opt.ModelSubsetProto.indicator_constraints)

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

◆ add_second_order_cone_constraints()

void operations_research::math_opt::ModelSubsetProto::add_second_order_cone_constraints ( ::int64_t value)
inline

◆ add_sos1_constraints()

void operations_research::math_opt::ModelSubsetProto::add_sos1_constraints ( ::int64_t value)
inline

@protoc_insertion_point(field_add:operations_research.math_opt.ModelSubsetProto.sos1_constraints)

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

◆ add_sos2_constraints()

void operations_research::math_opt::ModelSubsetProto::add_sos2_constraints ( ::int64_t value)
inline

@protoc_insertion_point(field_add:operations_research.math_opt.ModelSubsetProto.sos2_constraints)

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

◆ add_variable_integrality()

void operations_research::math_opt::ModelSubsetProto::add_variable_integrality ( ::int64_t value)
inline

@protoc_insertion_point(field_add:operations_research.math_opt.ModelSubsetProto.variable_integrality)

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

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.ModelSubsetProto)

Prevent compiler warnings about cached_has_bits being unused

map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> variable_bounds = 1;

repeated int64 variable_integrality = 2;

map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> linear_constraints = 3;

map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> quadratic_constraints = 4;

repeated int64 second_order_cone_constraints = 5;

repeated int64 sos1_constraints = 6;

repeated int64 sos2_constraints = 7;

repeated int64 indicator_constraints = 8;

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

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.ModelSubsetProto)

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_indicator_constraints()

void operations_research::math_opt::ModelSubsetProto::clear_indicator_constraints ( )
inline

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

◆ clear_linear_constraints()

void operations_research::math_opt::ModelSubsetProto::clear_linear_constraints ( )
inline

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

◆ clear_quadratic_constraints()

void operations_research::math_opt::ModelSubsetProto::clear_quadratic_constraints ( )
inline

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

◆ clear_second_order_cone_constraints()

void operations_research::math_opt::ModelSubsetProto::clear_second_order_cone_constraints ( )
inline

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

◆ clear_sos1_constraints()

void operations_research::math_opt::ModelSubsetProto::clear_sos1_constraints ( )
inline

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

◆ clear_sos2_constraints()

void operations_research::math_opt::ModelSubsetProto::clear_sos2_constraints ( )
inline

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

◆ clear_variable_bounds()

void operations_research::math_opt::ModelSubsetProto::clear_variable_bounds ( )
inline

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

◆ clear_variable_integrality()

void operations_research::math_opt::ModelSubsetProto::clear_variable_integrality ( )
inline

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

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.ModelSubsetProto)

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ indicator_constraints() [1/2]

const::google::protobuf::RepeatedField<::int64_t > & operations_research::math_opt::ModelSubsetProto::indicator_constraints ( ) const
inline

@protoc_insertion_point(field_list:operations_research.math_opt.ModelSubsetProto.indicator_constraints)

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

◆ indicator_constraints() [2/2]

int64_t operations_research::math_opt::ModelSubsetProto::indicator_constraints ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ModelSubsetProto.indicator_constraints)

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

◆ indicator_constraints_size()

int operations_research::math_opt::ModelSubsetProto::indicator_constraints_size ( ) const
inline

repeated int64 indicator_constraints = 8;

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

◆ InternalGenerateClassData_()

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

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

◆ InternalNewImpl_()

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

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

◆ IsInitialized()

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

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

◆ linear_constraints()

const::google::protobuf::Map<::int64_t,::operations_research::math_opt::ModelSubsetProto_Bounds > & operations_research::math_opt::ModelSubsetProto::linear_constraints ( ) const
inline

@protoc_insertion_point(field_map:operations_research.math_opt.ModelSubsetProto.linear_constraints)

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

◆ linear_constraints_size()

int operations_research::math_opt::ModelSubsetProto::linear_constraints_size ( ) const
inline

map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> linear_constraints = 3;

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

◆ MergeFrom()

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

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

◆ mutable_indicator_constraints()

google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL operations_research::math_opt::ModelSubsetProto::mutable_indicator_constraints ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.math_opt.ModelSubsetProto.indicator_constraints)

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

◆ mutable_linear_constraints()

google::protobuf::Map<::int64_t,::operations_research::math_opt::ModelSubsetProto_Bounds > *PROTOBUF_NONNULL operations_research::math_opt::ModelSubsetProto::mutable_linear_constraints ( )
inline

@protoc_insertion_point(field_mutable_map:operations_research.math_opt.ModelSubsetProto.linear_constraints)

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

◆ mutable_quadratic_constraints()

google::protobuf::Map<::int64_t,::operations_research::math_opt::ModelSubsetProto_Bounds > *PROTOBUF_NONNULL operations_research::math_opt::ModelSubsetProto::mutable_quadratic_constraints ( )
inline

@protoc_insertion_point(field_mutable_map:operations_research.math_opt.ModelSubsetProto.quadratic_constraints)

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

◆ mutable_second_order_cone_constraints()

google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL operations_research::math_opt::ModelSubsetProto::mutable_second_order_cone_constraints ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.math_opt.ModelSubsetProto.second_order_cone_constraints)

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

◆ mutable_sos1_constraints()

google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL operations_research::math_opt::ModelSubsetProto::mutable_sos1_constraints ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.math_opt.ModelSubsetProto.sos1_constraints)

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

◆ mutable_sos2_constraints()

google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL operations_research::math_opt::ModelSubsetProto::mutable_sos2_constraints ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.math_opt.ModelSubsetProto.sos2_constraints)

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

◆ mutable_unknown_fields()

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

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

◆ mutable_variable_bounds()

google::protobuf::Map<::int64_t,::operations_research::math_opt::ModelSubsetProto_Bounds > *PROTOBUF_NONNULL operations_research::math_opt::ModelSubsetProto::mutable_variable_bounds ( )
inline

@protoc_insertion_point(field_mutable_map:operations_research.math_opt.ModelSubsetProto.variable_bounds)

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

◆ mutable_variable_integrality()

google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL operations_research::math_opt::ModelSubsetProto::mutable_variable_integrality ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.math_opt.ModelSubsetProto.variable_integrality)

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

◆ New()

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

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

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

◆ quadratic_constraints()

const::google::protobuf::Map<::int64_t,::operations_research::math_opt::ModelSubsetProto_Bounds > & operations_research::math_opt::ModelSubsetProto::quadratic_constraints ( ) const
inline

@protoc_insertion_point(field_map:operations_research.math_opt.ModelSubsetProto.quadratic_constraints)

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

◆ quadratic_constraints_size()

int operations_research::math_opt::ModelSubsetProto::quadratic_constraints_size ( ) const
inline

map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> quadratic_constraints = 4;

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

◆ second_order_cone_constraints() [1/2]

const::google::protobuf::RepeatedField<::int64_t > & operations_research::math_opt::ModelSubsetProto::second_order_cone_constraints ( ) const
inline

◆ second_order_cone_constraints() [2/2]

int64_t operations_research::math_opt::ModelSubsetProto::second_order_cone_constraints ( int index) const
inline

◆ second_order_cone_constraints_size()

int operations_research::math_opt::ModelSubsetProto::second_order_cone_constraints_size ( ) const
inline

repeated int64 second_order_cone_constraints = 5;

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

◆ set_indicator_constraints()

void operations_research::math_opt::ModelSubsetProto::set_indicator_constraints ( int index,
::int64_t value )
inline

@protoc_insertion_point(field_set:operations_research.math_opt.ModelSubsetProto.indicator_constraints)

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

◆ set_second_order_cone_constraints()

void operations_research::math_opt::ModelSubsetProto::set_second_order_cone_constraints ( int index,
::int64_t value )
inline

◆ set_sos1_constraints()

void operations_research::math_opt::ModelSubsetProto::set_sos1_constraints ( int index,
::int64_t value )
inline

@protoc_insertion_point(field_set:operations_research.math_opt.ModelSubsetProto.sos1_constraints)

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

◆ set_sos2_constraints()

void operations_research::math_opt::ModelSubsetProto::set_sos2_constraints ( int index,
::int64_t value )
inline

@protoc_insertion_point(field_set:operations_research.math_opt.ModelSubsetProto.sos2_constraints)

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

◆ set_variable_integrality()

void operations_research::math_opt::ModelSubsetProto::set_variable_integrality ( int index,
::int64_t value )
inline

@protoc_insertion_point(field_set:operations_research.math_opt.ModelSubsetProto.variable_integrality)

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

◆ sos1_constraints() [1/2]

const::google::protobuf::RepeatedField<::int64_t > & operations_research::math_opt::ModelSubsetProto::sos1_constraints ( ) const
inline

@protoc_insertion_point(field_list:operations_research.math_opt.ModelSubsetProto.sos1_constraints)

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

◆ sos1_constraints() [2/2]

int64_t operations_research::math_opt::ModelSubsetProto::sos1_constraints ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ModelSubsetProto.sos1_constraints)

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

◆ sos1_constraints_size()

int operations_research::math_opt::ModelSubsetProto::sos1_constraints_size ( ) const
inline

repeated int64 sos1_constraints = 6;

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

◆ sos2_constraints() [1/2]

const::google::protobuf::RepeatedField<::int64_t > & operations_research::math_opt::ModelSubsetProto::sos2_constraints ( ) const
inline

@protoc_insertion_point(field_list:operations_research.math_opt.ModelSubsetProto.sos2_constraints)

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

◆ sos2_constraints() [2/2]

int64_t operations_research::math_opt::ModelSubsetProto::sos2_constraints ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ModelSubsetProto.sos2_constraints)

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

◆ sos2_constraints_size()

int operations_research::math_opt::ModelSubsetProto::sos2_constraints_size ( ) const
inline

repeated int64 sos2_constraints = 7;

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ variable_bounds()

const::google::protobuf::Map<::int64_t,::operations_research::math_opt::ModelSubsetProto_Bounds > & operations_research::math_opt::ModelSubsetProto::variable_bounds ( ) const
inline

@protoc_insertion_point(field_map:operations_research.math_opt.ModelSubsetProto.variable_bounds)

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

◆ variable_bounds_size()

int operations_research::math_opt::ModelSubsetProto::variable_bounds_size ( ) const
inline

map<int64, .operations_research.math_opt.ModelSubsetProto.Bounds> variable_bounds = 1;

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

◆ variable_integrality() [1/2]

const::google::protobuf::RepeatedField<::int64_t > & operations_research::math_opt::ModelSubsetProto::variable_integrality ( ) const
inline

@protoc_insertion_point(field_list:operations_research.math_opt.ModelSubsetProto.variable_integrality)

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

◆ variable_integrality() [2/2]

int64_t operations_research::math_opt::ModelSubsetProto::variable_integrality ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ModelSubsetProto.variable_integrality)

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

◆ variable_integrality_size()

int operations_research::math_opt::ModelSubsetProto::variable_integrality_size ( ) const
inline

repeated int64 variable_integrality = 2;

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fmath_5fopt_2finfeasible_5fsubsystem_2eproto

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::ModelSubsetProto::_impl_

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

◆ kIndexInFileMessages

int operations_research::math_opt::ModelSubsetProto::kIndexInFileMessages = 4
staticconstexpr

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


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