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

Detailed Description

Definition at line 4637 of file linear_solver.pb.h.

#include <linear_solver.pb.h>

Inheritance diagram for operations_research::MPGeneralConstraintProto:

Classes

class  _Internal

Public Types

enum  GeneralConstraintCase {
  kIndicatorConstraint = 2 , kSosConstraint = 3 , kQuadraticConstraint = 4 , kAbsConstraint = 5 ,
  kAndConstraint = 6 , kOrConstraint = 7 , kMinConstraint = 8 , kMaxConstraint = 9 ,
  GENERAL_CONSTRAINT_NOT_SET = 0
}
enum  : int {
  kNameFieldNumber = 1 , kIndicatorConstraintFieldNumber = 2 , kSosConstraintFieldNumber = 3 , kQuadraticConstraintFieldNumber = 4 ,
  kAbsConstraintFieldNumber = 5 , kAndConstraintFieldNumber = 6 , kOrConstraintFieldNumber = 7 , kMinConstraintFieldNumber = 8 ,
  kMaxConstraintFieldNumber = 9
}

Public Member Functions

 MPGeneralConstraintProto ()
 ~MPGeneralConstraintProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR MPGeneralConstraintProto (::google::protobuf::internal::ConstantInitialized)
 MPGeneralConstraintProto (const MPGeneralConstraintProto &from)
 MPGeneralConstraintProto (MPGeneralConstraintProto &&from) noexcept
MPGeneralConstraintProtooperator= (const MPGeneralConstraintProto &from)
MPGeneralConstraintProtooperator= (MPGeneralConstraintProto &&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 (MPGeneralConstraintProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (MPGeneralConstraintProto *PROTOBUF_NONNULL other)
MPGeneralConstraintProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const MPGeneralConstraintProto &from)
void MergeFrom (const MPGeneralConstraintProto &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_name () 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_indicator_constraint () const
void clear_indicator_constraint ()
const ::operations_research::MPIndicatorConstraintindicator_constraint () const
::operations_research::MPIndicatorConstraint *PROTOBUF_NULLABLE release_indicator_constraint ()
::operations_research::MPIndicatorConstraint *PROTOBUF_NONNULL mutable_indicator_constraint ()
void set_allocated_indicator_constraint (::operations_research::MPIndicatorConstraint *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_indicator_constraint (::operations_research::MPIndicatorConstraint *PROTOBUF_NULLABLE value)
::operations_research::MPIndicatorConstraint *PROTOBUF_NULLABLE unsafe_arena_release_indicator_constraint ()
bool has_sos_constraint () const
void clear_sos_constraint ()
const ::operations_research::MPSosConstraintsos_constraint () const
::operations_research::MPSosConstraint *PROTOBUF_NULLABLE release_sos_constraint ()
::operations_research::MPSosConstraint *PROTOBUF_NONNULL mutable_sos_constraint ()
void set_allocated_sos_constraint (::operations_research::MPSosConstraint *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_sos_constraint (::operations_research::MPSosConstraint *PROTOBUF_NULLABLE value)
::operations_research::MPSosConstraint *PROTOBUF_NULLABLE unsafe_arena_release_sos_constraint ()
bool has_quadratic_constraint () const
void clear_quadratic_constraint ()
const ::operations_research::MPQuadraticConstraintquadratic_constraint () const
::operations_research::MPQuadraticConstraint *PROTOBUF_NULLABLE release_quadratic_constraint ()
::operations_research::MPQuadraticConstraint *PROTOBUF_NONNULL mutable_quadratic_constraint ()
void set_allocated_quadratic_constraint (::operations_research::MPQuadraticConstraint *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_quadratic_constraint (::operations_research::MPQuadraticConstraint *PROTOBUF_NULLABLE value)
::operations_research::MPQuadraticConstraint *PROTOBUF_NULLABLE unsafe_arena_release_quadratic_constraint ()
bool has_abs_constraint () const
void clear_abs_constraint ()
const ::operations_research::MPAbsConstraintabs_constraint () const
::operations_research::MPAbsConstraint *PROTOBUF_NULLABLE release_abs_constraint ()
::operations_research::MPAbsConstraint *PROTOBUF_NONNULL mutable_abs_constraint ()
void set_allocated_abs_constraint (::operations_research::MPAbsConstraint *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_abs_constraint (::operations_research::MPAbsConstraint *PROTOBUF_NULLABLE value)
::operations_research::MPAbsConstraint *PROTOBUF_NULLABLE unsafe_arena_release_abs_constraint ()
bool has_and_constraint () const
void clear_and_constraint ()
const ::operations_research::MPArrayConstraintand_constraint () const
::operations_research::MPArrayConstraint *PROTOBUF_NULLABLE release_and_constraint ()
::operations_research::MPArrayConstraint *PROTOBUF_NONNULL mutable_and_constraint ()
void set_allocated_and_constraint (::operations_research::MPArrayConstraint *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_and_constraint (::operations_research::MPArrayConstraint *PROTOBUF_NULLABLE value)
::operations_research::MPArrayConstraint *PROTOBUF_NULLABLE unsafe_arena_release_and_constraint ()
bool has_or_constraint () const
void clear_or_constraint ()
const ::operations_research::MPArrayConstraintor_constraint () const
::operations_research::MPArrayConstraint *PROTOBUF_NULLABLE release_or_constraint ()
::operations_research::MPArrayConstraint *PROTOBUF_NONNULL mutable_or_constraint ()
void set_allocated_or_constraint (::operations_research::MPArrayConstraint *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_or_constraint (::operations_research::MPArrayConstraint *PROTOBUF_NULLABLE value)
::operations_research::MPArrayConstraint *PROTOBUF_NULLABLE unsafe_arena_release_or_constraint ()
bool has_min_constraint () const
void clear_min_constraint ()
const ::operations_research::MPArrayWithConstantConstraintmin_constraint () const
::operations_research::MPArrayWithConstantConstraint *PROTOBUF_NULLABLE release_min_constraint ()
::operations_research::MPArrayWithConstantConstraint *PROTOBUF_NONNULL mutable_min_constraint ()
void set_allocated_min_constraint (::operations_research::MPArrayWithConstantConstraint *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_min_constraint (::operations_research::MPArrayWithConstantConstraint *PROTOBUF_NULLABLE value)
::operations_research::MPArrayWithConstantConstraint *PROTOBUF_NULLABLE unsafe_arena_release_min_constraint ()
bool has_max_constraint () const
void clear_max_constraint ()
const ::operations_research::MPArrayWithConstantConstraintmax_constraint () const
::operations_research::MPArrayWithConstantConstraint *PROTOBUF_NULLABLE release_max_constraint ()
::operations_research::MPArrayWithConstantConstraint *PROTOBUF_NONNULL mutable_max_constraint ()
void set_allocated_max_constraint (::operations_research::MPArrayWithConstantConstraint *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_max_constraint (::operations_research::MPArrayWithConstantConstraint *PROTOBUF_NULLABLE value)
::operations_research::MPArrayWithConstantConstraint *PROTOBUF_NULLABLE unsafe_arena_release_max_constraint ()
void clear_general_constraint ()
GeneralConstraintCase general_constraint_case () const
template<typename>
PROTOBUF_CONSTEXPR MPGeneralConstraintProto (::_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 MPGeneralConstraintProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 2

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kNameFieldNumber 
kIndicatorConstraintFieldNumber 
kSosConstraintFieldNumber 
kQuadraticConstraintFieldNumber 
kAbsConstraintFieldNumber 
kAndConstraintFieldNumber 
kOrConstraintFieldNumber 
kMinConstraintFieldNumber 
kMaxConstraintFieldNumber 

Definition at line 4789 of file linear_solver.pb.h.

◆ GeneralConstraintCase

Enumerator
kIndicatorConstraint 
kSosConstraint 
kQuadraticConstraint 
kAbsConstraint 
kAndConstraint 
kOrConstraint 
kMinConstraint 
kMaxConstraint 
GENERAL_CONSTRAINT_NOT_SET 

Definition at line 4692 of file linear_solver.pb.h.

Constructor & Destructor Documentation

◆ MPGeneralConstraintProto() [1/5]

operations_research::MPGeneralConstraintProto::MPGeneralConstraintProto ( )
inline

Definition at line 4640 of file linear_solver.pb.h.

◆ ~MPGeneralConstraintProto()

operations_research::MPGeneralConstraintProto::~MPGeneralConstraintProto ( )

Definition at line 2169 of file linear_solver.pb.cc.

◆ MPGeneralConstraintProto() [2/5]

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

◆ MPGeneralConstraintProto() [3/5]

operations_research::MPGeneralConstraintProto::MPGeneralConstraintProto ( const MPGeneralConstraintProto & from)
inline

Definition at line 4653 of file linear_solver.pb.h.

◆ MPGeneralConstraintProto() [4/5]

operations_research::MPGeneralConstraintProto::MPGeneralConstraintProto ( MPGeneralConstraintProto && from)
inlinenoexcept

Definition at line 4654 of file linear_solver.pb.h.

◆ MPGeneralConstraintProto() [5/5]

template<typename>
PROTOBUF_CONSTEXPR operations_research::MPGeneralConstraintProto::MPGeneralConstraintProto ( ::_pbi::ConstantInitialized )

Definition at line 567 of file linear_solver.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

Definition at line 2386 of file linear_solver.pb.cc.

◆ abs_constraint()

const::operations_research::MPAbsConstraint & operations_research::MPGeneralConstraintProto::abs_constraint ( ) const
inline

Definition at line 6547 of file linear_solver.pb.h.

◆ and_constraint()

const::operations_research::MPArrayConstraint & operations_research::MPGeneralConstraintProto::and_constraint ( ) const
inline

Definition at line 6629 of file linear_solver.pb.h.

◆ ByteSizeLong()

size_t operations_research::MPGeneralConstraintProto::ByteSizeLong ( ) const
final

Definition at line 2470 of file linear_solver.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::MPGeneralConstraintProto::Clear ( )

Definition at line 2364 of file linear_solver.pb.cc.

◆ clear_abs_constraint()

void operations_research::MPGeneralConstraintProto::clear_abs_constraint ( )
inline

Definition at line 6518 of file linear_solver.pb.h.

◆ clear_and_constraint()

void operations_research::MPGeneralConstraintProto::clear_and_constraint ( )
inline

Definition at line 6600 of file linear_solver.pb.h.

◆ clear_general_constraint()

void operations_research::MPGeneralConstraintProto::clear_general_constraint ( )

Definition at line 2187 of file linear_solver.pb.cc.

◆ clear_indicator_constraint()

void operations_research::MPGeneralConstraintProto::clear_indicator_constraint ( )
inline

Definition at line 6272 of file linear_solver.pb.h.

◆ clear_max_constraint()

void operations_research::MPGeneralConstraintProto::clear_max_constraint ( )
inline

Definition at line 6846 of file linear_solver.pb.h.

◆ clear_min_constraint()

void operations_research::MPGeneralConstraintProto::clear_min_constraint ( )
inline

Definition at line 6764 of file linear_solver.pb.h.

◆ clear_name()

void operations_research::MPGeneralConstraintProto::clear_name ( )
inline

Definition at line 6198 of file linear_solver.pb.h.

◆ clear_or_constraint()

void operations_research::MPGeneralConstraintProto::clear_or_constraint ( )
inline

Definition at line 6682 of file linear_solver.pb.h.

◆ clear_quadratic_constraint()

void operations_research::MPGeneralConstraintProto::clear_quadratic_constraint ( )
inline

Definition at line 6436 of file linear_solver.pb.h.

◆ clear_sos_constraint()

void operations_research::MPGeneralConstraintProto::clear_sos_constraint ( )
inline

Definition at line 6354 of file linear_solver.pb.h.

◆ CopyFrom()

void operations_research::MPGeneralConstraintProto::CopyFrom ( const MPGeneralConstraintProto & from)

Definition at line 2648 of file linear_solver.pb.cc.

◆ default_instance()

const MPGeneralConstraintProto & operations_research::MPGeneralConstraintProto::default_instance ( )
inlinestatic

Definition at line 4688 of file linear_solver.pb.h.

◆ descriptor()

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

Definition at line 4679 of file linear_solver.pb.h.

◆ general_constraint_case()

MPGeneralConstraintProto::GeneralConstraintCase operations_research::MPGeneralConstraintProto::general_constraint_case ( ) const
inline

Definition at line 6924 of file linear_solver.pb.h.

◆ GetCachedSize()

int operations_research::MPGeneralConstraintProto::GetCachedSize ( ) const
inline

Definition at line 4758 of file linear_solver.pb.h.

◆ GetDescriptor()

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

Definition at line 4682 of file linear_solver.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::MPGeneralConstraintProto::GetMetadata ( ) const

Definition at line 2667 of file linear_solver.pb.cc.

◆ GetReflection()

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

Definition at line 4685 of file linear_solver.pb.h.

◆ has_abs_constraint()

bool operations_research::MPGeneralConstraintProto::has_abs_constraint ( ) const
inline

Definition at line 6509 of file linear_solver.pb.h.

◆ has_and_constraint()

bool operations_research::MPGeneralConstraintProto::has_and_constraint ( ) const
inline

Definition at line 6591 of file linear_solver.pb.h.

◆ has_indicator_constraint()

bool operations_research::MPGeneralConstraintProto::has_indicator_constraint ( ) const
inline

Definition at line 6263 of file linear_solver.pb.h.

◆ has_max_constraint()

bool operations_research::MPGeneralConstraintProto::has_max_constraint ( ) const
inline

Definition at line 6837 of file linear_solver.pb.h.

◆ has_min_constraint()

bool operations_research::MPGeneralConstraintProto::has_min_constraint ( ) const
inline

Definition at line 6755 of file linear_solver.pb.h.

◆ has_name()

bool operations_research::MPGeneralConstraintProto::has_name ( ) const
inline

Definition at line 6194 of file linear_solver.pb.h.

◆ has_or_constraint()

bool operations_research::MPGeneralConstraintProto::has_or_constraint ( ) const
inline

Definition at line 6673 of file linear_solver.pb.h.

◆ has_quadratic_constraint()

bool operations_research::MPGeneralConstraintProto::has_quadratic_constraint ( ) const
inline

Definition at line 6427 of file linear_solver.pb.h.

◆ has_sos_constraint()

bool operations_research::MPGeneralConstraintProto::has_sos_constraint ( ) const
inline

Definition at line 6345 of file linear_solver.pb.h.

◆ indicator_constraint()

const::operations_research::MPIndicatorConstraint & operations_research::MPGeneralConstraintProto::indicator_constraint ( ) const
inline

Definition at line 6301 of file linear_solver.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::MPGeneralConstraintProto::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 2272 of file linear_solver.pb.cc.

◆ IsInitialized()

bool operations_research::MPGeneralConstraintProto::IsInitialized ( ) const
inline

Definition at line 4734 of file linear_solver.pb.h.

◆ max_constraint()

const::operations_research::MPArrayWithConstantConstraint & operations_research::MPGeneralConstraintProto::max_constraint ( ) const
inline

Definition at line 6875 of file linear_solver.pb.h.

◆ MergeFrom()

void operations_research::MPGeneralConstraintProto::MergeFrom ( const MPGeneralConstraintProto & from)
inline

Definition at line 4727 of file linear_solver.pb.h.

◆ min_constraint()

const::operations_research::MPArrayWithConstantConstraint & operations_research::MPGeneralConstraintProto::min_constraint ( ) const
inline

Definition at line 6793 of file linear_solver.pb.h.

◆ mutable_abs_constraint()

operations_research::MPAbsConstraint *PROTOBUF_NONNULL operations_research::MPGeneralConstraintProto::mutable_abs_constraint ( )
inline

Definition at line 6583 of file linear_solver.pb.h.

◆ mutable_and_constraint()

operations_research::MPArrayConstraint *PROTOBUF_NONNULL operations_research::MPGeneralConstraintProto::mutable_and_constraint ( )
inline

Definition at line 6665 of file linear_solver.pb.h.

◆ mutable_indicator_constraint()

operations_research::MPIndicatorConstraint *PROTOBUF_NONNULL operations_research::MPGeneralConstraintProto::mutable_indicator_constraint ( )
inline

Definition at line 6337 of file linear_solver.pb.h.

◆ mutable_max_constraint()

operations_research::MPArrayWithConstantConstraint *PROTOBUF_NONNULL operations_research::MPGeneralConstraintProto::mutable_max_constraint ( )
inline

Definition at line 6911 of file linear_solver.pb.h.

◆ mutable_min_constraint()

operations_research::MPArrayWithConstantConstraint *PROTOBUF_NONNULL operations_research::MPGeneralConstraintProto::mutable_min_constraint ( )
inline

Definition at line 6829 of file linear_solver.pb.h.

◆ mutable_name()

std::string *PROTOBUF_NONNULL operations_research::MPGeneralConstraintProto::mutable_name ( )
inline

Definition at line 6216 of file linear_solver.pb.h.

◆ mutable_or_constraint()

operations_research::MPArrayConstraint *PROTOBUF_NONNULL operations_research::MPGeneralConstraintProto::mutable_or_constraint ( )
inline

Definition at line 6747 of file linear_solver.pb.h.

◆ mutable_quadratic_constraint()

operations_research::MPQuadraticConstraint *PROTOBUF_NONNULL operations_research::MPGeneralConstraintProto::mutable_quadratic_constraint ( )
inline

Definition at line 6501 of file linear_solver.pb.h.

◆ mutable_sos_constraint()

operations_research::MPSosConstraint *PROTOBUF_NONNULL operations_research::MPGeneralConstraintProto::mutable_sos_constraint ( )
inline

Definition at line 6419 of file linear_solver.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::MPGeneralConstraintProto::mutable_unknown_fields ( )
inline

Definition at line 4674 of file linear_solver.pb.h.

◆ name()

const::std::string & operations_research::MPGeneralConstraintProto::name ( ) const
inline

Definition at line 6204 of file linear_solver.pb.h.

◆ New()

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

Definition at line 4721 of file linear_solver.pb.h.

◆ operator=() [1/2]

MPGeneralConstraintProto & operations_research::MPGeneralConstraintProto::operator= ( const MPGeneralConstraintProto & from)
inline

Definition at line 4656 of file linear_solver.pb.h.

◆ operator=() [2/2]

MPGeneralConstraintProto & operations_research::MPGeneralConstraintProto::operator= ( MPGeneralConstraintProto && from)
inlinenoexcept

Definition at line 4660 of file linear_solver.pb.h.

◆ or_constraint()

const::operations_research::MPArrayConstraint & operations_research::MPGeneralConstraintProto::or_constraint ( ) const
inline

Definition at line 6711 of file linear_solver.pb.h.

◆ quadratic_constraint()

const::operations_research::MPQuadraticConstraint & operations_research::MPGeneralConstraintProto::quadratic_constraint ( ) const
inline

Definition at line 6465 of file linear_solver.pb.h.

◆ release_abs_constraint()

operations_research::MPAbsConstraint *PROTOBUF_NULLABLE operations_research::MPGeneralConstraintProto::release_abs_constraint ( )
inlinenodiscard

Definition at line 6529 of file linear_solver.pb.h.

◆ release_and_constraint()

operations_research::MPArrayConstraint *PROTOBUF_NULLABLE operations_research::MPGeneralConstraintProto::release_and_constraint ( )
inlinenodiscard

Definition at line 6611 of file linear_solver.pb.h.

◆ release_indicator_constraint()

operations_research::MPIndicatorConstraint *PROTOBUF_NULLABLE operations_research::MPGeneralConstraintProto::release_indicator_constraint ( )
inlinenodiscard

Definition at line 6283 of file linear_solver.pb.h.

◆ release_max_constraint()

operations_research::MPArrayWithConstantConstraint *PROTOBUF_NULLABLE operations_research::MPGeneralConstraintProto::release_max_constraint ( )
inlinenodiscard

Definition at line 6857 of file linear_solver.pb.h.

◆ release_min_constraint()

operations_research::MPArrayWithConstantConstraint *PROTOBUF_NULLABLE operations_research::MPGeneralConstraintProto::release_min_constraint ( )
inlinenodiscard

Definition at line 6775 of file linear_solver.pb.h.

◆ release_name()

std::string *PROTOBUF_NULLABLE operations_research::MPGeneralConstraintProto::release_name ( )
inlinenodiscard

Definition at line 6235 of file linear_solver.pb.h.

◆ release_or_constraint()

operations_research::MPArrayConstraint *PROTOBUF_NULLABLE operations_research::MPGeneralConstraintProto::release_or_constraint ( )
inlinenodiscard

Definition at line 6693 of file linear_solver.pb.h.

◆ release_quadratic_constraint()

operations_research::MPQuadraticConstraint *PROTOBUF_NULLABLE operations_research::MPGeneralConstraintProto::release_quadratic_constraint ( )
inlinenodiscard

Definition at line 6447 of file linear_solver.pb.h.

◆ release_sos_constraint()

operations_research::MPSosConstraint *PROTOBUF_NULLABLE operations_research::MPGeneralConstraintProto::release_sos_constraint ( )
inlinenodiscard

Definition at line 6365 of file linear_solver.pb.h.

◆ set_allocated_abs_constraint()

void operations_research::MPGeneralConstraintProto::set_allocated_abs_constraint ( ::operations_research::MPAbsConstraint *PROTOBUF_NULLABLE value)

Definition at line 2030 of file linear_solver.pb.cc.

◆ set_allocated_and_constraint()

void operations_research::MPGeneralConstraintProto::set_allocated_and_constraint ( ::operations_research::MPArrayConstraint *PROTOBUF_NULLABLE value)

Definition at line 2043 of file linear_solver.pb.cc.

◆ set_allocated_indicator_constraint()

void operations_research::MPGeneralConstraintProto::set_allocated_indicator_constraint ( ::operations_research::MPIndicatorConstraint *PROTOBUF_NULLABLE value)

Definition at line 1991 of file linear_solver.pb.cc.

◆ set_allocated_max_constraint()

void operations_research::MPGeneralConstraintProto::set_allocated_max_constraint ( ::operations_research::MPArrayWithConstantConstraint *PROTOBUF_NULLABLE value)

Definition at line 2082 of file linear_solver.pb.cc.

◆ set_allocated_min_constraint()

void operations_research::MPGeneralConstraintProto::set_allocated_min_constraint ( ::operations_research::MPArrayWithConstantConstraint *PROTOBUF_NULLABLE value)

Definition at line 2069 of file linear_solver.pb.cc.

◆ set_allocated_name()

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

Definition at line 6248 of file linear_solver.pb.h.

◆ set_allocated_or_constraint()

void operations_research::MPGeneralConstraintProto::set_allocated_or_constraint ( ::operations_research::MPArrayConstraint *PROTOBUF_NULLABLE value)

Definition at line 2056 of file linear_solver.pb.cc.

◆ set_allocated_quadratic_constraint()

void operations_research::MPGeneralConstraintProto::set_allocated_quadratic_constraint ( ::operations_research::MPQuadraticConstraint *PROTOBUF_NULLABLE value)

Definition at line 2017 of file linear_solver.pb.cc.

◆ set_allocated_sos_constraint()

void operations_research::MPGeneralConstraintProto::set_allocated_sos_constraint ( ::operations_research::MPSosConstraint *PROTOBUF_NULLABLE value)

Definition at line 2004 of file linear_solver.pb.cc.

◆ set_name() [1/2]

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

Definition at line 6210 of file linear_solver.pb.h.

◆ set_name() [2/2]

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

◆ sos_constraint()

const::operations_research::MPSosConstraint & operations_research::MPGeneralConstraintProto::sos_constraint ( ) const
inline

Definition at line 6383 of file linear_solver.pb.h.

◆ Swap()

void operations_research::MPGeneralConstraintProto::Swap ( MPGeneralConstraintProto *PROTOBUF_NONNULL other)
inline

Definition at line 4705 of file linear_solver.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::MPGeneralConstraintProto::unknown_fields ( ) const
inline

Definition at line 4670 of file linear_solver.pb.h.

◆ unsafe_arena_release_abs_constraint()

operations_research::MPAbsConstraint *PROTOBUF_NULLABLE operations_research::MPGeneralConstraintProto::unsafe_arena_release_abs_constraint ( )
inline

Definition at line 6551 of file linear_solver.pb.h.

◆ unsafe_arena_release_and_constraint()

operations_research::MPArrayConstraint *PROTOBUF_NULLABLE operations_research::MPGeneralConstraintProto::unsafe_arena_release_and_constraint ( )
inline

Definition at line 6633 of file linear_solver.pb.h.

◆ unsafe_arena_release_indicator_constraint()

operations_research::MPIndicatorConstraint *PROTOBUF_NULLABLE operations_research::MPGeneralConstraintProto::unsafe_arena_release_indicator_constraint ( )
inline

Definition at line 6305 of file linear_solver.pb.h.

◆ unsafe_arena_release_max_constraint()

operations_research::MPArrayWithConstantConstraint *PROTOBUF_NULLABLE operations_research::MPGeneralConstraintProto::unsafe_arena_release_max_constraint ( )
inline

Definition at line 6879 of file linear_solver.pb.h.

◆ unsafe_arena_release_min_constraint()

operations_research::MPArrayWithConstantConstraint *PROTOBUF_NULLABLE operations_research::MPGeneralConstraintProto::unsafe_arena_release_min_constraint ( )
inline

Definition at line 6797 of file linear_solver.pb.h.

◆ unsafe_arena_release_or_constraint()

operations_research::MPArrayConstraint *PROTOBUF_NULLABLE operations_research::MPGeneralConstraintProto::unsafe_arena_release_or_constraint ( )
inline

Definition at line 6715 of file linear_solver.pb.h.

◆ unsafe_arena_release_quadratic_constraint()

operations_research::MPQuadraticConstraint *PROTOBUF_NULLABLE operations_research::MPGeneralConstraintProto::unsafe_arena_release_quadratic_constraint ( )
inline

Definition at line 6469 of file linear_solver.pb.h.

◆ unsafe_arena_release_sos_constraint()

operations_research::MPSosConstraint *PROTOBUF_NULLABLE operations_research::MPGeneralConstraintProto::unsafe_arena_release_sos_constraint ( )
inline

Definition at line 6387 of file linear_solver.pb.h.

◆ unsafe_arena_set_allocated_abs_constraint()

void operations_research::MPGeneralConstraintProto::unsafe_arena_set_allocated_abs_constraint ( ::operations_research::MPAbsConstraint *PROTOBUF_NULLABLE value)
inline

Definition at line 6562 of file linear_solver.pb.h.

◆ unsafe_arena_set_allocated_and_constraint()

void operations_research::MPGeneralConstraintProto::unsafe_arena_set_allocated_and_constraint ( ::operations_research::MPArrayConstraint *PROTOBUF_NULLABLE value)
inline

Definition at line 6644 of file linear_solver.pb.h.

◆ unsafe_arena_set_allocated_indicator_constraint()

void operations_research::MPGeneralConstraintProto::unsafe_arena_set_allocated_indicator_constraint ( ::operations_research::MPIndicatorConstraint *PROTOBUF_NULLABLE value)
inline

Definition at line 6316 of file linear_solver.pb.h.

◆ unsafe_arena_set_allocated_max_constraint()

void operations_research::MPGeneralConstraintProto::unsafe_arena_set_allocated_max_constraint ( ::operations_research::MPArrayWithConstantConstraint *PROTOBUF_NULLABLE value)
inline

Definition at line 6890 of file linear_solver.pb.h.

◆ unsafe_arena_set_allocated_min_constraint()

void operations_research::MPGeneralConstraintProto::unsafe_arena_set_allocated_min_constraint ( ::operations_research::MPArrayWithConstantConstraint *PROTOBUF_NULLABLE value)
inline

Definition at line 6808 of file linear_solver.pb.h.

◆ unsafe_arena_set_allocated_or_constraint()

void operations_research::MPGeneralConstraintProto::unsafe_arena_set_allocated_or_constraint ( ::operations_research::MPArrayConstraint *PROTOBUF_NULLABLE value)
inline

Definition at line 6726 of file linear_solver.pb.h.

◆ unsafe_arena_set_allocated_quadratic_constraint()

void operations_research::MPGeneralConstraintProto::unsafe_arena_set_allocated_quadratic_constraint ( ::operations_research::MPQuadraticConstraint *PROTOBUF_NULLABLE value)
inline

Definition at line 6480 of file linear_solver.pb.h.

◆ unsafe_arena_set_allocated_sos_constraint()

void operations_research::MPGeneralConstraintProto::unsafe_arena_set_allocated_sos_constraint ( ::operations_research::MPSosConstraint *PROTOBUF_NULLABLE value)
inline

Definition at line 6398 of file linear_solver.pb.h.

◆ UnsafeArenaSwap()

void operations_research::MPGeneralConstraintProto::UnsafeArenaSwap ( MPGeneralConstraintProto *PROTOBUF_NONNULL other)
inline

Definition at line 4713 of file linear_solver.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 4990 of file linear_solver.pb.h.

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

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

Definition at line 4992 of file linear_solver.pb.h.

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

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

Definition at line 4983 of file linear_solver.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 4989 of file linear_solver.pb.h.

◆ ::TableStruct_ortools_2flinear_5fsolver_2flinear_5fsolver_2eproto

friend struct ::TableStruct_ortools_2flinear_5fsolver_2flinear_5fsolver_2eproto
friend

Definition at line 5023 of file linear_solver.pb.h.

◆ swap

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

Definition at line 4704 of file linear_solver.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::MPGeneralConstraintProto::_impl_

Definition at line 5022 of file linear_solver.pb.h.

◆ kIndexInFileMessages

int operations_research::MPGeneralConstraintProto::kIndexInFileMessages = 2
staticconstexpr

Definition at line 4703 of file linear_solver.pb.h.


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