Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
parameters.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/generated_enum_reflection.h"
#include "google/protobuf/unknown_field_set.h"
#include "google/protobuf/duration.pb.h"
#include "ortools/pdlp/solvers.pb.h"
#include "ortools/glop/parameters.pb.h"
#include "ortools/gscip/gscip.pb.h"
#include "ortools/math_opt/solvers/glpk.pb.h"
#include "ortools/math_opt/solvers/gurobi.pb.h"
#include "ortools/math_opt/solvers/highs.pb.h"
#include "ortools/math_opt/solvers/osqp.pb.h"
#include "ortools/sat/sat_parameters.pb.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_2fmath_5fopt_2fparameters_2eproto
 Internal implementation detail – do not use these members. More...
class  operations_research::math_opt::StrictnessProto
class  operations_research::math_opt::SolverInitializerProto
class  operations_research::math_opt::SolveParametersProto
struct  google::protobuf::is_proto_enum<::operations_research::math_opt::SolverTypeProto >
struct  google::protobuf::is_proto_enum<::operations_research::math_opt::LPAlgorithmProto >
struct  google::protobuf::is_proto_enum<::operations_research::math_opt::EmphasisProto >

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.
namespace  operations_research::math_opt
 An object oriented wrapper for quadratic constraints in ModelStorage.

Macros

#define PROTOBUF_INTERNAL_EXPORT_ortools_2fmath_5fopt_2fparameters_2eproto   OR_PROTO_DLL
 @protoc_insertion_point(includes)

Enumerations

enum  operations_research::math_opt::SolverTypeProto : int {
  operations_research::math_opt::SOLVER_TYPE_UNSPECIFIED = 0 , operations_research::math_opt::SOLVER_TYPE_GSCIP = 1 , operations_research::math_opt::SOLVER_TYPE_GUROBI = 2 , operations_research::math_opt::SOLVER_TYPE_GLOP = 3 ,
  operations_research::math_opt::SOLVER_TYPE_CP_SAT = 4 , operations_research::math_opt::SOLVER_TYPE_PDLP = 5 , operations_research::math_opt::SOLVER_TYPE_GLPK = 6 , operations_research::math_opt::SOLVER_TYPE_OSQP = 7 ,
  operations_research::math_opt::SOLVER_TYPE_ECOS = 8 , operations_research::math_opt::SOLVER_TYPE_SCS = 9 , operations_research::math_opt::SOLVER_TYPE_HIGHS = 10 , operations_research::math_opt::SOLVER_TYPE_SANTORINI = 11 ,
  operations_research::math_opt::SOLVER_TYPE_XPRESS = 13 , operations_research::math_opt::SolverTypeProto_INT_MIN_SENTINEL_DO_NOT_USE_ , operations_research::math_opt::SolverTypeProto_INT_MAX_SENTINEL_DO_NOT_USE_
}
enum  operations_research::math_opt::LPAlgorithmProto : int {
  operations_research::math_opt::LP_ALGORITHM_UNSPECIFIED = 0 , operations_research::math_opt::LP_ALGORITHM_PRIMAL_SIMPLEX = 1 , operations_research::math_opt::LP_ALGORITHM_DUAL_SIMPLEX = 2 , operations_research::math_opt::LP_ALGORITHM_BARRIER = 3 ,
  operations_research::math_opt::LP_ALGORITHM_FIRST_ORDER = 4 , operations_research::math_opt::LPAlgorithmProto_INT_MIN_SENTINEL_DO_NOT_USE_ , operations_research::math_opt::LPAlgorithmProto_INT_MAX_SENTINEL_DO_NOT_USE_
}
enum  operations_research::math_opt::EmphasisProto : int {
  operations_research::math_opt::EMPHASIS_UNSPECIFIED = 0 , operations_research::math_opt::EMPHASIS_OFF = 1 , operations_research::math_opt::EMPHASIS_LOW = 2 , operations_research::math_opt::EMPHASIS_MEDIUM = 3 ,
  operations_research::math_opt::EMPHASIS_HIGH = 4 , operations_research::math_opt::EMPHASIS_VERY_HIGH = 5 , operations_research::math_opt::EmphasisProto_INT_MIN_SENTINEL_DO_NOT_USE_ , operations_research::math_opt::EmphasisProto_INT_MAX_SENTINEL_DO_NOT_USE_
}

Functions

template<typename T>
::absl::string_view google::protobuf::internal::GetAnyMessageName ()
bool operations_research::math_opt::SolverTypeProto_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::math_opt::SolverTypeProto_descriptor ()
template<typename T>
const ::std::string & operations_research::math_opt::SolverTypeProto_Name (T value)
template<>
const ::std::string & operations_research::math_opt::SolverTypeProto_Name (SolverTypeProto value)
bool operations_research::math_opt::SolverTypeProto_Parse (::absl::string_view name, SolverTypeProto *PROTOBUF_NONNULL value)
bool operations_research::math_opt::LPAlgorithmProto_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::math_opt::LPAlgorithmProto_descriptor ()
template<typename T>
const ::std::string & operations_research::math_opt::LPAlgorithmProto_Name (T value)
template<>
const ::std::string & operations_research::math_opt::LPAlgorithmProto_Name (LPAlgorithmProto value)
bool operations_research::math_opt::LPAlgorithmProto_Parse (::absl::string_view name, LPAlgorithmProto *PROTOBUF_NONNULL value)
bool operations_research::math_opt::EmphasisProto_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::math_opt::EmphasisProto_descriptor ()
template<typename T>
const ::std::string & operations_research::math_opt::EmphasisProto_Name (T value)
template<>
const ::std::string & operations_research::math_opt::EmphasisProto_Name (EmphasisProto value)
bool operations_research::math_opt::EmphasisProto_Parse (::absl::string_view name, EmphasisProto *PROTOBUF_NONNULL value)
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::math_opt::SolverTypeProto > ()
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::math_opt::LPAlgorithmProto > ()
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::math_opt::EmphasisProto > ()

Variables

OR_PROTO_DLLconst ::google::protobuf::internal::DescriptorTable descriptor_table_ortools_2fmath_5fopt_2fparameters_2eproto
constexpr SolverTypeProto operations_research::math_opt::SolverTypeProto_MIN
constexpr SolverTypeProto operations_research::math_opt::SolverTypeProto_MAX
constexpr int operations_research::math_opt::SolverTypeProto_ARRAYSIZE = 13 + 1
constexpr LPAlgorithmProto operations_research::math_opt::LPAlgorithmProto_MIN
constexpr LPAlgorithmProto operations_research::math_opt::LPAlgorithmProto_MAX
constexpr int operations_research::math_opt::LPAlgorithmProto_ARRAYSIZE = 4 + 1
constexpr EmphasisProto operations_research::math_opt::EmphasisProto_MIN
constexpr EmphasisProto operations_research::math_opt::EmphasisProto_MAX
constexpr int operations_research::math_opt::EmphasisProto_ARRAYSIZE = 5 + 1

Macro Definition Documentation

◆ PROTOBUF_INTERNAL_EXPORT_ortools_2fmath_5fopt_2fparameters_2eproto

#define PROTOBUF_INTERNAL_EXPORT_ortools_2fmath_5fopt_2fparameters_2eproto   OR_PROTO_DLL

@protoc_insertion_point(includes)

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

Definition at line 47 of file parameters.pb.h.

Variable Documentation

◆ descriptor_table_ortools_2fmath_5fopt_2fparameters_2eproto

OR_PROTO_DLLconst ::google::protobuf::internal::DescriptorTable descriptor_table_ortools_2fmath_5fopt_2fparameters_2eproto
extern

Definition at line 299 of file parameters.pb.cc.