Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
solve_log.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 "ortools/pdlp/solvers.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_2fpdlp_2fsolve_5flog_2eproto
 Internal implementation detail – do not use these members. More...
class  operations_research::pdlp::QuadraticProgramStats
class  operations_research::pdlp::InfeasibilityInformation
class  operations_research::pdlp::ConvergenceInformation
class  operations_research::pdlp::IterationStats
class  operations_research::pdlp::FeasibilityPolishingDetails
class  operations_research::pdlp::SolveLog
struct  google::protobuf::is_proto_enum<::operations_research::pdlp::RestartChoice >
struct  google::protobuf::is_proto_enum<::operations_research::pdlp::PointType >
struct  google::protobuf::is_proto_enum<::operations_research::pdlp::TerminationReason >
struct  google::protobuf::is_proto_enum<::operations_research::pdlp::PolishingPhaseType >

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::pdlp
 Validation utilities for solvers.proto.

Macros

#define PROTOBUF_INTERNAL_EXPORT_ortools_2fpdlp_2fsolve_5flog_2eproto   OR_PROTO_DLL
 @protoc_insertion_point(includes)

Enumerations

enum  operations_research::pdlp::RestartChoice : int { operations_research::pdlp::RESTART_CHOICE_UNSPECIFIED = 0 , operations_research::pdlp::RESTART_CHOICE_NO_RESTART = 1 , operations_research::pdlp::RESTART_CHOICE_WEIGHTED_AVERAGE_RESET = 2 , operations_research::pdlp::RESTART_CHOICE_RESTART_TO_AVERAGE = 3 }
enum  operations_research::pdlp::PointType : int {
  operations_research::pdlp::POINT_TYPE_UNSPECIFIED = 0 , operations_research::pdlp::POINT_TYPE_CURRENT_ITERATE = 1 , operations_research::pdlp::POINT_TYPE_ITERATE_DIFFERENCE = 2 , operations_research::pdlp::POINT_TYPE_AVERAGE_ITERATE = 3 ,
  operations_research::pdlp::POINT_TYPE_NONE = 4 , operations_research::pdlp::POINT_TYPE_PRESOLVER_SOLUTION = 5 , operations_research::pdlp::POINT_TYPE_FEASIBILITY_POLISHING_SOLUTION = 6
}
enum  operations_research::pdlp::TerminationReason : int {
  operations_research::pdlp::TERMINATION_REASON_UNSPECIFIED = 0 , operations_research::pdlp::TERMINATION_REASON_OPTIMAL = 1 , operations_research::pdlp::TERMINATION_REASON_PRIMAL_INFEASIBLE = 2 , operations_research::pdlp::TERMINATION_REASON_DUAL_INFEASIBLE = 3 ,
  operations_research::pdlp::TERMINATION_REASON_TIME_LIMIT = 4 , operations_research::pdlp::TERMINATION_REASON_ITERATION_LIMIT = 5 , operations_research::pdlp::TERMINATION_REASON_KKT_MATRIX_PASS_LIMIT = 8 , operations_research::pdlp::TERMINATION_REASON_INTERRUPTED_BY_USER = 12 ,
  operations_research::pdlp::TERMINATION_REASON_NUMERICAL_ERROR = 6 , operations_research::pdlp::TERMINATION_REASON_INVALID_PROBLEM = 9 , operations_research::pdlp::TERMINATION_REASON_INVALID_INITIAL_SOLUTION = 13 , operations_research::pdlp::TERMINATION_REASON_INVALID_PARAMETER = 10 ,
  operations_research::pdlp::TERMINATION_REASON_OTHER = 7 , operations_research::pdlp::TERMINATION_REASON_PRIMAL_OR_DUAL_INFEASIBLE = 11
}
enum  operations_research::pdlp::PolishingPhaseType : int { operations_research::pdlp::POLISHING_PHASE_TYPE_UNSPECIFIED = 0 , operations_research::pdlp::POLISHING_PHASE_TYPE_PRIMAL_FEASIBILITY = 1 , operations_research::pdlp::POLISHING_PHASE_TYPE_DUAL_FEASIBILITY = 2 }

Functions

template<typename T>
::absl::string_view google::protobuf::internal::GetAnyMessageName ()
bool operations_research::pdlp::RestartChoice_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::pdlp::RestartChoice_descriptor ()
template<typename T>
const ::std::string & operations_research::pdlp::RestartChoice_Name (T value)
template<>
const ::std::string & operations_research::pdlp::RestartChoice_Name (RestartChoice value)
bool operations_research::pdlp::RestartChoice_Parse (::absl::string_view name, RestartChoice *PROTOBUF_NONNULL value)
bool operations_research::pdlp::PointType_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::pdlp::PointType_descriptor ()
template<typename T>
const ::std::string & operations_research::pdlp::PointType_Name (T value)
template<>
const ::std::string & operations_research::pdlp::PointType_Name (PointType value)
bool operations_research::pdlp::PointType_Parse (::absl::string_view name, PointType *PROTOBUF_NONNULL value)
bool operations_research::pdlp::TerminationReason_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::pdlp::TerminationReason_descriptor ()
template<typename T>
const ::std::string & operations_research::pdlp::TerminationReason_Name (T value)
template<>
const ::std::string & operations_research::pdlp::TerminationReason_Name (TerminationReason value)
bool operations_research::pdlp::TerminationReason_Parse (::absl::string_view name, TerminationReason *PROTOBUF_NONNULL value)
bool operations_research::pdlp::PolishingPhaseType_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::pdlp::PolishingPhaseType_descriptor ()
template<typename T>
const ::std::string & operations_research::pdlp::PolishingPhaseType_Name (T value)
template<>
const ::std::string & operations_research::pdlp::PolishingPhaseType_Name (PolishingPhaseType value)
bool operations_research::pdlp::PolishingPhaseType_Parse (::absl::string_view name, PolishingPhaseType *PROTOBUF_NONNULL value)
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::pdlp::RestartChoice > ()
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::pdlp::PointType > ()
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::pdlp::TerminationReason > ()
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::pdlp::PolishingPhaseType > ()

Variables

OR_PROTO_DLLconst ::google::protobuf::internal::DescriptorTable descriptor_table_ortools_2fpdlp_2fsolve_5flog_2eproto
constexpr RestartChoice operations_research::pdlp::RestartChoice_MIN
constexpr RestartChoice operations_research::pdlp::RestartChoice_MAX
constexpr int operations_research::pdlp::RestartChoice_ARRAYSIZE = 3 + 1
constexpr PointType operations_research::pdlp::PointType_MIN
constexpr PointType operations_research::pdlp::PointType_MAX
constexpr int operations_research::pdlp::PointType_ARRAYSIZE = 6 + 1
constexpr TerminationReason operations_research::pdlp::TerminationReason_MIN
constexpr TerminationReason operations_research::pdlp::TerminationReason_MAX
constexpr int operations_research::pdlp::TerminationReason_ARRAYSIZE = 13 + 1
constexpr PolishingPhaseType operations_research::pdlp::PolishingPhaseType_MIN
constexpr PolishingPhaseType operations_research::pdlp::PolishingPhaseType_MAX
constexpr int operations_research::pdlp::PolishingPhaseType_ARRAYSIZE = 2 + 1

Macro Definition Documentation

◆ PROTOBUF_INTERNAL_EXPORT_ortools_2fpdlp_2fsolve_5flog_2eproto

#define PROTOBUF_INTERNAL_EXPORT_ortools_2fpdlp_2fsolve_5flog_2eproto   OR_PROTO_DLL

@protoc_insertion_point(includes)

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

Definition at line 39 of file solve_log.pb.h.

Variable Documentation

◆ descriptor_table_ortools_2fpdlp_2fsolve_5flog_2eproto

OR_PROTO_DLLconst ::google::protobuf::internal::DescriptorTable descriptor_table_ortools_2fpdlp_2fsolve_5flog_2eproto
extern

Definition at line 663 of file solve_log.pb.cc.