Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
vector_bin_packing.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/port_def.inc"
#include "google/protobuf/port_undef.inc"

Go to the source code of this file.

Classes

struct  TableStruct_ortools_2fpacking_2fvector_5fbin_5fpacking_2eproto
class  operations_research::packing::vbp::VectorBinPackingOneBinInSolution
class  operations_research::packing::vbp::Item
class  operations_research::packing::vbp::VectorBinPackingSolution
class  operations_research::packing::vbp::VectorBinPackingProblem
struct  google::protobuf::is_proto_enum<::operations_research::packing::vbp::VectorBinPackingSolveStatus >

Namespaces

namespace  google
namespace  google::protobuf
namespace  google::protobuf::internal
namespace  operations_research
 OR-Tools root namespace.
namespace  operations_research::packing
namespace  operations_research::packing::vbp

Macros

#define PROTOBUF_INTERNAL_EXPORT_ortools_2fpacking_2fvector_5fbin_5fpacking_2eproto   OR_PROTO_DLL

Enumerations

enum  operations_research::packing::vbp::VectorBinPackingSolveStatus : int {
  operations_research::packing::vbp::VECTOR_BIN_PACKING_SOLVE_STATUS_UNSPECIFIED = 0 , operations_research::packing::vbp::OPTIMAL = 1 , operations_research::packing::vbp::FEASIBLE = 2 , operations_research::packing::vbp::INFEASIBLE = 3 ,
  operations_research::packing::vbp::VectorBinPackingSolveStatus_INT_MIN_SENTINEL_DO_NOT_USE_ , operations_research::packing::vbp::VectorBinPackingSolveStatus_INT_MAX_SENTINEL_DO_NOT_USE_
}

Functions

template<typename T>
::absl::string_view google::protobuf::internal::GetAnyMessageName ()
bool operations_research::packing::vbp::VectorBinPackingSolveStatus_IsValid (int value)
const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::packing::vbp::VectorBinPackingSolveStatus_descriptor ()
template<typename T>
const ::std::string & operations_research::packing::vbp::VectorBinPackingSolveStatus_Name (T value)
template<>
const ::std::string & operations_research::packing::vbp::VectorBinPackingSolveStatus_Name (VectorBinPackingSolveStatus value)
bool operations_research::packing::vbp::VectorBinPackingSolveStatus_Parse (::absl::string_view name, VectorBinPackingSolveStatus *PROTOBUF_NONNULL value)
template<>
const EnumDescriptor *PROTOBUF_NONNULL google::protobuf::GetEnumDescriptor<::operations_research::packing::vbp::VectorBinPackingSolveStatus > ()

Variables

OR_PROTO_DLLconst ::google::protobuf::internal::DescriptorTable descriptor_table_ortools_2fpacking_2fvector_5fbin_5fpacking_2eproto
constexpr VectorBinPackingSolveStatus operations_research::packing::vbp::VectorBinPackingSolveStatus_MIN
constexpr VectorBinPackingSolveStatus operations_research::packing::vbp::VectorBinPackingSolveStatus_MAX
constexpr int operations_research::packing::vbp::VectorBinPackingSolveStatus_ARRAYSIZE = 3 + 1

Macro Definition Documentation

◆ PROTOBUF_INTERNAL_EXPORT_ortools_2fpacking_2fvector_5fbin_5fpacking_2eproto

#define PROTOBUF_INTERNAL_EXPORT_ortools_2fpacking_2fvector_5fbin_5fpacking_2eproto   OR_PROTO_DLL

Definition at line 38 of file vector_bin_packing.pb.h.

Variable Documentation

◆ descriptor_table_ortools_2fpacking_2fvector_5fbin_5fpacking_2eproto

OR_PROTO_DLLconst ::google::protobuf::internal::DescriptorTable descriptor_table_ortools_2fpacking_2fvector_5fbin_5fpacking_2eproto
extern

Definition at line 263 of file vector_bin_packing.pb.cc.