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

Detailed Description

Definition at line 918 of file model.pb.h.

#include <model.pb.h>

Inheritance diagram for operations_research::math_opt::SecondOrderConeConstraintProto:

Classes

class  _Internal

Public Types

enum  : int { kArgumentsToNormFieldNumber = 2 , kNameFieldNumber = 3 , kUpperBoundFieldNumber = 1 }

Public Member Functions

 SecondOrderConeConstraintProto ()
 ~SecondOrderConeConstraintProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR SecondOrderConeConstraintProto (::google::protobuf::internal::ConstantInitialized)
 SecondOrderConeConstraintProto (const SecondOrderConeConstraintProto &from)
 SecondOrderConeConstraintProto (SecondOrderConeConstraintProto &&from) noexcept
SecondOrderConeConstraintProtooperator= (const SecondOrderConeConstraintProto &from)
SecondOrderConeConstraintProtooperator= (SecondOrderConeConstraintProto &&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 (SecondOrderConeConstraintProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (SecondOrderConeConstraintProto *PROTOBUF_NONNULL other)
SecondOrderConeConstraintProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const SecondOrderConeConstraintProto &from)
void MergeFrom (const SecondOrderConeConstraintProto &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 arguments_to_norm_size () const
void clear_arguments_to_norm ()
::operations_research::math_opt::LinearExpressionProto *PROTOBUF_NONNULL mutable_arguments_to_norm (int index)
::google::protobuf::RepeatedPtrField<::operations_research::math_opt::LinearExpressionProto > *PROTOBUF_NONNULL mutable_arguments_to_norm ()
const ::operations_research::math_opt::LinearExpressionProtoarguments_to_norm (int index) const
::operations_research::math_opt::LinearExpressionProto *PROTOBUF_NONNULL add_arguments_to_norm ()
const ::google::protobuf::RepeatedPtrField<::operations_research::math_opt::LinearExpressionProto > & arguments_to_norm () const
void clear_name ()
const ::std::string & name () const
template<typename Arg_ = const ::std::string&, typename... Args_>
void set_name (Arg_ &&arg, Args_... args)
::std::string *PROTOBUF_NONNULL mutable_name ()
::std::string *PROTOBUF_NULLABLE release_name ()
void set_allocated_name (::std::string *PROTOBUF_NULLABLE value)
bool has_upper_bound () const
void clear_upper_bound ()
const ::operations_research::math_opt::LinearExpressionProtoupper_bound () const
::operations_research::math_opt::LinearExpressionProto *PROTOBUF_NULLABLE release_upper_bound ()
::operations_research::math_opt::LinearExpressionProto *PROTOBUF_NONNULL mutable_upper_bound ()
void set_allocated_upper_bound (::operations_research::math_opt::LinearExpressionProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_upper_bound (::operations_research::math_opt::LinearExpressionProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::LinearExpressionProto *PROTOBUF_NULLABLE unsafe_arena_release_upper_bound ()
template<typename>
PROTOBUF_CONSTEXPR SecondOrderConeConstraintProto (::_pbi::ConstantInitialized)
template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_name (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 SecondOrderConeConstraintProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 4

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_2fmodel_2eproto
void swap (SecondOrderConeConstraintProto &a, SecondOrderConeConstraintProto &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kArgumentsToNormFieldNumber 
kNameFieldNumber 
kUpperBoundFieldNumber 

Definition at line 1059 of file model.pb.h.

Constructor & Destructor Documentation

◆ SecondOrderConeConstraintProto() [1/5]

operations_research::math_opt::SecondOrderConeConstraintProto::SecondOrderConeConstraintProto ( )
inline

Definition at line 921 of file model.pb.h.

◆ ~SecondOrderConeConstraintProto()

operations_research::math_opt::SecondOrderConeConstraintProto::~SecondOrderConeConstraintProto ( )

Definition at line 2511 of file model.pb.cc.

◆ SecondOrderConeConstraintProto() [2/5]

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

◆ SecondOrderConeConstraintProto() [3/5]

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

Definition at line 934 of file model.pb.h.

◆ SecondOrderConeConstraintProto() [4/5]

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

Definition at line 935 of file model.pb.h.

◆ SecondOrderConeConstraintProto() [5/5]

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

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

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::math_opt::SecondOrderConeConstraintProto::_InternalSerialize ( ::uint8_t *PROTOBUF_NONNULL target,
::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream ) const
final

Definition at line 2664 of file model.pb.cc.

◆ add_arguments_to_norm()

operations_research::math_opt::LinearExpressionProto *PROTOBUF_NONNULL operations_research::math_opt::SecondOrderConeConstraintProto::add_arguments_to_norm ( )
inline

Definition at line 3831 of file model.pb.h.

◆ arguments_to_norm() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::math_opt::LinearExpressionProto > & operations_research::math_opt::SecondOrderConeConstraintProto::arguments_to_norm ( ) const
inline

Definition at line 3841 of file model.pb.h.

◆ arguments_to_norm() [2/2]

const::operations_research::math_opt::LinearExpressionProto & operations_research::math_opt::SecondOrderConeConstraintProto::arguments_to_norm ( int index) const
inline

Definition at line 3826 of file model.pb.h.

◆ arguments_to_norm_size()

int operations_research::math_opt::SecondOrderConeConstraintProto::arguments_to_norm_size ( ) const
inline

Definition at line 3811 of file model.pb.h.

◆ ByteSizeLong()

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

Definition at line 2720 of file model.pb.cc.

◆ Clear()

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

Definition at line 2634 of file model.pb.cc.

◆ clear_arguments_to_norm()

void operations_research::math_opt::SecondOrderConeConstraintProto::clear_arguments_to_norm ( )

Definition at line 2456 of file model.pb.cc.

◆ clear_name()

void operations_research::math_opt::SecondOrderConeConstraintProto::clear_name ( )
inline

Definition at line 3858 of file model.pb.h.

◆ clear_upper_bound()

void operations_research::math_opt::SecondOrderConeConstraintProto::clear_upper_bound ( )

Definition at line 2450 of file model.pb.cc.

◆ CopyFrom()

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

Definition at line 2801 of file model.pb.cc.

◆ default_instance()

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

Definition at line 969 of file model.pb.h.

◆ descriptor()

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

Definition at line 960 of file model.pb.h.

◆ GetCachedSize()

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

Definition at line 1028 of file model.pb.h.

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

Definition at line 2820 of file model.pb.cc.

◆ GetReflection()

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

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

◆ has_upper_bound()

bool operations_research::math_opt::SecondOrderConeConstraintProto::has_upper_bound ( ) const
inline

Definition at line 3715 of file model.pb.h.

◆ InternalGenerateClassData_()

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

Definition at line 2548 of file model.pb.cc.

◆ IsInitialized()

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

Definition at line 1004 of file model.pb.h.

◆ MergeFrom()

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

Definition at line 997 of file model.pb.h.

◆ mutable_arguments_to_norm() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::math_opt::LinearExpressionProto > *PROTOBUF_NONNULL operations_research::math_opt::SecondOrderConeConstraintProto::mutable_arguments_to_norm ( )
inline

Definition at line 3819 of file model.pb.h.

◆ mutable_arguments_to_norm() [2/2]

operations_research::math_opt::LinearExpressionProto *PROTOBUF_NONNULL operations_research::math_opt::SecondOrderConeConstraintProto::mutable_arguments_to_norm ( int index)
inline

Definition at line 3814 of file model.pb.h.

◆ mutable_name()

std::string *PROTOBUF_NONNULL operations_research::math_opt::SecondOrderConeConstraintProto::mutable_name ( )
inline

Definition at line 3876 of file model.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 955 of file model.pb.h.

◆ mutable_upper_bound()

operations_research::math_opt::LinearExpressionProto *PROTOBUF_NONNULL operations_research::math_opt::SecondOrderConeConstraintProto::mutable_upper_bound ( )
inline

Definition at line 3779 of file model.pb.h.

◆ name()

const::std::string & operations_research::math_opt::SecondOrderConeConstraintProto::name ( ) const
inline

Definition at line 3864 of file model.pb.h.

◆ New()

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

Definition at line 991 of file model.pb.h.

◆ operator=() [1/2]

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

Definition at line 937 of file model.pb.h.

◆ operator=() [2/2]

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

Definition at line 941 of file model.pb.h.

◆ release_name()

std::string *PROTOBUF_NULLABLE operations_research::math_opt::SecondOrderConeConstraintProto::release_name ( )
inlinenodiscard

Definition at line 3895 of file model.pb.h.

◆ release_upper_bound()

operations_research::math_opt::LinearExpressionProto *PROTOBUF_NULLABLE operations_research::math_opt::SecondOrderConeConstraintProto::release_upper_bound ( )
inlinenodiscard

Definition at line 3743 of file model.pb.h.

◆ set_allocated_name()

void operations_research::math_opt::SecondOrderConeConstraintProto::set_allocated_name ( ::std::string *PROTOBUF_NULLABLE value)
inline

Definition at line 3908 of file model.pb.h.

◆ set_allocated_upper_bound()

void operations_research::math_opt::SecondOrderConeConstraintProto::set_allocated_upper_bound ( ::operations_research::math_opt::LinearExpressionProto *PROTOBUF_NULLABLE value)
inline

Definition at line 3786 of file model.pb.h.

◆ set_name() [1/2]

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

Definition at line 3870 of file model.pb.h.

◆ set_name() [2/2]

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

◆ Swap()

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

Definition at line 975 of file model.pb.h.

◆ unknown_fields()

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

Definition at line 951 of file model.pb.h.

◆ unsafe_arena_release_upper_bound()

operations_research::math_opt::LinearExpressionProto *PROTOBUF_NULLABLE operations_research::math_opt::SecondOrderConeConstraintProto::unsafe_arena_release_upper_bound ( )
inline

Definition at line 3762 of file model.pb.h.

◆ unsafe_arena_set_allocated_upper_bound()

void operations_research::math_opt::SecondOrderConeConstraintProto::unsafe_arena_set_allocated_upper_bound ( ::operations_research::math_opt::LinearExpressionProto *PROTOBUF_NULLABLE value)
inline

Definition at line 3729 of file model.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 983 of file model.pb.h.

◆ upper_bound()

const::operations_research::math_opt::LinearExpressionProto & operations_research::math_opt::SecondOrderConeConstraintProto::upper_bound ( ) const
inline

Definition at line 3725 of file model.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 1121 of file model.pb.h.

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

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

Definition at line 1123 of file model.pb.h.

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

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

Definition at line 1114 of file model.pb.h.

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fmath_5fopt_2fmodel_2eproto

friend struct ::TableStruct_ortools_2fmath_5fopt_2fmodel_2eproto
friend

Definition at line 1143 of file model.pb.h.

◆ swap

Definition at line 974 of file model.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::SecondOrderConeConstraintProto::_impl_

Definition at line 1142 of file model.pb.h.

◆ kIndexInFileMessages

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

Definition at line 973 of file model.pb.h.


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