#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 "ortools/math_opt/sparse_containers.pb.h"
#include "google/protobuf/port_def.inc"
#include "google/protobuf/port_undef.inc"
Go to the source code of this file.
|
| enum | operations_research::math_opt::SolutionStatusProto : int {
operations_research::math_opt::SOLUTION_STATUS_UNSPECIFIED = 0
, operations_research::math_opt::SOLUTION_STATUS_UNDETERMINED = 1
, operations_research::math_opt::SOLUTION_STATUS_FEASIBLE = 2
, operations_research::math_opt::SOLUTION_STATUS_INFEASIBLE = 3
,
operations_research::math_opt::SolutionStatusProto_INT_MIN_SENTINEL_DO_NOT_USE_
, operations_research::math_opt::SolutionStatusProto_INT_MAX_SENTINEL_DO_NOT_USE_
} |
| enum | operations_research::math_opt::BasisStatusProto : int {
operations_research::math_opt::BASIS_STATUS_UNSPECIFIED = 0
, operations_research::math_opt::BASIS_STATUS_FREE = 1
, operations_research::math_opt::BASIS_STATUS_AT_LOWER_BOUND = 2
, operations_research::math_opt::BASIS_STATUS_AT_UPPER_BOUND = 3
,
operations_research::math_opt::BASIS_STATUS_FIXED_VALUE = 4
, operations_research::math_opt::BASIS_STATUS_BASIC = 5
, operations_research::math_opt::BasisStatusProto_INT_MIN_SENTINEL_DO_NOT_USE_
, operations_research::math_opt::BasisStatusProto_INT_MAX_SENTINEL_DO_NOT_USE_
} |
◆ PROTOBUF_INTERNAL_EXPORT_ortools_2fmath_5fopt_2fsolution_2eproto
| #define PROTOBUF_INTERNAL_EXPORT_ortools_2fmath_5fopt_2fsolution_2eproto OR_PROTO_DLL |
◆ descriptor_table_ortools_2fmath_5fopt_2fsolution_2eproto
| OR_PROTO_DLLconst ::google::protobuf::internal::DescriptorTable descriptor_table_ortools_2fmath_5fopt_2fsolution_2eproto |
|
extern |