![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include "ortools/math_opt/solution.pb.h"#include <algorithm>#include <type_traits>#include "google/protobuf/io/coded_stream.h"#include "google/protobuf/generated_message_tctable_impl.h"#include "google/protobuf/extension_set.h"#include "google/protobuf/generated_message_util.h"#include "google/protobuf/wire_format_lite.h"#include "google/protobuf/descriptor.h"#include "google/protobuf/generated_message_reflection.h"#include "google/protobuf/reflection_ops.h"#include "google/protobuf/wire_format.h"#include "google/protobuf/port_def.inc"#include "google/protobuf/port_undef.inc"Go to the source code of this file.
Namespaces | |
| 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. | |
| namespace | |
| namespace | google::protobuf |
Functions | |
| const ::uint32_t TableStruct_ortools_2fmath_5fopt_2fsolution_2eproto::offsets[] | ABSL_ATTRIBUTE_SECTION_VARIABLE (protodesc_cold) |
| const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL | operations_research::math_opt::SolutionStatusProto_descriptor () |
| const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL | operations_research::math_opt::BasisStatusProto_descriptor () |
Variables | |
| PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT OR_PROTO_DLL PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SparseBasisStatusVectorDefaultTypeInternal | operations_research::math_opt::_SparseBasisStatusVector_default_instance_ |
| PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT OR_PROTO_DLL PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PrimalSolutionProto_AuxiliaryObjectiveValuesEntry_DoNotUseDefaultTypeInternal | operations_research::math_opt::_PrimalSolutionProto_AuxiliaryObjectiveValuesEntry_DoNotUse_default_instance_ |
| PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT OR_PROTO_DLL PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PrimalSolutionProtoDefaultTypeInternal | operations_research::math_opt::_PrimalSolutionProto_default_instance_ |
| PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT OR_PROTO_DLL PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PrimalRayProtoDefaultTypeInternal | operations_research::math_opt::_PrimalRayProto_default_instance_ |
| PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT OR_PROTO_DLL PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DualSolutionProtoDefaultTypeInternal | operations_research::math_opt::_DualSolutionProto_default_instance_ |
| PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT OR_PROTO_DLL PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DualRayProtoDefaultTypeInternal | operations_research::math_opt::_DualRayProto_default_instance_ |
| PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT OR_PROTO_DLL PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 BasisProtoDefaultTypeInternal | operations_research::math_opt::_BasisProto_default_instance_ |
| PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT OR_PROTO_DLL PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SolutionProtoDefaultTypeInternal | operations_research::math_opt::_SolutionProto_default_instance_ |
| static const ::_pb::EnumDescriptor *PROTOBUF_NONNULL | file_level_enum_descriptors_ortools_2fmath_5fopt_2fsolution_2eproto [2] |
| static constexprconst ::_pb::ServiceDescriptor *PROTOBUF_NONNULL *PROTOBUF_NULLABLE | file_level_service_descriptors_ortools_2fmath_5fopt_2fsolution_2eproto = nullptr |
| static const ::_pb::Message *PROTOBUF_NONNULL const | file_default_instances [] |
| static const ::_pbi::DescriptorTable *PROTOBUF_NONNULL const | descriptor_table_ortools_2fmath_5fopt_2fsolution_2eproto_deps [1] |
| ::absl::once_flag | descriptor_table_ortools_2fmath_5fopt_2fsolution_2eproto_once |
| PROTOBUF_CONSTINITconst ::_pbi::DescriptorTable | descriptor_table_ortools_2fmath_5fopt_2fsolution_2eproto |
| PROTOBUF_CONSTINIT const uint32_t | operations_research::math_opt::SolutionStatusProto_internal_data_ [] |
| PROTOBUF_CONSTINIT const uint32_t | operations_research::math_opt::BasisStatusProto_internal_data_ [] |
| PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::google::protobuf::internal::ClassDataFull | operations_research::math_opt::PrimalSolutionProto_AuxiliaryObjectiveValuesEntry_DoNotUse_class_data_ |
| PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::google::protobuf::internal::ClassDataFull | operations_research::math_opt::PrimalSolutionProto_class_data_ |
| PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::google::protobuf::internal::ClassDataFull | operations_research::math_opt::PrimalRayProto_class_data_ |
| PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::google::protobuf::internal::ClassDataFull | operations_research::math_opt::DualSolutionProto_class_data_ |
| PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::google::protobuf::internal::ClassDataFull | operations_research::math_opt::DualRayProto_class_data_ |
| PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::google::protobuf::internal::ClassDataFull | operations_research::math_opt::SparseBasisStatusVector_class_data_ |
| PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::google::protobuf::internal::ClassDataFull | operations_research::math_opt::BasisProto_class_data_ |
| PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::google::protobuf::internal::ClassDataFull | operations_research::math_opt::SolutionProto_class_data_ |
| static PROTOBUF_ATTRIBUTE_INIT_PRIORITY2 ::std::false_type | _static_init2_ |
| @protoc_insertion_point(global_scope) | |
| const ::uint32_t TableStruct_ortools_2fmath_5fopt_2fsolution_2eproto::offsets[] ABSL_ATTRIBUTE_SECTION_VARIABLE | ( | protodesc_cold | ) |
|
static |
@protoc_insertion_point(global_scope)
Definition at line 2905 of file solution.pb.cc.
| PROTOBUF_CONSTINITconst ::_pbi::DescriptorTable descriptor_table_ortools_2fmath_5fopt_2fsolution_2eproto |
Definition at line 396 of file solution.pb.cc.
|
static |
Definition at line 392 of file solution.pb.cc.
|
static |
Definition at line 395 of file solution.pb.cc.
|
static |
Definition at line 323 of file solution.pb.cc.
|
static |
Definition at line 240 of file solution.pb.cc.
|
staticconstexpr |
Definition at line 242 of file solution.pb.cc.