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

Detailed Description

Definition at line 923 of file result.pb.h.

#include <result.pb.h>

Inheritance diagram for operations_research::math_opt::SolveStatsProto:

Classes

class  _Internal

Public Types

enum  : int {
  kSolveTimeFieldNumber = 1 , kProblemStatusFieldNumber = 4 , kBestPrimalBoundFieldNumber = 2 , kBestDualBoundFieldNumber = 3 ,
  kSimplexIterationsFieldNumber = 5 , kBarrierIterationsFieldNumber = 6 , kNodeCountFieldNumber = 7 , kFirstOrderIterationsFieldNumber = 8
}
 nested types -------------------------------------------------— More...

Public Member Functions

 SolveStatsProto ()
 ~SolveStatsProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR SolveStatsProto (::google::protobuf::internal::ConstantInitialized)
 SolveStatsProto (const SolveStatsProto &from)
 SolveStatsProto (SolveStatsProto &&from) noexcept
SolveStatsProtooperator= (const SolveStatsProto &from)
SolveStatsProtooperator= (SolveStatsProto &&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 (SolveStatsProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (SolveStatsProto *PROTOBUF_NONNULL other)
SolveStatsProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const SolveStatsProto &from)
void MergeFrom (const SolveStatsProto &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_time () const
 .google.protobuf.Duration solve_time = 1;
void clear_solve_time ()
const ::google::protobuf::Duration & solve_time () const
::google::protobuf::Duration *PROTOBUF_NULLABLE release_solve_time ()
::google::protobuf::Duration *PROTOBUF_NONNULL mutable_solve_time ()
void set_allocated_solve_time (::google::protobuf::Duration *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_solve_time (::google::protobuf::Duration *PROTOBUF_NULLABLE value)
::google::protobuf::Duration *PROTOBUF_NULLABLE unsafe_arena_release_solve_time ()
bool has_problem_status () const
 .operations_research.math_opt.ProblemStatusProto problem_status = 4 [deprecated = true];
void clear_problem_status ()
const ::operations_research::math_opt::ProblemStatusProtoproblem_status () const
::operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE release_problem_status ()
::operations_research::math_opt::ProblemStatusProto *PROTOBUF_NONNULL mutable_problem_status ()
void set_allocated_problem_status (::operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_problem_status (::operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE unsafe_arena_release_problem_status ()
void clear_best_primal_bound ()
 double best_primal_bound = 2 [deprecated = true];
double best_primal_bound () const
void set_best_primal_bound (double value)
void clear_best_dual_bound ()
 double best_dual_bound = 3 [deprecated = true];
double best_dual_bound () const
void set_best_dual_bound (double value)
void clear_simplex_iterations ()
 int64 simplex_iterations = 5;
::int64_t simplex_iterations () const
void set_simplex_iterations (::int64_t value)
void clear_barrier_iterations ()
 int64 barrier_iterations = 6;
::int64_t barrier_iterations () const
void set_barrier_iterations (::int64_t value)
void clear_node_count ()
 int64 node_count = 7;
::int64_t node_count () const
void set_node_count (::int64_t value)
void clear_first_order_iterations ()
 int64 first_order_iterations = 8;
::int64_t first_order_iterations () const
void set_first_order_iterations (::int64_t value)
template<typename>
PROTOBUF_CONSTEXPR SolveStatsProto (::_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 SolveStatsProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 1

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kSolveTimeFieldNumber 
kProblemStatusFieldNumber 
kBestPrimalBoundFieldNumber 
kBestDualBoundFieldNumber 
kSimplexIterationsFieldNumber 
kBarrierIterationsFieldNumber 
kNodeCountFieldNumber 
kFirstOrderIterationsFieldNumber 

Definition at line 1065 of file result.pb.h.

Constructor & Destructor Documentation

◆ SolveStatsProto() [1/8]

operations_research::math_opt::SolveStatsProto::SolveStatsProto ( )
inline

Definition at line 926 of file result.pb.h.

◆ ~SolveStatsProto()

operations_research::math_opt::SolveStatsProto::~SolveStatsProto ( )

@protoc_insertion_point(destructor:operations_research.math_opt.SolveStatsProto)

Definition at line 803 of file result.pb.cc.

◆ SolveStatsProto() [2/8]

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

◆ SolveStatsProto() [3/8]

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

Definition at line 939 of file result.pb.h.

◆ SolveStatsProto() [4/8]

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

Definition at line 940 of file result.pb.h.

◆ SolveStatsProto() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.math_opt.SolveStatsProto)

Definition at line 743 of file result.pb.cc.

◆ SolveStatsProto() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.math_opt.SolveStatsProto)

Definition at line 759 of file result.pb.cc.

◆ SolveStatsProto() [7/8]

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

Definition at line 1047 of file result.pb.h.

◆ SolveStatsProto() [8/8]

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

Definition at line 127 of file result.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

.google.protobuf.Duration solve_time = 1;

double best_primal_bound = 2 [deprecated = true];

double best_dual_bound = 3 [deprecated = true];

.operations_research.math_opt.ProblemStatusProto problem_status = 4 [deprecated = true];

int64 simplex_iterations = 5;

int64 barrier_iterations = 6;

int64 node_count = 7;

int64 first_order_iterations = 8;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.SolveStatsProto)

Definition at line 970 of file result.pb.cc.

◆ barrier_iterations()

int64_t operations_research::math_opt::SolveStatsProto::barrier_iterations ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.SolveStatsProto.barrier_iterations)

Definition at line 2122 of file result.pb.h.

◆ best_dual_bound()

double operations_research::math_opt::SolveStatsProto::best_dual_bound ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.SolveStatsProto.best_dual_bound)

Definition at line 1976 of file result.pb.h.

◆ best_primal_bound()

double operations_research::math_opt::SolveStatsProto::best_primal_bound ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.SolveStatsProto.best_primal_bound)

Definition at line 1952 of file result.pb.h.

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.SolveStatsProto)

Prevent compiler warnings about cached_has_bits being unused

.google.protobuf.Duration solve_time = 1;

.operations_research.math_opt.ProblemStatusProto problem_status = 4 [deprecated = true];

double best_primal_bound = 2 [deprecated = true];

double best_dual_bound = 3 [deprecated = true];

int64 simplex_iterations = 5;

int64 barrier_iterations = 6;

int64 node_count = 7;

int64 first_order_iterations = 8;

Definition at line 1061 of file result.pb.cc.

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.SolveStatsProto)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 937 of file result.pb.cc.

◆ clear_barrier_iterations()

void operations_research::math_opt::SolveStatsProto::clear_barrier_iterations ( )
inline

int64 barrier_iterations = 6;

Definition at line 2117 of file result.pb.h.

◆ clear_best_dual_bound()

void operations_research::math_opt::SolveStatsProto::clear_best_dual_bound ( )
inline

double best_dual_bound = 3 [deprecated = true];

Definition at line 1971 of file result.pb.h.

◆ clear_best_primal_bound()

void operations_research::math_opt::SolveStatsProto::clear_best_primal_bound ( )
inline

double best_primal_bound = 2 [deprecated = true];

Definition at line 1947 of file result.pb.h.

◆ clear_first_order_iterations()

void operations_research::math_opt::SolveStatsProto::clear_first_order_iterations ( )
inline

int64 first_order_iterations = 8;

Definition at line 2141 of file result.pb.h.

◆ clear_node_count()

void operations_research::math_opt::SolveStatsProto::clear_node_count ( )
inline

int64 node_count = 7;

Definition at line 2165 of file result.pb.h.

◆ clear_problem_status()

void operations_research::math_opt::SolveStatsProto::clear_problem_status ( )
inline

Definition at line 2000 of file result.pb.h.

◆ clear_simplex_iterations()

void operations_research::math_opt::SolveStatsProto::clear_simplex_iterations ( )
inline

int64 simplex_iterations = 5;

Definition at line 2093 of file result.pb.h.

◆ clear_solve_time()

void operations_research::math_opt::SolveStatsProto::clear_solve_time ( )

Definition at line 738 of file result.pb.cc.

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.SolveStatsProto)

Definition at line 1191 of file result.pb.cc.

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ first_order_iterations()

int64_t operations_research::math_opt::SolveStatsProto::first_order_iterations ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.SolveStatsProto.first_order_iterations)

Definition at line 2146 of file result.pb.h.

◆ GetCachedSize()

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

Definition at line 1033 of file result.pb.h.

◆ GetClassData()

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

Definition at line 853 of file result.pb.cc.

◆ GetDescriptor()

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

Definition at line 968 of file result.pb.h.

◆ GetMetadata()

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

Definition at line 1211 of file result.pb.cc.

◆ GetReflection()

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

Definition at line 971 of file result.pb.h.

◆ has_problem_status()

bool operations_research::math_opt::SolveStatsProto::has_problem_status ( ) const
inline

.operations_research.math_opt.ProblemStatusProto problem_status = 4 [deprecated = true];

Definition at line 1995 of file result.pb.h.

◆ has_solve_time()

bool operations_research::math_opt::SolveStatsProto::has_solve_time ( ) const
inline

.google.protobuf.Duration solve_time = 1;

SolveStatsProto.

.google.protobuf.Duration solve_time = 1;

Definition at line 1854 of file result.pb.h.

◆ InternalGenerateClassData_()

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

Definition at line 825 of file result.pb.cc.

◆ InternalNewImpl_()

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

Definition at line 821 of file result.pb.cc.

◆ IsInitialized()

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

Definition at line 1009 of file result.pb.h.

◆ MergeFrom()

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

Definition at line 1002 of file result.pb.h.

◆ mutable_problem_status()

operations_research::math_opt::ProblemStatusProto *PROTOBUF_NONNULL operations_research::math_opt::SolveStatsProto::mutable_problem_status ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.SolveStatsProto.problem_status)

Definition at line 2064 of file result.pb.h.

◆ mutable_solve_time()

google::protobuf::Duration *PROTOBUF_NONNULL operations_research::math_opt::SolveStatsProto::mutable_solve_time ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.SolveStatsProto.solve_time)

Definition at line 1918 of file result.pb.h.

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

Definition at line 996 of file result.pb.h.

◆ node_count()

int64_t operations_research::math_opt::SolveStatsProto::node_count ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.SolveStatsProto.node_count)

Definition at line 2170 of file result.pb.h.

◆ operator=() [1/2]

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

Definition at line 942 of file result.pb.h.

◆ operator=() [2/2]

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

Definition at line 946 of file result.pb.h.

◆ PlacementNew_()

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

Definition at line 816 of file result.pb.cc.

◆ problem_status()

const::operations_research::math_opt::ProblemStatusProto & operations_research::math_opt::SolveStatsProto::problem_status ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.SolveStatsProto.problem_status)

Definition at line 2010 of file result.pb.h.

◆ release_problem_status()

operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveStatsProto::release_problem_status ( )
inlinenodiscard

Definition at line 2028 of file result.pb.h.

◆ release_solve_time()

google::protobuf::Duration *PROTOBUF_NULLABLE operations_research::math_opt::SolveStatsProto::release_solve_time ( )
inlinenodiscard

Definition at line 1882 of file result.pb.h.

◆ set_allocated_problem_status()

void operations_research::math_opt::SolveStatsProto::set_allocated_problem_status ( ::operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolveStatsProto.problem_status)

Definition at line 2071 of file result.pb.h.

◆ set_allocated_solve_time()

void operations_research::math_opt::SolveStatsProto::set_allocated_solve_time ( ::google::protobuf::Duration *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolveStatsProto.solve_time)

Definition at line 1925 of file result.pb.h.

◆ set_barrier_iterations()

void operations_research::math_opt::SolveStatsProto::set_barrier_iterations ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.SolveStatsProto.barrier_iterations)

Definition at line 2126 of file result.pb.h.

◆ set_best_dual_bound()

void operations_research::math_opt::SolveStatsProto::set_best_dual_bound ( double value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.SolveStatsProto.best_dual_bound)

Definition at line 1980 of file result.pb.h.

◆ set_best_primal_bound()

void operations_research::math_opt::SolveStatsProto::set_best_primal_bound ( double value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.SolveStatsProto.best_primal_bound)

Definition at line 1956 of file result.pb.h.

◆ set_first_order_iterations()

void operations_research::math_opt::SolveStatsProto::set_first_order_iterations ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.SolveStatsProto.first_order_iterations)

Definition at line 2150 of file result.pb.h.

◆ set_node_count()

void operations_research::math_opt::SolveStatsProto::set_node_count ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.SolveStatsProto.node_count)

Definition at line 2174 of file result.pb.h.

◆ set_simplex_iterations()

void operations_research::math_opt::SolveStatsProto::set_simplex_iterations ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.SolveStatsProto.simplex_iterations)

Definition at line 2102 of file result.pb.h.

◆ simplex_iterations()

int64_t operations_research::math_opt::SolveStatsProto::simplex_iterations ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.SolveStatsProto.simplex_iterations)

Definition at line 2098 of file result.pb.h.

◆ solve_time()

const::google::protobuf::Duration & operations_research::math_opt::SolveStatsProto::solve_time ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.SolveStatsProto.solve_time)

Definition at line 1864 of file result.pb.h.

◆ Swap()

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

Definition at line 980 of file result.pb.h.

◆ unknown_fields()

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

Definition at line 956 of file result.pb.h.

◆ unsafe_arena_release_problem_status()

operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveStatsProto::unsafe_arena_release_problem_status ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.SolveStatsProto.problem_status)

Definition at line 2047 of file result.pb.h.

◆ unsafe_arena_release_solve_time()

google::protobuf::Duration *PROTOBUF_NULLABLE operations_research::math_opt::SolveStatsProto::unsafe_arena_release_solve_time ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.SolveStatsProto.solve_time)

Definition at line 1901 of file result.pb.h.

◆ unsafe_arena_set_allocated_problem_status()

void operations_research::math_opt::SolveStatsProto::unsafe_arena_set_allocated_problem_status ( ::operations_research::math_opt::ProblemStatusProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolveStatsProto.problem_status)

Definition at line 2014 of file result.pb.h.

◆ unsafe_arena_set_allocated_solve_time()

void operations_research::math_opt::SolveStatsProto::unsafe_arena_set_allocated_solve_time ( ::google::protobuf::Duration *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolveStatsProto.solve_time)

Definition at line 1868 of file result.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 988 of file result.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 1175 of file result.pb.h.

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

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

Definition at line 1177 of file result.pb.h.

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

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

Definition at line 1168 of file result.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 1174 of file result.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fresult_2eproto

Definition at line 1202 of file result.pb.h.

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::SolveStatsProto::_impl_

Definition at line 1201 of file result.pb.h.

◆ kIndexInFileMessages

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

Definition at line 978 of file result.pb.h.


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