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

Detailed Description

Definition at line 1315 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 }
 accessors ----------------------------------------------------— More...
using Status = GScipOutput_Status
 nested types -------------------------------------------------—

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
 implements Message -------------------------------------------—
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 ()
 string status_detail = 2;
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
 .operations_research.GScipSolvingStats stats = 3;
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 = 1;
::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

Protected Member Functions

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

Member Typedef Documentation

◆ Status

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

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

Enumerator
kStatusDetailFieldNumber 
kStatsFieldNumber 
kStatusFieldNumber 

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

Constructor & Destructor Documentation

◆ GScipOutput() [1/8]

operations_research::GScipOutput::GScipOutput ( )
inline

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

◆ ~GScipOutput()

operations_research::GScipOutput::~GScipOutput ( )

@protoc_insertion_point(destructor:operations_research.GScipOutput)

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

◆ GScipOutput() [2/8]

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

◆ GScipOutput() [3/8]

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

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

◆ GScipOutput() [4/8]

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

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

◆ GScipOutput() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.GScipOutput)

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

◆ GScipOutput() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.GScipOutput)

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

◆ GScipOutput() [7/8]

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

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

◆ GScipOutput() [8/8]

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

@protoc_insertion_point(serialize_to_array_start:operations_research.GScipOutput)

.operations_research.GScipOutput.Status status = 1;

string status_detail = 2;

.operations_research.GScipSolvingStats stats = 3;

@protoc_insertion_point(serialize_to_array_end:operations_research.GScipOutput)

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

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.GScipOutput)

Prevent compiler warnings about cached_has_bits being unused

string status_detail = 2;

.operations_research.GScipSolvingStats stats = 3;

.operations_research.GScipOutput.Status status = 1;

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

◆ Clear()

PROTOBUF_NOINLINE void operations_research::GScipOutput::Clear ( )

@protoc_insertion_point(message_clear_start:operations_research.GScipOutput)

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_stats()

void operations_research::GScipOutput::clear_stats ( )
inline

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

◆ clear_status()

void operations_research::GScipOutput::clear_status ( )
inline

◆ clear_status_detail()

void operations_research::GScipOutput::clear_status_detail ( )
inline

string status_detail = 2;

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

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.GScipOutput)

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ has_stats()

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

.operations_research.GScipSolvingStats stats = 3;

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

◆ InternalGenerateClassData_()

auto operations_research::GScipOutput::InternalGenerateClassData_ ( )
staticconstexpr

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

◆ InternalNewImpl_()

auto operations_research::GScipOutput::InternalNewImpl_ ( )
staticconstexprprotected

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_stats()

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

@protoc_insertion_point(field_mutable:operations_research.GScipOutput.stats)

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

◆ mutable_status_detail()

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

@protoc_insertion_point(field_mutable:operations_research.GScipOutput.status_detail)

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

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

◆ release_stats()

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

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

◆ release_status_detail()

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

@protoc_insertion_point(field_release:operations_research.GScipOutput.status_detail)

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

◆ set_allocated_stats()

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

@protoc_insertion_point(field_set_allocated:operations_research.GScipOutput.stats)

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

◆ set_allocated_status_detail()

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

@protoc_insertion_point(field_set_allocated:operations_research.GScipOutput.status_detail)

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

◆ set_status()

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

@protoc_insertion_point(field_set:operations_research.GScipOutput.status)

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

◆ set_status_detail() [1/2]

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

◆ set_status_detail() [2/2]

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

@protoc_insertion_point(field_set:operations_research.GScipOutput.status_detail)

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

◆ stats()

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

@protoc_insertion_point(field_get:operations_research.GScipOutput.stats)

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

◆ status()

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

@protoc_insertion_point(field_get:operations_research.GScipOutput.status)

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

◆ Status_descriptor()

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

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

◆ status_detail()

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

@protoc_insertion_point(field_get:operations_research.GScipOutput.status_detail)

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

◆ Status_IsValid()

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

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

◆ Status_Name()

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

Definition at line 1483 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 1486 of file gscip.pb.h.

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_stats()

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

@protoc_insertion_point(field_release:operations_research.GScipOutput.stats)

Definition at line 2612 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

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.GScipOutput.stats)

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fgscip_2fgscip_2eproto

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::GScipOutput::_impl_

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

◆ BEST_SOL_LIMIT

Status operations_research::GScipOutput::BEST_SOL_LIMIT = GScipOutput_Status_BEST_SOL_LIMIT
staticconstexpr

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

◆ GAP_LIMIT

Status operations_research::GScipOutput::GAP_LIMIT = GScipOutput_Status_GAP_LIMIT
staticconstexpr

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

◆ INF_OR_UNBD

Status operations_research::GScipOutput::INF_OR_UNBD = GScipOutput_Status_INF_OR_UNBD
staticconstexpr

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

◆ INFEASIBLE

Status operations_research::GScipOutput::INFEASIBLE = GScipOutput_Status_INFEASIBLE
staticconstexpr

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

◆ INVALID_SOLVER_PARAMETERS

Status operations_research::GScipOutput::INVALID_SOLVER_PARAMETERS = GScipOutput_Status_INVALID_SOLVER_PARAMETERS
staticconstexpr

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

◆ kIndexInFileMessages

int operations_research::GScipOutput::kIndexInFileMessages = 8
staticconstexpr

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

◆ MEM_LIMIT

Status operations_research::GScipOutput::MEM_LIMIT = GScipOutput_Status_MEM_LIMIT
staticconstexpr

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

◆ NODE_LIMIT

Status operations_research::GScipOutput::NODE_LIMIT = GScipOutput_Status_NODE_LIMIT
staticconstexpr

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

◆ OPTIMAL

Status operations_research::GScipOutput::OPTIMAL = GScipOutput_Status_OPTIMAL
staticconstexpr

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

◆ RESTART_LIMIT

Status operations_research::GScipOutput::RESTART_LIMIT = GScipOutput_Status_RESTART_LIMIT
staticconstexpr

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

◆ SOL_LIMIT

Status operations_research::GScipOutput::SOL_LIMIT = GScipOutput_Status_SOL_LIMIT
staticconstexpr

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

◆ STALL_NODE_LIMIT

Status operations_research::GScipOutput::STALL_NODE_LIMIT = GScipOutput_Status_STALL_NODE_LIMIT
staticconstexpr

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

◆ Status_ARRAYSIZE

int operations_research::GScipOutput::Status_ARRAYSIZE = GScipOutput_Status_Status_ARRAYSIZE
staticconstexpr

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

◆ Status_MAX

Status operations_research::GScipOutput::Status_MAX = GScipOutput_Status_Status_MAX
staticconstexpr

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

◆ Status_MIN

Status operations_research::GScipOutput::Status_MIN = GScipOutput_Status_Status_MIN
staticconstexpr

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

◆ TERMINATE

Status operations_research::GScipOutput::TERMINATE = GScipOutput_Status_TERMINATE
staticconstexpr

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

◆ TIME_LIMIT

Status operations_research::GScipOutput::TIME_LIMIT = GScipOutput_Status_TIME_LIMIT
staticconstexpr

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

◆ TOTAL_NODE_LIMIT

Status operations_research::GScipOutput::TOTAL_NODE_LIMIT = GScipOutput_Status_TOTAL_NODE_LIMIT
staticconstexpr

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

◆ UNBOUNDED

Status operations_research::GScipOutput::UNBOUNDED = GScipOutput_Status_UNBOUNDED
staticconstexpr

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

◆ UNKNOWN

Status operations_research::GScipOutput::UNKNOWN = GScipOutput_Status_UNKNOWN
staticconstexpr

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

◆ USER_INTERRUPT

Status operations_research::GScipOutput::USER_INTERRUPT = GScipOutput_Status_USER_INTERRUPT
staticconstexpr

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


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