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

Detailed Description

Definition at line 1313 of file gscip.pb.h.

#include <gscip.pb.h>

Inheritance diagram for operations_research::GScipOutput:

Classes

class  _Internal

Public Types

enum  : int { kStatusDetailFieldNumber = 2 , kStatsFieldNumber = 3 , kStatusFieldNumber = 1 }
using Status = GScipOutput_Status

Public Member Functions

 GScipOutput ()
 ~GScipOutput () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR GScipOutput (::google::protobuf::internal::ConstantInitialized)
 GScipOutput (const GScipOutput &from)
 GScipOutput (GScipOutput &&from) noexcept
GScipOutputoperator= (const GScipOutput &from)
GScipOutputoperator= (GScipOutput &&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 (GScipOutput *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (GScipOutput *PROTOBUF_NONNULL other)
GScipOutput *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const GScipOutput &from)
void MergeFrom (const GScipOutput &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_status_detail ()
const ::std::string & status_detail () const
template<typename Arg_ = const ::std::string&, typename... Args_>
void set_status_detail (Arg_ &&arg, Args_... args)
::std::string *PROTOBUF_NONNULL mutable_status_detail ()
::std::string *PROTOBUF_NULLABLE release_status_detail ()
void set_allocated_status_detail (::std::string *PROTOBUF_NULLABLE value)
bool has_stats () const
void clear_stats ()
const ::operations_research::GScipSolvingStatsstats () const
::operations_research::GScipSolvingStats *PROTOBUF_NULLABLE release_stats ()
::operations_research::GScipSolvingStats *PROTOBUF_NONNULL mutable_stats ()
void set_allocated_stats (::operations_research::GScipSolvingStats *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_stats (::operations_research::GScipSolvingStats *PROTOBUF_NULLABLE value)
::operations_research::GScipSolvingStats *PROTOBUF_NULLABLE unsafe_arena_release_stats ()
void clear_status ()
::operations_research::GScipOutput_Status status () const
void set_status (::operations_research::GScipOutput_Status value)
template<typename>
PROTOBUF_CONSTEXPR GScipOutput (::_pbi::ConstantInitialized)
template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_status_detail (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 GScipOutputdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()
static bool Status_IsValid (int value)
static const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL Status_descriptor ()
template<typename T>
static const ::std::string & Status_Name (T value)
static bool Status_Parse (::absl::string_view name, Status *PROTOBUF_NONNULL value)

Static Public Attributes

static constexpr int kIndexInFileMessages = 8
static constexpr Status UNKNOWN = GScipOutput_Status_UNKNOWN
static constexpr Status USER_INTERRUPT = GScipOutput_Status_USER_INTERRUPT
static constexpr Status NODE_LIMIT = GScipOutput_Status_NODE_LIMIT
static constexpr Status TOTAL_NODE_LIMIT = GScipOutput_Status_TOTAL_NODE_LIMIT
static constexpr Status STALL_NODE_LIMIT = GScipOutput_Status_STALL_NODE_LIMIT
static constexpr Status TIME_LIMIT = GScipOutput_Status_TIME_LIMIT
static constexpr Status MEM_LIMIT = GScipOutput_Status_MEM_LIMIT
static constexpr Status GAP_LIMIT = GScipOutput_Status_GAP_LIMIT
static constexpr Status SOL_LIMIT = GScipOutput_Status_SOL_LIMIT
static constexpr Status BEST_SOL_LIMIT = GScipOutput_Status_BEST_SOL_LIMIT
static constexpr Status RESTART_LIMIT = GScipOutput_Status_RESTART_LIMIT
static constexpr Status OPTIMAL = GScipOutput_Status_OPTIMAL
static constexpr Status INFEASIBLE = GScipOutput_Status_INFEASIBLE
static constexpr Status UNBOUNDED = GScipOutput_Status_UNBOUNDED
static constexpr Status INF_OR_UNBD = GScipOutput_Status_INF_OR_UNBD
static constexpr Status TERMINATE = GScipOutput_Status_TERMINATE
static constexpr Status INVALID_SOLVER_PARAMETERS = GScipOutput_Status_INVALID_SOLVER_PARAMETERS
static constexpr Status Status_MIN = GScipOutput_Status_Status_MIN
static constexpr Status Status_MAX = GScipOutput_Status_Status_MAX
static constexpr int Status_ARRAYSIZE = GScipOutput_Status_Status_ARRAYSIZE

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_2fsolvers_2fgscip_2fgscip_2eproto
void swap (GScipOutput &a, GScipOutput &b)

Member Typedef Documentation

◆ Status

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kStatusDetailFieldNumber 
kStatsFieldNumber 
kStatusFieldNumber 

Definition at line 1489 of file gscip.pb.h.

Constructor & Destructor Documentation

◆ GScipOutput() [1/5]

operations_research::GScipOutput::GScipOutput ( )
inline

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

◆ ~GScipOutput()

operations_research::GScipOutput::~GScipOutput ( )

Definition at line 2649 of file gscip.pb.cc.

◆ GScipOutput() [2/5]

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

◆ GScipOutput() [3/5]

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

Definition at line 1329 of file gscip.pb.h.

◆ GScipOutput() [4/5]

operations_research::GScipOutput::GScipOutput ( GScipOutput && from)
inlinenoexcept

Definition at line 1330 of file gscip.pb.h.

◆ GScipOutput() [5/5]

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

Definition at line 229 of file gscip.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

Definition at line 2787 of file gscip.pb.cc.

◆ ByteSizeLong()

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

Definition at line 2839 of file gscip.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::GScipOutput::Clear ( )

Definition at line 2759 of file gscip.pb.cc.

◆ clear_stats()

void operations_research::GScipOutput::clear_stats ( )
inline

Definition at line 2600 of file gscip.pb.h.

◆ clear_status()

void operations_research::GScipOutput::clear_status ( )
inline

Definition at line 2505 of file gscip.pb.h.

◆ clear_status_detail()

void operations_research::GScipOutput::clear_status_detail ( )
inline

Definition at line 2530 of file gscip.pb.h.

◆ CopyFrom()

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

Definition at line 2920 of file gscip.pb.cc.

◆ default_instance()

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

Definition at line 1364 of file gscip.pb.h.

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetDescriptor()

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

Definition at line 1358 of file gscip.pb.h.

◆ GetMetadata()

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

Definition at line 2943 of file gscip.pb.cc.

◆ GetReflection()

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

Definition at line 1361 of file gscip.pb.h.

◆ has_stats()

bool operations_research::GScipOutput::has_stats ( ) const
inline

Definition at line 2595 of file gscip.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::GScipOutput::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 2674 of file gscip.pb.cc.

◆ IsInitialized()

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

Definition at line 1399 of file gscip.pb.h.

◆ MergeFrom()

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

Definition at line 1392 of file gscip.pb.h.

◆ mutable_stats()

operations_research::GScipSolvingStats *PROTOBUF_NONNULL operations_research::GScipOutput::mutable_stats ( )
inline

Definition at line 2665 of file gscip.pb.h.

◆ mutable_status_detail()

std::string *PROTOBUF_NONNULL operations_research::GScipOutput::mutable_status_detail ( )
inline

Definition at line 2548 of file gscip.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 1350 of file gscip.pb.h.

◆ New()

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

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

◆ operator=() [1/2]

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

Definition at line 1332 of file gscip.pb.h.

◆ operator=() [2/2]

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

Definition at line 1336 of file gscip.pb.h.

◆ release_stats()

operations_research::GScipSolvingStats *PROTOBUF_NULLABLE operations_research::GScipOutput::release_stats ( )
inlinenodiscard

Definition at line 2629 of file gscip.pb.h.

◆ release_status_detail()

std::string *PROTOBUF_NULLABLE operations_research::GScipOutput::release_status_detail ( )
inlinenodiscard

Definition at line 2567 of file gscip.pb.h.

◆ set_allocated_stats()

void operations_research::GScipOutput::set_allocated_stats ( ::operations_research::GScipSolvingStats *PROTOBUF_NULLABLE value)
inline

Definition at line 2672 of file gscip.pb.h.

◆ set_allocated_status_detail()

void operations_research::GScipOutput::set_allocated_status_detail ( ::std::string *PROTOBUF_NULLABLE value)
inline

Definition at line 2580 of file gscip.pb.h.

◆ set_status()

void operations_research::GScipOutput::set_status ( ::operations_research::GScipOutput_Status value)
inline

Definition at line 2515 of file gscip.pb.h.

◆ set_status_detail() [1/2]

template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void operations_research::GScipOutput::set_status_detail ( Arg_ && arg,
Args_... args )

Definition at line 2542 of file gscip.pb.h.

◆ set_status_detail() [2/2]

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

◆ stats()

const::operations_research::GScipSolvingStats & operations_research::GScipOutput::stats ( ) const
inline

Definition at line 2611 of file gscip.pb.h.

◆ status()

operations_research::GScipOutput_Status operations_research::GScipOutput::status ( ) const
inline

Definition at line 2511 of file gscip.pb.h.

◆ Status_descriptor()

const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::GScipOutput::Status_descriptor ( )
inlinestatic

Definition at line 1476 of file gscip.pb.h.

◆ status_detail()

const::std::string & operations_research::GScipOutput::status_detail ( ) const
inline

Definition at line 2536 of file gscip.pb.h.

◆ Status_IsValid()

bool operations_research::GScipOutput::Status_IsValid ( int value)
inlinestatic

Definition at line 1470 of file gscip.pb.h.

◆ Status_Name()

template<typename T>
const ::std::string & operations_research::GScipOutput::Status_Name ( T value)
inlinestatic

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

◆ Status_Parse()

bool operations_research::GScipOutput::Status_Parse ( ::absl::string_view name,
Status *PROTOBUF_NONNULL value )
inlinestatic

Definition at line 1483 of file gscip.pb.h.

◆ Swap()

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

Definition at line 1370 of file gscip.pb.h.

◆ unknown_fields()

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

Definition at line 1346 of file gscip.pb.h.

◆ unsafe_arena_release_stats()

operations_research::GScipSolvingStats *PROTOBUF_NULLABLE operations_research::GScipOutput::unsafe_arena_release_stats ( )
inline

Definition at line 2648 of file gscip.pb.h.

◆ unsafe_arena_set_allocated_stats()

void operations_research::GScipOutput::unsafe_arena_set_allocated_stats ( ::operations_research::GScipSolvingStats *PROTOBUF_NULLABLE value)
inline

Definition at line 2615 of file gscip.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 1378 of file gscip.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 1544 of file gscip.pb.h.

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

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

Definition at line 1546 of file gscip.pb.h.

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

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

Definition at line 1537 of file gscip.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 1543 of file gscip.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fsolvers_2fgscip_2fgscip_2eproto

friend struct ::TableStruct_ortools_2fmath_5fopt_2fsolvers_2fgscip_2fgscip_2eproto
friend

Definition at line 1566 of file gscip.pb.h.

◆ swap

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

Definition at line 1369 of file gscip.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::GScipOutput::_impl_

Definition at line 1565 of file gscip.pb.h.

◆ BEST_SOL_LIMIT

Status operations_research::GScipOutput::BEST_SOL_LIMIT = GScipOutput_Status_BEST_SOL_LIMIT
staticconstexpr

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

◆ GAP_LIMIT

Status operations_research::GScipOutput::GAP_LIMIT = GScipOutput_Status_GAP_LIMIT
staticconstexpr

Definition at line 1460 of file gscip.pb.h.

◆ INF_OR_UNBD

Status operations_research::GScipOutput::INF_OR_UNBD = GScipOutput_Status_INF_OR_UNBD
staticconstexpr

Definition at line 1467 of file gscip.pb.h.

◆ INFEASIBLE

Status operations_research::GScipOutput::INFEASIBLE = GScipOutput_Status_INFEASIBLE
staticconstexpr

Definition at line 1465 of file gscip.pb.h.

◆ INVALID_SOLVER_PARAMETERS

Status operations_research::GScipOutput::INVALID_SOLVER_PARAMETERS = GScipOutput_Status_INVALID_SOLVER_PARAMETERS
staticconstexpr

Definition at line 1469 of file gscip.pb.h.

◆ kIndexInFileMessages

int operations_research::GScipOutput::kIndexInFileMessages = 8
staticconstexpr

Definition at line 1368 of file gscip.pb.h.

◆ MEM_LIMIT

Status operations_research::GScipOutput::MEM_LIMIT = GScipOutput_Status_MEM_LIMIT
staticconstexpr

Definition at line 1459 of file gscip.pb.h.

◆ NODE_LIMIT

Status operations_research::GScipOutput::NODE_LIMIT = GScipOutput_Status_NODE_LIMIT
staticconstexpr

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

◆ OPTIMAL

Status operations_research::GScipOutput::OPTIMAL = GScipOutput_Status_OPTIMAL
staticconstexpr

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

◆ RESTART_LIMIT

Status operations_research::GScipOutput::RESTART_LIMIT = GScipOutput_Status_RESTART_LIMIT
staticconstexpr

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

◆ SOL_LIMIT

Status operations_research::GScipOutput::SOL_LIMIT = GScipOutput_Status_SOL_LIMIT
staticconstexpr

Definition at line 1461 of file gscip.pb.h.

◆ STALL_NODE_LIMIT

Status operations_research::GScipOutput::STALL_NODE_LIMIT = GScipOutput_Status_STALL_NODE_LIMIT
staticconstexpr

Definition at line 1457 of file gscip.pb.h.

◆ Status_ARRAYSIZE

int operations_research::GScipOutput::Status_ARRAYSIZE = GScipOutput_Status_Status_ARRAYSIZE
staticconstexpr

Definition at line 1475 of file gscip.pb.h.

◆ Status_MAX

Status operations_research::GScipOutput::Status_MAX = GScipOutput_Status_Status_MAX
staticconstexpr

Definition at line 1474 of file gscip.pb.h.

◆ Status_MIN

Status operations_research::GScipOutput::Status_MIN = GScipOutput_Status_Status_MIN
staticconstexpr

Definition at line 1473 of file gscip.pb.h.

◆ TERMINATE

Status operations_research::GScipOutput::TERMINATE = GScipOutput_Status_TERMINATE
staticconstexpr

Definition at line 1468 of file gscip.pb.h.

◆ TIME_LIMIT

Status operations_research::GScipOutput::TIME_LIMIT = GScipOutput_Status_TIME_LIMIT
staticconstexpr

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

◆ TOTAL_NODE_LIMIT

Status operations_research::GScipOutput::TOTAL_NODE_LIMIT = GScipOutput_Status_TOTAL_NODE_LIMIT
staticconstexpr

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

◆ UNBOUNDED

Status operations_research::GScipOutput::UNBOUNDED = GScipOutput_Status_UNBOUNDED
staticconstexpr

Definition at line 1466 of file gscip.pb.h.

◆ UNKNOWN

Status operations_research::GScipOutput::UNKNOWN = GScipOutput_Status_UNKNOWN
staticconstexpr

Definition at line 1453 of file gscip.pb.h.

◆ USER_INTERRUPT

Status operations_research::GScipOutput::USER_INTERRUPT = GScipOutput_Status_USER_INTERRUPT
staticconstexpr

Definition at line 1454 of file gscip.pb.h.


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