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

Detailed Description

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

#include <result.pb.h>

Inheritance diagram for operations_research::math_opt::SolveResultProto:

Classes

class  _Internal

Public Types

enum  SolverSpecificOutputCase { kGscipOutput = 7 , kOsqpOutput = 8 , kPdlpOutput = 9 , SOLVER_SPECIFIC_OUTPUT_NOT_SET = 0 }
enum  : int {
  kSolutionsFieldNumber = 3 , kPrimalRaysFieldNumber = 4 , kDualRaysFieldNumber = 5 , kTerminationFieldNumber = 2 ,
  kSolveStatsFieldNumber = 6 , kGscipOutputFieldNumber = 7 , kOsqpOutputFieldNumber = 8 , kPdlpOutputFieldNumber = 9
}
using PdlpOutput = SolveResultProto_PdlpOutput

Public Member Functions

 SolveResultProto ()
 ~SolveResultProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR SolveResultProto (::google::protobuf::internal::ConstantInitialized)
 SolveResultProto (const SolveResultProto &from)
 SolveResultProto (SolveResultProto &&from) noexcept
SolveResultProtooperator= (const SolveResultProto &from)
SolveResultProtooperator= (SolveResultProto &&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 (SolveResultProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (SolveResultProto *PROTOBUF_NONNULL other)
SolveResultProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const SolveResultProto &from)
void MergeFrom (const SolveResultProto &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 solutions_size () const
void clear_solutions ()
::operations_research::math_opt::SolutionProto *PROTOBUF_NONNULL mutable_solutions (int index)
::google::protobuf::RepeatedPtrField<::operations_research::math_opt::SolutionProto > *PROTOBUF_NONNULL mutable_solutions ()
const ::operations_research::math_opt::SolutionProtosolutions (int index) const
::operations_research::math_opt::SolutionProto *PROTOBUF_NONNULL add_solutions ()
const ::google::protobuf::RepeatedPtrField<::operations_research::math_opt::SolutionProto > & solutions () const
int primal_rays_size () const
void clear_primal_rays ()
::operations_research::math_opt::PrimalRayProto *PROTOBUF_NONNULL mutable_primal_rays (int index)
::google::protobuf::RepeatedPtrField<::operations_research::math_opt::PrimalRayProto > *PROTOBUF_NONNULL mutable_primal_rays ()
const ::operations_research::math_opt::PrimalRayProtoprimal_rays (int index) const
::operations_research::math_opt::PrimalRayProto *PROTOBUF_NONNULL add_primal_rays ()
const ::google::protobuf::RepeatedPtrField<::operations_research::math_opt::PrimalRayProto > & primal_rays () const
int dual_rays_size () const
void clear_dual_rays ()
::operations_research::math_opt::DualRayProto *PROTOBUF_NONNULL mutable_dual_rays (int index)
::google::protobuf::RepeatedPtrField<::operations_research::math_opt::DualRayProto > *PROTOBUF_NONNULL mutable_dual_rays ()
const ::operations_research::math_opt::DualRayProtodual_rays (int index) const
::operations_research::math_opt::DualRayProto *PROTOBUF_NONNULL add_dual_rays ()
const ::google::protobuf::RepeatedPtrField<::operations_research::math_opt::DualRayProto > & dual_rays () const
bool has_termination () const
void clear_termination ()
const ::operations_research::math_opt::TerminationPrototermination () const
::operations_research::math_opt::TerminationProto *PROTOBUF_NULLABLE release_termination ()
::operations_research::math_opt::TerminationProto *PROTOBUF_NONNULL mutable_termination ()
void set_allocated_termination (::operations_research::math_opt::TerminationProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_termination (::operations_research::math_opt::TerminationProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::TerminationProto *PROTOBUF_NULLABLE unsafe_arena_release_termination ()
bool has_solve_stats () const
void clear_solve_stats ()
const ::operations_research::math_opt::SolveStatsProtosolve_stats () const
::operations_research::math_opt::SolveStatsProto *PROTOBUF_NULLABLE release_solve_stats ()
::operations_research::math_opt::SolveStatsProto *PROTOBUF_NONNULL mutable_solve_stats ()
void set_allocated_solve_stats (::operations_research::math_opt::SolveStatsProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_solve_stats (::operations_research::math_opt::SolveStatsProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SolveStatsProto *PROTOBUF_NULLABLE unsafe_arena_release_solve_stats ()
bool has_gscip_output () const
void clear_gscip_output ()
const ::operations_research::GScipOutputgscip_output () const
::operations_research::GScipOutput *PROTOBUF_NULLABLE release_gscip_output ()
::operations_research::GScipOutput *PROTOBUF_NONNULL mutable_gscip_output ()
void set_allocated_gscip_output (::operations_research::GScipOutput *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_gscip_output (::operations_research::GScipOutput *PROTOBUF_NULLABLE value)
::operations_research::GScipOutput *PROTOBUF_NULLABLE unsafe_arena_release_gscip_output ()
bool has_osqp_output () const
void clear_osqp_output ()
const ::operations_research::math_opt::OsqpOutputosqp_output () const
::operations_research::math_opt::OsqpOutput *PROTOBUF_NULLABLE release_osqp_output ()
::operations_research::math_opt::OsqpOutput *PROTOBUF_NONNULL mutable_osqp_output ()
void set_allocated_osqp_output (::operations_research::math_opt::OsqpOutput *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_osqp_output (::operations_research::math_opt::OsqpOutput *PROTOBUF_NULLABLE value)
::operations_research::math_opt::OsqpOutput *PROTOBUF_NULLABLE unsafe_arena_release_osqp_output ()
bool has_pdlp_output () const
void clear_pdlp_output ()
const ::operations_research::math_opt::SolveResultProto_PdlpOutputpdlp_output () const
::operations_research::math_opt::SolveResultProto_PdlpOutput *PROTOBUF_NULLABLE release_pdlp_output ()
::operations_research::math_opt::SolveResultProto_PdlpOutput *PROTOBUF_NONNULL mutable_pdlp_output ()
void set_allocated_pdlp_output (::operations_research::math_opt::SolveResultProto_PdlpOutput *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_pdlp_output (::operations_research::math_opt::SolveResultProto_PdlpOutput *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SolveResultProto_PdlpOutput *PROTOBUF_NULLABLE unsafe_arena_release_pdlp_output ()
void clear_solver_specific_output ()
SolverSpecificOutputCase solver_specific_output_case () const
template<typename>
PROTOBUF_CONSTEXPR SolveResultProto (::_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 SolveResultProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 5

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 (SolveResultProto &a, SolveResultProto &b)

Member Typedef Documentation

◆ PdlpOutput

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kSolutionsFieldNumber 
kPrimalRaysFieldNumber 
kDualRaysFieldNumber 
kTerminationFieldNumber 
kSolveStatsFieldNumber 
kGscipOutputFieldNumber 
kOsqpOutputFieldNumber 
kPdlpOutputFieldNumber 

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

◆ SolverSpecificOutputCase

Enumerator
kGscipOutput 
kOsqpOutput 
kPdlpOutput 
SOLVER_SPECIFIC_OUTPUT_NOT_SET 

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

Constructor & Destructor Documentation

◆ SolveResultProto() [1/5]

operations_research::math_opt::SolveResultProto::SolveResultProto ( )
inline

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

◆ ~SolveResultProto()

operations_research::math_opt::SolveResultProto::~SolveResultProto ( )

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

◆ SolveResultProto() [2/5]

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

◆ SolveResultProto() [3/5]

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

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

◆ SolveResultProto() [4/5]

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

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

◆ SolveResultProto() [5/5]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

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

◆ add_dual_rays()

operations_research::math_opt::DualRayProto *PROTOBUF_NONNULL operations_research::math_opt::SolveResultProto::add_dual_rays ( )
inline

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

◆ add_primal_rays()

operations_research::math_opt::PrimalRayProto *PROTOBUF_NONNULL operations_research::math_opt::SolveResultProto::add_primal_rays ( )
inline

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

◆ add_solutions()

operations_research::math_opt::SolutionProto *PROTOBUF_NONNULL operations_research::math_opt::SolveResultProto::add_solutions ( )
inline

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

◆ ByteSizeLong()

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

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

◆ Clear()

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

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

◆ clear_dual_rays()

void operations_research::math_opt::SolveResultProto::clear_dual_rays ( )

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

◆ clear_gscip_output()

void operations_research::math_opt::SolveResultProto::clear_gscip_output ( )

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

◆ clear_osqp_output()

void operations_research::math_opt::SolveResultProto::clear_osqp_output ( )

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

◆ clear_pdlp_output()

void operations_research::math_opt::SolveResultProto::clear_pdlp_output ( )
inline

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

◆ clear_primal_rays()

void operations_research::math_opt::SolveResultProto::clear_primal_rays ( )

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

◆ clear_solutions()

void operations_research::math_opt::SolveResultProto::clear_solutions ( )

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

◆ clear_solve_stats()

void operations_research::math_opt::SolveResultProto::clear_solve_stats ( )
inline

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

◆ clear_solver_specific_output()

void operations_research::math_opt::SolveResultProto::clear_solver_specific_output ( )

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

◆ clear_termination()

void operations_research::math_opt::SolveResultProto::clear_termination ( )
inline

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

◆ CopyFrom()

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

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ dual_rays() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::math_opt::DualRayProto > & operations_research::math_opt::SolveResultProto::dual_rays ( ) const
inline

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

◆ dual_rays() [2/2]

const::operations_research::math_opt::DualRayProto & operations_research::math_opt::SolveResultProto::dual_rays ( int index) const
inline

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

◆ dual_rays_size()

int operations_research::math_opt::SolveResultProto::dual_rays_size ( ) const
inline

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

◆ GetCachedSize()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ gscip_output()

const::operations_research::GScipOutput & operations_research::math_opt::SolveResultProto::gscip_output ( ) const
inline

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

◆ has_gscip_output()

bool operations_research::math_opt::SolveResultProto::has_gscip_output ( ) const
inline

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

◆ has_osqp_output()

bool operations_research::math_opt::SolveResultProto::has_osqp_output ( ) const
inline

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

◆ has_pdlp_output()

bool operations_research::math_opt::SolveResultProto::has_pdlp_output ( ) const
inline

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

◆ has_solve_stats()

bool operations_research::math_opt::SolveResultProto::has_solve_stats ( ) const
inline

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

◆ has_termination()

bool operations_research::math_opt::SolveResultProto::has_termination ( ) const
inline

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

◆ InternalGenerateClassData_()

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

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_dual_rays() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::math_opt::DualRayProto > *PROTOBUF_NONNULL operations_research::math_opt::SolveResultProto::mutable_dual_rays ( )
inline

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

◆ mutable_dual_rays() [2/2]

operations_research::math_opt::DualRayProto *PROTOBUF_NONNULL operations_research::math_opt::SolveResultProto::mutable_dual_rays ( int index)
inline

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

◆ mutable_gscip_output()

operations_research::GScipOutput *PROTOBUF_NONNULL operations_research::math_opt::SolveResultProto::mutable_gscip_output ( )
inline

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

◆ mutable_osqp_output()

operations_research::math_opt::OsqpOutput *PROTOBUF_NONNULL operations_research::math_opt::SolveResultProto::mutable_osqp_output ( )
inline

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

◆ mutable_pdlp_output()

operations_research::math_opt::SolveResultProto_PdlpOutput *PROTOBUF_NONNULL operations_research::math_opt::SolveResultProto::mutable_pdlp_output ( )
inline

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

◆ mutable_primal_rays() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::math_opt::PrimalRayProto > *PROTOBUF_NONNULL operations_research::math_opt::SolveResultProto::mutable_primal_rays ( )
inline

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

◆ mutable_primal_rays() [2/2]

operations_research::math_opt::PrimalRayProto *PROTOBUF_NONNULL operations_research::math_opt::SolveResultProto::mutable_primal_rays ( int index)
inline

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

◆ mutable_solutions() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::math_opt::SolutionProto > *PROTOBUF_NONNULL operations_research::math_opt::SolveResultProto::mutable_solutions ( )
inline

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

◆ mutable_solutions() [2/2]

operations_research::math_opt::SolutionProto *PROTOBUF_NONNULL operations_research::math_opt::SolveResultProto::mutable_solutions ( int index)
inline

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

◆ mutable_solve_stats()

operations_research::math_opt::SolveStatsProto *PROTOBUF_NONNULL operations_research::math_opt::SolveResultProto::mutable_solve_stats ( )
inline

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

◆ mutable_termination()

operations_research::math_opt::TerminationProto *PROTOBUF_NONNULL operations_research::math_opt::SolveResultProto::mutable_termination ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ osqp_output()

const::operations_research::math_opt::OsqpOutput & operations_research::math_opt::SolveResultProto::osqp_output ( ) const
inline

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

◆ pdlp_output()

const::operations_research::math_opt::SolveResultProto_PdlpOutput & operations_research::math_opt::SolveResultProto::pdlp_output ( ) const
inline

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

◆ primal_rays() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::math_opt::PrimalRayProto > & operations_research::math_opt::SolveResultProto::primal_rays ( ) const
inline

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

◆ primal_rays() [2/2]

const::operations_research::math_opt::PrimalRayProto & operations_research::math_opt::SolveResultProto::primal_rays ( int index) const
inline

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

◆ primal_rays_size()

int operations_research::math_opt::SolveResultProto::primal_rays_size ( ) const
inline

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

◆ release_gscip_output()

operations_research::GScipOutput *PROTOBUF_NULLABLE operations_research::math_opt::SolveResultProto::release_gscip_output ( )
inlinenodiscard

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

◆ release_osqp_output()

operations_research::math_opt::OsqpOutput *PROTOBUF_NULLABLE operations_research::math_opt::SolveResultProto::release_osqp_output ( )
inlinenodiscard

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

◆ release_pdlp_output()

operations_research::math_opt::SolveResultProto_PdlpOutput *PROTOBUF_NULLABLE operations_research::math_opt::SolveResultProto::release_pdlp_output ( )
inlinenodiscard

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

◆ release_solve_stats()

operations_research::math_opt::SolveStatsProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveResultProto::release_solve_stats ( )
inlinenodiscard

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

◆ release_termination()

operations_research::math_opt::TerminationProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveResultProto::release_termination ( )
inlinenodiscard

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

◆ set_allocated_gscip_output()

void operations_research::math_opt::SolveResultProto::set_allocated_gscip_output ( ::operations_research::GScipOutput *PROTOBUF_NULLABLE value)

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

◆ set_allocated_osqp_output()

void operations_research::math_opt::SolveResultProto::set_allocated_osqp_output ( ::operations_research::math_opt::OsqpOutput *PROTOBUF_NULLABLE value)

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

◆ set_allocated_pdlp_output()

void operations_research::math_opt::SolveResultProto::set_allocated_pdlp_output ( ::operations_research::math_opt::SolveResultProto_PdlpOutput *PROTOBUF_NULLABLE value)

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

◆ set_allocated_solve_stats()

void operations_research::math_opt::SolveResultProto::set_allocated_solve_stats ( ::operations_research::math_opt::SolveStatsProto *PROTOBUF_NULLABLE value)
inline

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

◆ set_allocated_termination()

void operations_research::math_opt::SolveResultProto::set_allocated_termination ( ::operations_research::math_opt::TerminationProto *PROTOBUF_NULLABLE value)
inline

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

◆ solutions() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::math_opt::SolutionProto > & operations_research::math_opt::SolveResultProto::solutions ( ) const
inline

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

◆ solutions() [2/2]

const::operations_research::math_opt::SolutionProto & operations_research::math_opt::SolveResultProto::solutions ( int index) const
inline

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

◆ solutions_size()

int operations_research::math_opt::SolveResultProto::solutions_size ( ) const
inline

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

◆ solve_stats()

const::operations_research::math_opt::SolveStatsProto & operations_research::math_opt::SolveResultProto::solve_stats ( ) const
inline

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

◆ solver_specific_output_case()

SolveResultProto::SolverSpecificOutputCase operations_research::math_opt::SolveResultProto::solver_specific_output_case ( ) const
inline

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

◆ Swap()

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

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

◆ termination()

const::operations_research::math_opt::TerminationProto & operations_research::math_opt::SolveResultProto::termination ( ) const
inline

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_gscip_output()

operations_research::GScipOutput *PROTOBUF_NULLABLE operations_research::math_opt::SolveResultProto::unsafe_arena_release_gscip_output ( )
inline

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

◆ unsafe_arena_release_osqp_output()

operations_research::math_opt::OsqpOutput *PROTOBUF_NULLABLE operations_research::math_opt::SolveResultProto::unsafe_arena_release_osqp_output ( )
inline

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

◆ unsafe_arena_release_pdlp_output()

operations_research::math_opt::SolveResultProto_PdlpOutput *PROTOBUF_NULLABLE operations_research::math_opt::SolveResultProto::unsafe_arena_release_pdlp_output ( )
inline

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

◆ unsafe_arena_release_solve_stats()

operations_research::math_opt::SolveStatsProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveResultProto::unsafe_arena_release_solve_stats ( )
inline

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

◆ unsafe_arena_release_termination()

operations_research::math_opt::TerminationProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveResultProto::unsafe_arena_release_termination ( )
inline

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

◆ unsafe_arena_set_allocated_gscip_output()

void operations_research::math_opt::SolveResultProto::unsafe_arena_set_allocated_gscip_output ( ::operations_research::GScipOutput *PROTOBUF_NULLABLE value)
inline

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

◆ unsafe_arena_set_allocated_osqp_output()

void operations_research::math_opt::SolveResultProto::unsafe_arena_set_allocated_osqp_output ( ::operations_research::math_opt::OsqpOutput *PROTOBUF_NULLABLE value)
inline

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

◆ unsafe_arena_set_allocated_pdlp_output()

void operations_research::math_opt::SolveResultProto::unsafe_arena_set_allocated_pdlp_output ( ::operations_research::math_opt::SolveResultProto_PdlpOutput *PROTOBUF_NULLABLE value)
inline

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

◆ unsafe_arena_set_allocated_solve_stats()

void operations_research::math_opt::SolveResultProto::unsafe_arena_set_allocated_solve_stats ( ::operations_research::math_opt::SolveStatsProto *PROTOBUF_NULLABLE value)
inline

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

◆ unsafe_arena_set_allocated_termination()

void operations_research::math_opt::SolveResultProto::unsafe_arena_set_allocated_termination ( ::operations_research::math_opt::TerminationProto *PROTOBUF_NULLABLE value)
inline

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fmath_5fopt_2fresult_2eproto

friend struct ::TableStruct_ortools_2fmath_5fopt_2fresult_2eproto
friend

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::SolveResultProto::_impl_

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

◆ kIndexInFileMessages

int operations_research::math_opt::SolveResultProto::kIndexInFileMessages = 5
staticconstexpr

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


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