Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
gscip.pb.h File Reference
#include <limits>
#include <string>
#include <type_traits>
#include <utility>
#include "google/protobuf/runtime_version.h"
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/arenastring.h"
#include "google/protobuf/generated_message_tctable_decl.h"
#include "google/protobuf/generated_message_util.h"
#include "google/protobuf/metadata_lite.h"
#include "google/protobuf/generated_message_reflection.h"
#include "google/protobuf/message.h"
#include "google/protobuf/message_lite.h"
#include "google/protobuf/repeated_field.h"
#include "google/protobuf/extension_set.h"
#include "google/protobuf/map.h"
#include "google/protobuf/map_type_handler.h"
#include "google/protobuf/map_entry.h"
#include "google/protobuf/map_field.h"
#include "google/protobuf/generated_enum_reflection.h"
#include "google/protobuf/unknown_field_set.h"
#include "google/protobuf/port_def.inc"
#include "google/protobuf/port_undef.inc"

Go to the source code of this file.

Classes

struct  TableStruct_ortools_2fgscip_2fgscip_2eproto
 Internal implementation detail – do not use these members. More...
class  operations_research::GScipSolvingStats
class  operations_research::GScipParameters_StringParamsEntry_DoNotUse
class  operations_research::GScipParameters_RealParamsEntry_DoNotUse
class  operations_research::GScipParameters_LongParamsEntry_DoNotUse
class  operations_research::GScipParameters_IntParamsEntry_DoNotUse
class  operations_research::GScipParameters_CharParamsEntry_DoNotUse
class  operations_research::GScipParameters_BoolParamsEntry_DoNotUse
class  operations_research::GScipParameters
class  operations_research::GScipOutput
struct  google::protobuf::is_proto_enum<::operations_research::GScipParameters_Emphasis >
struct  google::protobuf::is_proto_enum<::operations_research::GScipParameters_MetaParamValue >
struct  google::protobuf::is_proto_enum<::operations_research::GScipOutput_Status >

Namespaces

namespace  google
namespace  google::protobuf
namespace  google::protobuf::internal
namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.

Macros

#define PROTOBUF_INTERNAL_EXPORT_ortools_2fgscip_2fgscip_2eproto   OR_PROTO_DLL
 @protoc_insertion_point(includes)

Enumerations

enum  operations_research::GScipParameters_Emphasis : int {
  operations_research::GScipParameters_Emphasis_DEFAULT_EMPHASIS = 0 , operations_research::GScipParameters_Emphasis_COUNTER = 1 , operations_research::GScipParameters_Emphasis_CP_SOLVER = 2 , operations_research::GScipParameters_Emphasis_EASY_CIP = 3 ,
  operations_research::GScipParameters_Emphasis_FEASIBILITY = 4 , operations_research::GScipParameters_Emphasis_HARD_LP = 5 , operations_research::GScipParameters_Emphasis_OPTIMALITY = 6 , operations_research::GScipParameters_Emphasis_PHASE_FEAS = 7 ,
  operations_research::GScipParameters_Emphasis_PHASE_IMPROVE = 8 , operations_research::GScipParameters_Emphasis_PHASE_PROOF = 9 , operations_research::GScipParameters_Emphasis_GScipParameters_Emphasis_INT_MIN_SENTINEL_DO_NOT_USE_ , operations_research::GScipParameters_Emphasis_GScipParameters_Emphasis_INT_MAX_SENTINEL_DO_NOT_USE_
}
enum  operations_research::GScipParameters_MetaParamValue : int {
  operations_research::GScipParameters_MetaParamValue_DEFAULT_META_PARAM_VALUE = 0 , operations_research::GScipParameters_MetaParamValue_AGGRESSIVE = 1 , operations_research::GScipParameters_MetaParamValue_FAST = 2 , operations_research::GScipParameters_MetaParamValue_OFF = 3 ,
  operations_research::GScipParameters_MetaParamValue_GScipParameters_MetaParamValue_INT_MIN_SENTINEL_DO_NOT_USE_ , operations_research::GScipParameters_MetaParamValue_GScipParameters_MetaParamValue_INT_MAX_SENTINEL_DO_NOT_USE_
}
enum  operations_research::GScipOutput_Status : int {
  operations_research::GScipOutput_Status_UNKNOWN = 0 , operations_research::GScipOutput_Status_USER_INTERRUPT = 1 , operations_research::GScipOutput_Status_NODE_LIMIT = 2 , operations_research::GScipOutput_Status_TOTAL_NODE_LIMIT = 3 ,
  operations_research::GScipOutput_Status_STALL_NODE_LIMIT = 4 , operations_research::GScipOutput_Status_TIME_LIMIT = 5 , operations_research::GScipOutput_Status_MEM_LIMIT = 6 , operations_research::GScipOutput_Status_GAP_LIMIT = 7 ,
  operations_research::GScipOutput_Status_SOL_LIMIT = 8 , operations_research::GScipOutput_Status_BEST_SOL_LIMIT = 9 , operations_research::GScipOutput_Status_RESTART_LIMIT = 10 , operations_research::GScipOutput_Status_OPTIMAL = 11 ,
  operations_research::GScipOutput_Status_INFEASIBLE = 12 , operations_research::GScipOutput_Status_UNBOUNDED = 13 , operations_research::GScipOutput_Status_INF_OR_UNBD = 14 , operations_research::GScipOutput_Status_TERMINATE = 15 ,
  operations_research::GScipOutput_Status_INVALID_SOLVER_PARAMETERS = 16 , operations_research::GScipOutput_Status_GScipOutput_Status_INT_MIN_SENTINEL_DO_NOT_USE_ , operations_research::GScipOutput_Status_GScipOutput_Status_INT_MAX_SENTINEL_DO_NOT_USE_
}

Functions

template<typename T>
::absl::string_view google::protobuf::internal::GetAnyMessageName ()
bool operations_research::GScipParameters_Emphasis_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::GScipParameters_Emphasis_descriptor ()
template<typename T>
const ::std::string & operations_research::GScipParameters_Emphasis_Name (T value)
template<>
const ::std::string & operations_research::GScipParameters_Emphasis_Name (GScipParameters_Emphasis value)
bool operations_research::GScipParameters_Emphasis_Parse (::absl::string_view name, GScipParameters_Emphasis *PROTOBUF_NONNULL value)
bool operations_research::GScipParameters_MetaParamValue_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::GScipParameters_MetaParamValue_descriptor ()
template<typename T>
const ::std::string & operations_research::GScipParameters_MetaParamValue_Name (T value)
template<>
const ::std::string & operations_research::GScipParameters_MetaParamValue_Name (GScipParameters_MetaParamValue value)
bool operations_research::GScipParameters_MetaParamValue_Parse (::absl::string_view name, GScipParameters_MetaParamValue *PROTOBUF_NONNULL value)
bool operations_research::GScipOutput_Status_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::GScipOutput_Status_descriptor ()
template<typename T>
const ::std::string & operations_research::GScipOutput_Status_Name (T value)
template<>
const ::std::string & operations_research::GScipOutput_Status_Name (GScipOutput_Status value)
bool operations_research::GScipOutput_Status_Parse (::absl::string_view name, GScipOutput_Status *PROTOBUF_NONNULL value)
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::GScipParameters_Emphasis > ()
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::GScipParameters_MetaParamValue > ()
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::GScipOutput_Status > ()

Variables

OR_PROTO_DLLconst ::google::protobuf::internal::DescriptorTable descriptor_table_ortools_2fgscip_2fgscip_2eproto
constexpr GScipParameters_Emphasis operations_research::GScipParameters_Emphasis_Emphasis_MIN
constexpr GScipParameters_Emphasis operations_research::GScipParameters_Emphasis_Emphasis_MAX
constexpr int operations_research::GScipParameters_Emphasis_Emphasis_ARRAYSIZE = 9 + 1
constexpr GScipParameters_MetaParamValue operations_research::GScipParameters_MetaParamValue_MetaParamValue_MIN
constexpr GScipParameters_MetaParamValue operations_research::GScipParameters_MetaParamValue_MetaParamValue_MAX
constexpr int operations_research::GScipParameters_MetaParamValue_MetaParamValue_ARRAYSIZE = 3 + 1
constexpr GScipOutput_Status operations_research::GScipOutput_Status_Status_MIN
constexpr GScipOutput_Status operations_research::GScipOutput_Status_Status_MAX
constexpr int operations_research::GScipOutput_Status_Status_ARRAYSIZE = 16 + 1

Macro Definition Documentation

◆ PROTOBUF_INTERNAL_EXPORT_ortools_2fgscip_2fgscip_2eproto

#define PROTOBUF_INTERNAL_EXPORT_ortools_2fgscip_2fgscip_2eproto   OR_PROTO_DLL

@protoc_insertion_point(includes)

Generated by the protocol buffer compiler. DO NOT EDIT! NO CHECKED-IN PROTOBUF GENCODE source: ortools/gscip/gscip.proto Protobuf C++ Version: 6.31.1 Must be included last.

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

Variable Documentation

◆ descriptor_table_ortools_2fgscip_2fgscip_2eproto

OR_PROTO_DLLconst ::google::protobuf::internal::DescriptorTable descriptor_table_ortools_2fgscip_2fgscip_2eproto
extern

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