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

Detailed Description

Definition at line 855 of file solve_log.pb.h.

#include <solve_log.pb.h>

Inheritance diagram for operations_research::pdlp::PointMetadata:

Classes

class  _Internal

Public Types

enum  : int {
  kRandomPrimalProjectionsFieldNumber = 2 , kRandomDualProjectionsFieldNumber = 3 , kActivePrimalVariableCountFieldNumber = 4 , kActiveDualVariableCountFieldNumber = 5 ,
  kActivePrimalVariableChangeFieldNumber = 6 , kActiveDualVariableChangeFieldNumber = 7 , kPointTypeFieldNumber = 1
}
 nested types -------------------------------------------------— More...

Public Member Functions

 PointMetadata ()
 ~PointMetadata () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR PointMetadata (::google::protobuf::internal::ConstantInitialized)
 PointMetadata (const PointMetadata &from)
 PointMetadata (PointMetadata &&from) noexcept
PointMetadataoperator= (const PointMetadata &from)
PointMetadataoperator= (PointMetadata &&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 (PointMetadata *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (PointMetadata *PROTOBUF_NONNULL other)
PointMetadata *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const PointMetadata &from)
void MergeFrom (const PointMetadata &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 random_primal_projections_size () const
 repeated double random_primal_projections = 2 [packed = true];
void clear_random_primal_projections ()
double random_primal_projections (int index) const
void set_random_primal_projections (int index, double value)
void add_random_primal_projections (double value)
const ::google::protobuf::RepeatedField< double > & random_primal_projections () const
::google::protobuf::RepeatedField< double > *PROTOBUF_NONNULL mutable_random_primal_projections ()
int random_dual_projections_size () const
 repeated double random_dual_projections = 3 [packed = true];
void clear_random_dual_projections ()
double random_dual_projections (int index) const
void set_random_dual_projections (int index, double value)
void add_random_dual_projections (double value)
const ::google::protobuf::RepeatedField< double > & random_dual_projections () const
::google::protobuf::RepeatedField< double > *PROTOBUF_NONNULL mutable_random_dual_projections ()
bool has_active_primal_variable_count () const
 optional int64 active_primal_variable_count = 4;
void clear_active_primal_variable_count ()
::int64_t active_primal_variable_count () const
void set_active_primal_variable_count (::int64_t value)
bool has_active_dual_variable_count () const
 optional int64 active_dual_variable_count = 5;
void clear_active_dual_variable_count ()
::int64_t active_dual_variable_count () const
void set_active_dual_variable_count (::int64_t value)
bool has_active_primal_variable_change () const
 optional int64 active_primal_variable_change = 6;
void clear_active_primal_variable_change ()
::int64_t active_primal_variable_change () const
void set_active_primal_variable_change (::int64_t value)
bool has_active_dual_variable_change () const
 optional int64 active_dual_variable_change = 7;
void clear_active_dual_variable_change ()
::int64_t active_dual_variable_change () const
void set_active_dual_variable_change (::int64_t value)
bool has_point_type () const
 optional .operations_research.pdlp.PointType point_type = 1;
void clear_point_type ()
::operations_research::pdlp::PointType point_type () const
void set_point_type (::operations_research::pdlp::PointType value)
template<typename>
PROTOBUF_CONSTEXPR PointMetadata (::_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 PointMetadatadefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 3

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kRandomPrimalProjectionsFieldNumber 
kRandomDualProjectionsFieldNumber 
kActivePrimalVariableCountFieldNumber 
kActiveDualVariableCountFieldNumber 
kActivePrimalVariableChangeFieldNumber 
kActiveDualVariableChangeFieldNumber 
kPointTypeFieldNumber 

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

Constructor & Destructor Documentation

◆ PointMetadata() [1/8]

operations_research::pdlp::PointMetadata::PointMetadata ( )
inline

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

◆ ~PointMetadata()

operations_research::pdlp::PointMetadata::~PointMetadata ( )

@protoc_insertion_point(destructor:operations_research.pdlp.PointMetadata)

Definition at line 2350 of file solve_log.pb.cc.

◆ PointMetadata() [2/8]

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

◆ PointMetadata() [3/8]

operations_research::pdlp::PointMetadata::PointMetadata ( const PointMetadata & from)
inline

Definition at line 871 of file solve_log.pb.h.

◆ PointMetadata() [4/8]

operations_research::pdlp::PointMetadata::PointMetadata ( PointMetadata && from)
inlinenoexcept

Definition at line 872 of file solve_log.pb.h.

◆ PointMetadata() [5/8]

operations_research::pdlp::PointMetadata::PointMetadata ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.pdlp.PointMetadata)

Definition at line 2293 of file solve_log.pb.cc.

◆ PointMetadata() [6/8]

operations_research::pdlp::PointMetadata::PointMetadata ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
const PointMetadata & from )
protected

@protoc_insertion_point(copy_constructor:operations_research.pdlp.PointMetadata)

Definition at line 2311 of file solve_log.pb.cc.

◆ PointMetadata() [7/8]

operations_research::pdlp::PointMetadata::PointMetadata ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
PointMetadata && from )
inlineprotectednoexcept

Definition at line 979 of file solve_log.pb.h.

◆ PointMetadata() [8/8]

template<typename>
PROTOBUF_CONSTEXPR operations_research::pdlp::PointMetadata::PointMetadata ( ::_pbi::ConstantInitialized )

Definition at line 97 of file solve_log.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

@protoc_insertion_point(serialize_to_array_start:operations_research.pdlp.PointMetadata)

optional .operations_research.pdlp.PointType point_type = 1;

repeated double random_primal_projections = 2 [packed = true];

repeated double random_dual_projections = 3 [packed = true];

optional int64 active_primal_variable_count = 4;

optional int64 active_dual_variable_count = 5;

optional int64 active_primal_variable_change = 6;

optional int64 active_dual_variable_change = 7;

@protoc_insertion_point(serialize_to_array_end:operations_research.pdlp.PointMetadata)

Definition at line 2517 of file solve_log.pb.cc.

◆ active_dual_variable_change()

int64_t operations_research::pdlp::PointMetadata::active_dual_variable_change ( ) const
inline

@protoc_insertion_point(field_get:operations_research.pdlp.PointMetadata.active_dual_variable_change)

Definition at line 4469 of file solve_log.pb.h.

◆ active_dual_variable_count()

int64_t operations_research::pdlp::PointMetadata::active_dual_variable_count ( ) const
inline

@protoc_insertion_point(field_get:operations_research.pdlp.PointMetadata.active_dual_variable_count)

Definition at line 4413 of file solve_log.pb.h.

◆ active_primal_variable_change()

int64_t operations_research::pdlp::PointMetadata::active_primal_variable_change ( ) const
inline

@protoc_insertion_point(field_get:operations_research.pdlp.PointMetadata.active_primal_variable_change)

Definition at line 4441 of file solve_log.pb.h.

◆ active_primal_variable_count()

int64_t operations_research::pdlp::PointMetadata::active_primal_variable_count ( ) const
inline

@protoc_insertion_point(field_get:operations_research.pdlp.PointMetadata.active_primal_variable_count)

Definition at line 4385 of file solve_log.pb.h.

◆ add_random_dual_projections()

void operations_research::pdlp::PointMetadata::add_random_dual_projections ( double value)
inline

@protoc_insertion_point(field_add:operations_research.pdlp.PointMetadata.random_dual_projections)

Definition at line 4348 of file solve_log.pb.h.

◆ add_random_primal_projections()

void operations_research::pdlp::PointMetadata::add_random_primal_projections ( double value)
inline

@protoc_insertion_point(field_add:operations_research.pdlp.PointMetadata.random_primal_projections)

Definition at line 4302 of file solve_log.pb.h.

◆ ByteSizeLong()

size_t operations_research::pdlp::PointMetadata::ByteSizeLong ( ) const
final

@protoc_insertion_point(message_byte_size_start:operations_research.pdlp.PointMetadata)

Prevent compiler warnings about cached_has_bits being unused

repeated double random_primal_projections = 2 [packed = true];

repeated double random_dual_projections = 3 [packed = true];

optional int64 active_primal_variable_count = 4;

optional int64 active_dual_variable_count = 5;

optional int64 active_primal_variable_change = 6;

optional int64 active_dual_variable_change = 7;

optional .operations_research.pdlp.PointType point_type = 1;

Definition at line 2585 of file solve_log.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::pdlp::PointMetadata::Clear ( )

@protoc_insertion_point(message_clear_start:operations_research.pdlp.PointMetadata)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 2492 of file solve_log.pb.cc.

◆ clear_active_dual_variable_change()

void operations_research::pdlp::PointMetadata::clear_active_dual_variable_change ( )
inline

Definition at line 4464 of file solve_log.pb.h.

◆ clear_active_dual_variable_count()

void operations_research::pdlp::PointMetadata::clear_active_dual_variable_count ( )
inline

Definition at line 4408 of file solve_log.pb.h.

◆ clear_active_primal_variable_change()

void operations_research::pdlp::PointMetadata::clear_active_primal_variable_change ( )
inline

Definition at line 4436 of file solve_log.pb.h.

◆ clear_active_primal_variable_count()

void operations_research::pdlp::PointMetadata::clear_active_primal_variable_count ( )
inline

Definition at line 4380 of file solve_log.pb.h.

◆ clear_point_type()

void operations_research::pdlp::PointMetadata::clear_point_type ( )
inline

Definition at line 4257 of file solve_log.pb.h.

◆ clear_random_dual_projections()

void operations_research::pdlp::PointMetadata::clear_random_dual_projections ( )
inline

Definition at line 4336 of file solve_log.pb.h.

◆ clear_random_primal_projections()

void operations_research::pdlp::PointMetadata::clear_random_primal_projections ( )
inline

Definition at line 4290 of file solve_log.pb.h.

◆ CopyFrom()

void operations_research::pdlp::PointMetadata::CopyFrom ( const PointMetadata & from)

@protoc_insertion_point(class_specific_copy_from_start:operations_research.pdlp.PointMetadata)

Definition at line 2682 of file solve_log.pb.cc.

◆ default_instance()

const PointMetadata & operations_research::pdlp::PointMetadata::default_instance ( )
inlinestatic

Definition at line 906 of file solve_log.pb.h.

◆ descriptor()

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

Definition at line 897 of file solve_log.pb.h.

◆ GetCachedSize()

int operations_research::pdlp::PointMetadata::GetCachedSize ( ) const
inline

Definition at line 965 of file solve_log.pb.h.

◆ GetClassData()

PROTOBUF_ATTRIBUTE_WEAKconst::google::protobuf::internal::ClassData *PROTOBUF_NONNULL operations_research::pdlp::PointMetadata::GetClassData ( ) const
protected

Definition at line 2414 of file solve_log.pb.cc.

◆ GetDescriptor()

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

Definition at line 900 of file solve_log.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::pdlp::PointMetadata::GetMetadata ( ) const

Definition at line 2704 of file solve_log.pb.cc.

◆ GetReflection()

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

Definition at line 903 of file solve_log.pb.h.

◆ has_active_dual_variable_change()

bool operations_research::pdlp::PointMetadata::has_active_dual_variable_change ( ) const
inline

optional int64 active_dual_variable_change = 7;

Definition at line 4460 of file solve_log.pb.h.

◆ has_active_dual_variable_count()

bool operations_research::pdlp::PointMetadata::has_active_dual_variable_count ( ) const
inline

optional int64 active_dual_variable_count = 5;

Definition at line 4404 of file solve_log.pb.h.

◆ has_active_primal_variable_change()

bool operations_research::pdlp::PointMetadata::has_active_primal_variable_change ( ) const
inline

optional int64 active_primal_variable_change = 6;

Definition at line 4432 of file solve_log.pb.h.

◆ has_active_primal_variable_count()

bool operations_research::pdlp::PointMetadata::has_active_primal_variable_count ( ) const
inline

optional int64 active_primal_variable_count = 4;

Definition at line 4376 of file solve_log.pb.h.

◆ has_point_type()

bool operations_research::pdlp::PointMetadata::has_point_type ( ) const
inline

optional .operations_research.pdlp.PointType point_type = 1;

PointMetadata.

optional .operations_research.pdlp.PointType point_type = 1;

Definition at line 4253 of file solve_log.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::pdlp::PointMetadata::InternalGenerateClassData_ ( )
staticconstexpr

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

◆ InternalNewImpl_()

auto operations_research::pdlp::PointMetadata::InternalNewImpl_ ( )
staticconstexprprotected

Definition at line 2366 of file solve_log.pb.cc.

◆ IsInitialized()

bool operations_research::pdlp::PointMetadata::IsInitialized ( ) const
inline

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

◆ MergeFrom()

void operations_research::pdlp::PointMetadata::MergeFrom ( const PointMetadata & from)
inline

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

◆ mutable_random_dual_projections()

google::protobuf::RepeatedField< double > *PROTOBUF_NONNULL operations_research::pdlp::PointMetadata::mutable_random_dual_projections ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.pdlp.PointMetadata.random_dual_projections)

Definition at line 4358 of file solve_log.pb.h.

◆ mutable_random_primal_projections()

google::protobuf::RepeatedField< double > *PROTOBUF_NONNULL operations_research::pdlp::PointMetadata::mutable_random_primal_projections ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.pdlp.PointMetadata.random_primal_projections)

Definition at line 4312 of file solve_log.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::pdlp::PointMetadata::mutable_unknown_fields ( )
inline

Definition at line 892 of file solve_log.pb.h.

◆ New()

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

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

Definition at line 928 of file solve_log.pb.h.

◆ operator=() [1/2]

PointMetadata & operations_research::pdlp::PointMetadata::operator= ( const PointMetadata & from)
inline

Definition at line 874 of file solve_log.pb.h.

◆ operator=() [2/2]

PointMetadata & operations_research::pdlp::PointMetadata::operator= ( PointMetadata && from)
inlinenoexcept

Definition at line 878 of file solve_log.pb.h.

◆ PlacementNew_()

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

Definition at line 2361 of file solve_log.pb.cc.

◆ point_type()

operations_research::pdlp::PointType operations_research::pdlp::PointMetadata::point_type ( ) const
inline

@protoc_insertion_point(field_get:operations_research.pdlp.PointMetadata.point_type)

Definition at line 4262 of file solve_log.pb.h.

◆ random_dual_projections() [1/2]

const::google::protobuf::RepeatedField< double > & operations_research::pdlp::PointMetadata::random_dual_projections ( ) const
inline

@protoc_insertion_point(field_list:operations_research.pdlp.PointMetadata.random_dual_projections)

Definition at line 4353 of file solve_log.pb.h.

◆ random_dual_projections() [2/2]

double operations_research::pdlp::PointMetadata::random_dual_projections ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.pdlp.PointMetadata.random_dual_projections)

Definition at line 4340 of file solve_log.pb.h.

◆ random_dual_projections_size()

int operations_research::pdlp::PointMetadata::random_dual_projections_size ( ) const
inline

repeated double random_dual_projections = 3 [packed = true];

Definition at line 4333 of file solve_log.pb.h.

◆ random_primal_projections() [1/2]

const::google::protobuf::RepeatedField< double > & operations_research::pdlp::PointMetadata::random_primal_projections ( ) const
inline

@protoc_insertion_point(field_list:operations_research.pdlp.PointMetadata.random_primal_projections)

Definition at line 4307 of file solve_log.pb.h.

◆ random_primal_projections() [2/2]

double operations_research::pdlp::PointMetadata::random_primal_projections ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.pdlp.PointMetadata.random_primal_projections)

Definition at line 4294 of file solve_log.pb.h.

◆ random_primal_projections_size()

int operations_research::pdlp::PointMetadata::random_primal_projections_size ( ) const
inline

repeated double random_primal_projections = 2 [packed = true];

Definition at line 4287 of file solve_log.pb.h.

◆ set_active_dual_variable_change()

void operations_research::pdlp::PointMetadata::set_active_dual_variable_change ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.pdlp.PointMetadata.active_dual_variable_change)

Definition at line 4473 of file solve_log.pb.h.

◆ set_active_dual_variable_count()

void operations_research::pdlp::PointMetadata::set_active_dual_variable_count ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.pdlp.PointMetadata.active_dual_variable_count)

Definition at line 4417 of file solve_log.pb.h.

◆ set_active_primal_variable_change()

void operations_research::pdlp::PointMetadata::set_active_primal_variable_change ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.pdlp.PointMetadata.active_primal_variable_change)

Definition at line 4445 of file solve_log.pb.h.

◆ set_active_primal_variable_count()

void operations_research::pdlp::PointMetadata::set_active_primal_variable_count ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.pdlp.PointMetadata.active_primal_variable_count)

Definition at line 4389 of file solve_log.pb.h.

◆ set_point_type()

void operations_research::pdlp::PointMetadata::set_point_type ( ::operations_research::pdlp::PointType value)
inline

@protoc_insertion_point(field_set:operations_research.pdlp.PointMetadata.point_type)

Definition at line 4266 of file solve_log.pb.h.

◆ set_random_dual_projections()

void operations_research::pdlp::PointMetadata::set_random_dual_projections ( int index,
double value )
inline

@protoc_insertion_point(field_set:operations_research.pdlp.PointMetadata.random_dual_projections)

Definition at line 4344 of file solve_log.pb.h.

◆ set_random_primal_projections()

void operations_research::pdlp::PointMetadata::set_random_primal_projections ( int index,
double value )
inline

@protoc_insertion_point(field_set:operations_research.pdlp.PointMetadata.random_primal_projections)

Definition at line 4298 of file solve_log.pb.h.

◆ Swap()

void operations_research::pdlp::PointMetadata::Swap ( PointMetadata *PROTOBUF_NONNULL other)
inline

Definition at line 912 of file solve_log.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::pdlp::PointMetadata::unknown_fields ( ) const
inline

Definition at line 888 of file solve_log.pb.h.

◆ UnsafeArenaSwap()

void operations_research::pdlp::PointMetadata::UnsafeArenaSwap ( PointMetadata *PROTOBUF_NONNULL other)
inline

Definition at line 920 of file solve_log.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 1107 of file solve_log.pb.h.

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

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

Definition at line 1109 of file solve_log.pb.h.

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

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

Definition at line 1100 of file solve_log.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 1106 of file solve_log.pb.h.

◆ ::TableStruct_ortools_2fpdlp_2fsolve_5flog_2eproto

Definition at line 1133 of file solve_log.pb.h.

◆ swap

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

Definition at line 911 of file solve_log.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::pdlp::PointMetadata::_impl_

Definition at line 1132 of file solve_log.pb.h.

◆ kIndexInFileMessages

int operations_research::pdlp::PointMetadata::kIndexInFileMessages = 3
staticconstexpr

Definition at line 910 of file solve_log.pb.h.


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