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

Detailed Description

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

#include <model.pb.h>

Inheritance diagram for operations_research::math_opt::ObjectiveProto:

Classes

class  _Internal

Public Types

enum  : int {
  kNameFieldNumber = 5 , kLinearCoefficientsFieldNumber = 3 , kQuadraticCoefficientsFieldNumber = 4 , kOffsetFieldNumber = 2 ,
  kPriorityFieldNumber = 6 , kMaximizeFieldNumber = 1
}
 nested types -------------------------------------------------— More...

Public Member Functions

 ObjectiveProto ()
 ~ObjectiveProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR ObjectiveProto (::google::protobuf::internal::ConstantInitialized)
 ObjectiveProto (const ObjectiveProto &from)
 ObjectiveProto (ObjectiveProto &&from) noexcept
ObjectiveProtooperator= (const ObjectiveProto &from)
ObjectiveProtooperator= (ObjectiveProto &&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 (ObjectiveProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (ObjectiveProto *PROTOBUF_NONNULL other)
ObjectiveProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const ObjectiveProto &from)
void MergeFrom (const ObjectiveProto &from)
bool IsInitialized () const
ABSL_ATTRIBUTE_REINITIALIZES void Clear () PROTOBUF_FINAL
::size_t ByteSizeLong () const final
::uint8_t *PROTOBUF_NONNULL _InternalSerialize (::uint8_t *PROTOBUF_NONNULL target, ::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream) const final
int GetCachedSize () const
::google::protobuf::Metadata GetMetadata () const
void clear_name ()
 string name = 5;
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_linear_coefficients () const
 .operations_research.math_opt.SparseDoubleVectorProto linear_coefficients = 3;
void clear_linear_coefficients ()
const ::operations_research::math_opt::SparseDoubleVectorProtolinear_coefficients () const
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE release_linear_coefficients ()
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL mutable_linear_coefficients ()
void set_allocated_linear_coefficients (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_linear_coefficients (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE unsafe_arena_release_linear_coefficients ()
bool has_quadratic_coefficients () const
 .operations_research.math_opt.SparseDoubleMatrixProto quadratic_coefficients = 4;
void clear_quadratic_coefficients ()
const ::operations_research::math_opt::SparseDoubleMatrixProtoquadratic_coefficients () const
::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE release_quadratic_coefficients ()
::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NONNULL mutable_quadratic_coefficients ()
void set_allocated_quadratic_coefficients (::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_quadratic_coefficients (::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE unsafe_arena_release_quadratic_coefficients ()
void clear_offset ()
 double offset = 2;
double offset () const
void set_offset (double value)
void clear_priority ()
 int64 priority = 6;
::int64_t priority () const
void set_priority (::int64_t value)
void clear_maximize ()
 bool maximize = 1;
bool maximize () const
void set_maximize (bool value)
template<typename>
PROTOBUF_CONSTEXPR ObjectiveProto (::_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 ObjectiveProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 1

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kNameFieldNumber 
kLinearCoefficientsFieldNumber 
kQuadraticCoefficientsFieldNumber 
kOffsetFieldNumber 
kPriorityFieldNumber 
kMaximizeFieldNumber 

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

Constructor & Destructor Documentation

◆ ObjectiveProto() [1/8]

operations_research::math_opt::ObjectiveProto::ObjectiveProto ( )
inline

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

◆ ~ObjectiveProto()

operations_research::math_opt::ObjectiveProto::~ObjectiveProto ( )

@protoc_insertion_point(destructor:operations_research.math_opt.ObjectiveProto)

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

◆ ObjectiveProto() [2/8]

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

◆ ObjectiveProto() [3/8]

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

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

◆ ObjectiveProto() [4/8]

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

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

◆ ObjectiveProto() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.math_opt.ObjectiveProto)

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

◆ ObjectiveProto() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.math_opt.ObjectiveProto)

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

◆ ObjectiveProto() [7/8]

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

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

◆ ObjectiveProto() [8/8]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

bool maximize = 1;

double offset = 2;

.operations_research.math_opt.SparseDoubleVectorProto linear_coefficients = 3;

.operations_research.math_opt.SparseDoubleMatrixProto quadratic_coefficients = 4;

string name = 5;

int64 priority = 6;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.ObjectiveProto)

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

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.ObjectiveProto)

Prevent compiler warnings about cached_has_bits being unused

string name = 5;

.operations_research.math_opt.SparseDoubleVectorProto linear_coefficients = 3;

.operations_research.math_opt.SparseDoubleMatrixProto quadratic_coefficients = 4;

double offset = 2;

int64 priority = 6;

bool maximize = 1;

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

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.ObjectiveProto)

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_linear_coefficients()

void operations_research::math_opt::ObjectiveProto::clear_linear_coefficients ( )

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

◆ clear_maximize()

void operations_research::math_opt::ObjectiveProto::clear_maximize ( )
inline

bool maximize = 1;

ObjectiveProto.

bool maximize = 1;

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

◆ clear_name()

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

string name = 5;

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

◆ clear_offset()

void operations_research::math_opt::ObjectiveProto::clear_offset ( )
inline

double offset = 2;

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

◆ clear_priority()

void operations_research::math_opt::ObjectiveProto::clear_priority ( )
inline

int64 priority = 6;

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

◆ clear_quadratic_coefficients()

void operations_research::math_opt::ObjectiveProto::clear_quadratic_coefficients ( )

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

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.ObjectiveProto)

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ has_linear_coefficients()

bool operations_research::math_opt::ObjectiveProto::has_linear_coefficients ( ) const
inline

.operations_research.math_opt.SparseDoubleVectorProto linear_coefficients = 3;

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

◆ has_quadratic_coefficients()

bool operations_research::math_opt::ObjectiveProto::has_quadratic_coefficients ( ) const
inline

.operations_research.math_opt.SparseDoubleMatrixProto quadratic_coefficients = 4;

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

◆ InternalGenerateClassData_()

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

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

◆ InternalNewImpl_()

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

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

◆ IsInitialized()

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

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

◆ linear_coefficients()

const::operations_research::math_opt::SparseDoubleVectorProto & operations_research::math_opt::ObjectiveProto::linear_coefficients ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ObjectiveProto.linear_coefficients)

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

◆ maximize()

bool operations_research::math_opt::ObjectiveProto::maximize ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ObjectiveProto.maximize)

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

◆ MergeFrom()

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

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

◆ mutable_linear_coefficients()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL operations_research::math_opt::ObjectiveProto::mutable_linear_coefficients ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.ObjectiveProto.linear_coefficients)

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

◆ mutable_name()

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

@protoc_insertion_point(field_mutable:operations_research.math_opt.ObjectiveProto.name)

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

◆ mutable_quadratic_coefficients()

operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NONNULL operations_research::math_opt::ObjectiveProto::mutable_quadratic_coefficients ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.ObjectiveProto.quadratic_coefficients)

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

◆ mutable_unknown_fields()

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

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

◆ name()

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

@protoc_insertion_point(field_get:operations_research.math_opt.ObjectiveProto.name)

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

◆ New()

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

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

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

◆ offset()

double operations_research::math_opt::ObjectiveProto::offset ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ObjectiveProto.offset)

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

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

◆ priority()

int64_t operations_research::math_opt::ObjectiveProto::priority ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ObjectiveProto.priority)

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

◆ quadratic_coefficients()

const::operations_research::math_opt::SparseDoubleMatrixProto & operations_research::math_opt::ObjectiveProto::quadratic_coefficients ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.ObjectiveProto.quadratic_coefficients)

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

◆ release_linear_coefficients()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::ObjectiveProto::release_linear_coefficients ( )
inlinenodiscard

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

◆ release_name()

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

@protoc_insertion_point(field_release:operations_research.math_opt.ObjectiveProto.name)

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

◆ release_quadratic_coefficients()

operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE operations_research::math_opt::ObjectiveProto::release_quadratic_coefficients ( )
inlinenodiscard

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

◆ set_allocated_linear_coefficients()

void operations_research::math_opt::ObjectiveProto::set_allocated_linear_coefficients ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.ObjectiveProto.linear_coefficients)

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

◆ set_allocated_name()

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

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.ObjectiveProto.name)

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

◆ set_allocated_quadratic_coefficients()

void operations_research::math_opt::ObjectiveProto::set_allocated_quadratic_coefficients ( ::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.ObjectiveProto.quadratic_coefficients)

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

◆ set_maximize()

void operations_research::math_opt::ObjectiveProto::set_maximize ( bool value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.ObjectiveProto.maximize)

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

◆ set_name() [1/2]

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

◆ set_name() [2/2]

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

@protoc_insertion_point(field_set:operations_research.math_opt.ObjectiveProto.name)

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

◆ set_offset()

void operations_research::math_opt::ObjectiveProto::set_offset ( double value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.ObjectiveProto.offset)

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

◆ set_priority()

void operations_research::math_opt::ObjectiveProto::set_priority ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.ObjectiveProto.priority)

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_linear_coefficients()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::ObjectiveProto::unsafe_arena_release_linear_coefficients ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.ObjectiveProto.linear_coefficients)

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

◆ unsafe_arena_release_quadratic_coefficients()

operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE operations_research::math_opt::ObjectiveProto::unsafe_arena_release_quadratic_coefficients ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.ObjectiveProto.quadratic_coefficients)

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

◆ unsafe_arena_set_allocated_linear_coefficients()

void operations_research::math_opt::ObjectiveProto::unsafe_arena_set_allocated_linear_coefficients ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.ObjectiveProto.linear_coefficients)

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

◆ unsafe_arena_set_allocated_quadratic_coefficients()

void operations_research::math_opt::ObjectiveProto::unsafe_arena_set_allocated_quadratic_coefficients ( ::operations_research::math_opt::SparseDoubleMatrixProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.ObjectiveProto.quadratic_coefficients)

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fmath_5fopt_2fmodel_2eproto

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::ObjectiveProto::_impl_

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

◆ kIndexInFileMessages

int operations_research::math_opt::ObjectiveProto::kIndexInFileMessages = 1
staticconstexpr

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


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