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

Detailed Description

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

#include <linear_solver.pb.h>

Inheritance diagram for operations_research::MPSolveInfo:

Classes

class  _Internal

Public Types

enum  : int { kSolveWallTimeSecondsFieldNumber = 1 , kSolveUserTimeSecondsFieldNumber = 2 }
 nested types -------------------------------------------------— More...

Public Member Functions

 MPSolveInfo ()
 ~MPSolveInfo () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR MPSolveInfo (::google::protobuf::internal::ConstantInitialized)
 MPSolveInfo (const MPSolveInfo &from)
 MPSolveInfo (MPSolveInfo &&from) noexcept
MPSolveInfooperator= (const MPSolveInfo &from)
MPSolveInfooperator= (MPSolveInfo &&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 (MPSolveInfo *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (MPSolveInfo *PROTOBUF_NONNULL other)
MPSolveInfo *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const MPSolveInfo &from)
void MergeFrom (const MPSolveInfo &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_solve_wall_time_seconds () const
 optional double solve_wall_time_seconds = 1;
void clear_solve_wall_time_seconds ()
double solve_wall_time_seconds () const
void set_solve_wall_time_seconds (double value)
bool has_solve_user_time_seconds () const
 optional double solve_user_time_seconds = 2;
void clear_solve_user_time_seconds ()
double solve_user_time_seconds () const
void set_solve_user_time_seconds (double value)
template<typename>
PROTOBUF_CONSTEXPR MPSolveInfo (::_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 MPSolveInfodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 20

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kSolveWallTimeSecondsFieldNumber 
kSolveUserTimeSecondsFieldNumber 

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

Constructor & Destructor Documentation

◆ MPSolveInfo() [1/8]

operations_research::MPSolveInfo::MPSolveInfo ( )
inline

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

◆ ~MPSolveInfo()

operations_research::MPSolveInfo::~MPSolveInfo ( )

@protoc_insertion_point(destructor:operations_research.MPSolveInfo)

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

◆ MPSolveInfo() [2/8]

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

◆ MPSolveInfo() [3/8]

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

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

◆ MPSolveInfo() [4/8]

operations_research::MPSolveInfo::MPSolveInfo ( MPSolveInfo && from)
inlinenoexcept

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

◆ MPSolveInfo() [5/8]

operations_research::MPSolveInfo::MPSolveInfo ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.MPSolveInfo)

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

◆ MPSolveInfo() [6/8]

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

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

◆ MPSolveInfo() [7/8]

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

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

◆ MPSolveInfo() [8/8]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

@protoc_insertion_point(serialize_to_array_start:operations_research.MPSolveInfo)

optional double solve_wall_time_seconds = 1;

optional double solve_user_time_seconds = 2;

@protoc_insertion_point(serialize_to_array_end:operations_research.MPSolveInfo)

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

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.MPSolveInfo)

Prevent compiler warnings about cached_has_bits being unused

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

◆ Clear()

PROTOBUF_NOINLINE void operations_research::MPSolveInfo::Clear ( )

@protoc_insertion_point(message_clear_start:operations_research.MPSolveInfo)

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_solve_user_time_seconds()

void operations_research::MPSolveInfo::clear_solve_user_time_seconds ( )
inline

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

◆ clear_solve_wall_time_seconds()

void operations_research::MPSolveInfo::clear_solve_wall_time_seconds ( )
inline

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

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.MPSolveInfo)

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ has_solve_user_time_seconds()

bool operations_research::MPSolveInfo::has_solve_user_time_seconds ( ) const
inline

optional double solve_user_time_seconds = 2;

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

◆ has_solve_wall_time_seconds()

bool operations_research::MPSolveInfo::has_solve_wall_time_seconds ( ) const
inline

optional double solve_wall_time_seconds = 1;

MPSolveInfo.

optional double solve_wall_time_seconds = 1;

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

◆ InternalGenerateClassData_()

auto operations_research::MPSolveInfo::InternalGenerateClassData_ ( )
staticconstexpr

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

◆ InternalNewImpl_()

auto operations_research::MPSolveInfo::InternalNewImpl_ ( )
staticconstexprprotected

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

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

◆ set_solve_user_time_seconds()

void operations_research::MPSolveInfo::set_solve_user_time_seconds ( double value)
inline

@protoc_insertion_point(field_set:operations_research.MPSolveInfo.solve_user_time_seconds)

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

◆ set_solve_wall_time_seconds()

void operations_research::MPSolveInfo::set_solve_wall_time_seconds ( double value)
inline

@protoc_insertion_point(field_set:operations_research.MPSolveInfo.solve_wall_time_seconds)

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

◆ solve_user_time_seconds()

double operations_research::MPSolveInfo::solve_user_time_seconds ( ) const
inline

@protoc_insertion_point(field_get:operations_research.MPSolveInfo.solve_user_time_seconds)

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

◆ solve_wall_time_seconds()

double operations_research::MPSolveInfo::solve_wall_time_seconds ( ) const
inline

@protoc_insertion_point(field_get:operations_research.MPSolveInfo.solve_wall_time_seconds)

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2flinear_5fsolver_2flinear_5fsolver_2eproto

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::MPSolveInfo::_impl_

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

◆ kIndexInFileMessages

int operations_research::MPSolveInfo::kIndexInFileMessages = 20
staticconstexpr

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


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