Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
result.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/solve_log.pb.h"
#include "ortools/gscip/gscip.pb.h"
#include "ortools/math_opt/solution.pb.h"
#include "ortools/math_opt/solvers/osqp.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_2fresult_2eproto
 Internal implementation detail – do not use these members. More...
class  operations_research::math_opt::ProblemStatusProto
class  operations_research::math_opt::ObjectiveBoundsProto
class  operations_research::math_opt::TerminationProto
class  operations_research::math_opt::SolveStatsProto
class  operations_research::math_opt::SolveResultProto_PdlpOutput
class  operations_research::math_opt::SolveResultProto
union  operations_research::math_opt::SolveResultProto::Impl_::SolverSpecificOutputUnion
struct  google::protobuf::is_proto_enum<::operations_research::math_opt::FeasibilityStatusProto >
struct  google::protobuf::is_proto_enum<::operations_research::math_opt::TerminationReasonProto >
struct  google::protobuf::is_proto_enum<::operations_research::math_opt::LimitProto >

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_2fresult_2eproto   OR_PROTO_DLL
 @protoc_insertion_point(includes)

Enumerations

enum  operations_research::math_opt::FeasibilityStatusProto : int {
  operations_research::math_opt::FEASIBILITY_STATUS_UNSPECIFIED = 0 , operations_research::math_opt::FEASIBILITY_STATUS_UNDETERMINED = 1 , operations_research::math_opt::FEASIBILITY_STATUS_FEASIBLE = 2 , operations_research::math_opt::FEASIBILITY_STATUS_INFEASIBLE = 3 ,
  operations_research::math_opt::FeasibilityStatusProto_INT_MIN_SENTINEL_DO_NOT_USE_ , operations_research::math_opt::FeasibilityStatusProto_INT_MAX_SENTINEL_DO_NOT_USE_
}
enum  operations_research::math_opt::TerminationReasonProto : int {
  operations_research::math_opt::TERMINATION_REASON_UNSPECIFIED = 0 , operations_research::math_opt::TERMINATION_REASON_OPTIMAL = 1 , operations_research::math_opt::TERMINATION_REASON_INFEASIBLE = 2 , operations_research::math_opt::TERMINATION_REASON_UNBOUNDED = 3 ,
  operations_research::math_opt::TERMINATION_REASON_INFEASIBLE_OR_UNBOUNDED = 4 , operations_research::math_opt::TERMINATION_REASON_IMPRECISE = 5 , operations_research::math_opt::TERMINATION_REASON_FEASIBLE = 9 , operations_research::math_opt::TERMINATION_REASON_NO_SOLUTION_FOUND = 6 ,
  operations_research::math_opt::TERMINATION_REASON_NUMERICAL_ERROR = 7 , operations_research::math_opt::TERMINATION_REASON_OTHER_ERROR = 8 , operations_research::math_opt::TerminationReasonProto_INT_MIN_SENTINEL_DO_NOT_USE_ , operations_research::math_opt::TerminationReasonProto_INT_MAX_SENTINEL_DO_NOT_USE_
}
enum  operations_research::math_opt::LimitProto : int {
  operations_research::math_opt::LIMIT_UNSPECIFIED = 0 , operations_research::math_opt::LIMIT_UNDETERMINED = 1 , operations_research::math_opt::LIMIT_ITERATION = 2 , operations_research::math_opt::LIMIT_TIME = 3 ,
  operations_research::math_opt::LIMIT_NODE = 4 , operations_research::math_opt::LIMIT_SOLUTION = 5 , operations_research::math_opt::LIMIT_MEMORY = 6 , operations_research::math_opt::LIMIT_CUTOFF = 12 ,
  operations_research::math_opt::LIMIT_OBJECTIVE = 7 , operations_research::math_opt::LIMIT_NORM = 8 , operations_research::math_opt::LIMIT_INTERRUPTED = 9 , operations_research::math_opt::LIMIT_SLOW_PROGRESS = 10 ,
  operations_research::math_opt::LIMIT_OTHER = 11 , operations_research::math_opt::LimitProto_INT_MIN_SENTINEL_DO_NOT_USE_ , operations_research::math_opt::LimitProto_INT_MAX_SENTINEL_DO_NOT_USE_
}

Functions

template<typename T>
::absl::string_view google::protobuf::internal::GetAnyMessageName ()
bool operations_research::math_opt::FeasibilityStatusProto_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::math_opt::FeasibilityStatusProto_descriptor ()
template<typename T>
const ::std::string & operations_research::math_opt::FeasibilityStatusProto_Name (T value)
template<>
const ::std::string & operations_research::math_opt::FeasibilityStatusProto_Name (FeasibilityStatusProto value)
bool operations_research::math_opt::FeasibilityStatusProto_Parse (::absl::string_view name, FeasibilityStatusProto *PROTOBUF_NONNULL value)
bool operations_research::math_opt::TerminationReasonProto_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::math_opt::TerminationReasonProto_descriptor ()
template<typename T>
const ::std::string & operations_research::math_opt::TerminationReasonProto_Name (T value)
template<>
const ::std::string & operations_research::math_opt::TerminationReasonProto_Name (TerminationReasonProto value)
bool operations_research::math_opt::TerminationReasonProto_Parse (::absl::string_view name, TerminationReasonProto *PROTOBUF_NONNULL value)
bool operations_research::math_opt::LimitProto_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::math_opt::LimitProto_descriptor ()
template<typename T>
const ::std::string & operations_research::math_opt::LimitProto_Name (T value)
template<>
const ::std::string & operations_research::math_opt::LimitProto_Name (LimitProto value)
bool operations_research::math_opt::LimitProto_Parse (::absl::string_view name, LimitProto *PROTOBUF_NONNULL value)
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::math_opt::FeasibilityStatusProto > ()
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::math_opt::TerminationReasonProto > ()
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::math_opt::LimitProto > ()

Variables

OR_PROTO_DLLconst ::google::protobuf::internal::DescriptorTable descriptor_table_ortools_2fmath_5fopt_2fresult_2eproto
constexpr FeasibilityStatusProto operations_research::math_opt::FeasibilityStatusProto_MIN
constexpr FeasibilityStatusProto operations_research::math_opt::FeasibilityStatusProto_MAX
constexpr int operations_research::math_opt::FeasibilityStatusProto_ARRAYSIZE = 3 + 1
constexpr TerminationReasonProto operations_research::math_opt::TerminationReasonProto_MIN
constexpr TerminationReasonProto operations_research::math_opt::TerminationReasonProto_MAX
constexpr int operations_research::math_opt::TerminationReasonProto_ARRAYSIZE = 9 + 1
constexpr LimitProto operations_research::math_opt::LimitProto_MIN
constexpr LimitProto operations_research::math_opt::LimitProto_MAX
constexpr int operations_research::math_opt::LimitProto_ARRAYSIZE = 12 + 1

Macro Definition Documentation

◆ PROTOBUF_INTERNAL_EXPORT_ortools_2fmath_5fopt_2fresult_2eproto

#define PROTOBUF_INTERNAL_EXPORT_ortools_2fmath_5fopt_2fresult_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/result.proto Protobuf C++ Version: 6.31.1 Must be included last.

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

Variable Documentation

◆ descriptor_table_ortools_2fmath_5fopt_2fresult_2eproto

OR_PROTO_DLLconst ::google::protobuf::internal::DescriptorTable descriptor_table_ortools_2fmath_5fopt_2fresult_2eproto
extern

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