Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
multiple_dimensions_bin_packing_pb2.py
Go to the documentation of this file.
1# -*- coding: utf-8 -*-
2# Generated by the protocol buffer compiler. DO NOT EDIT!
3# source: ortools/packing/multiple_dimensions_bin_packing.proto
4# Protobuf Python Version: 5.26.1
5"""Generated protocol buffer code."""
6from google.protobuf import descriptor as _descriptor
7from google.protobuf import descriptor_pool as _descriptor_pool
8from google.protobuf import symbol_database as _symbol_database
9from google.protobuf.internal import builder as _builder
10# @@protoc_insertion_point(imports)
11
12_sym_db = _symbol_database.Default()
13
14
15
16
17DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5ortools/packing/multiple_dimensions_bin_packing.proto\x12\x1boperations_research.packing\"7\n!MultipleDimensionsBinPackingShape\x12\x12\n\ndimensions\x18\x01 \x03(\x03\"\x81\x01\n MultipleDimensionsBinPackingItem\x12N\n\x06shapes\x18\x01 \x03(\x0b\x32>.operations_research.packing.MultipleDimensionsBinPackingShape\x12\r\n\x05value\x18\x02 \x01(\x03\"\xc6\x01\n#MultipleDimensionsBinPackingProblem\x12Q\n\tbox_shape\x18\x01 \x01(\x0b\x32>.operations_research.packing.MultipleDimensionsBinPackingShape\x12L\n\x05items\x18\x02 \x03(\x0b\x32=.operations_research.packing.MultipleDimensionsBinPackingItemB\x02P\x01\x62\x06proto3')
18
19_globals = globals()
20_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ortools.packing.multiple_dimensions_bin_packing_pb2', _globals)
22if not _descriptor._USE_C_DESCRIPTORS:
23 _globals['DESCRIPTOR']._loaded_options = None
24 _globals['DESCRIPTOR']._serialized_options = b'P\001'
25 _globals['_MULTIPLEDIMENSIONSBINPACKINGSHAPE']._serialized_start=86
26 _globals['_MULTIPLEDIMENSIONSBINPACKINGSHAPE']._serialized_end=141
27 _globals['_MULTIPLEDIMENSIONSBINPACKINGITEM']._serialized_start=144
28 _globals['_MULTIPLEDIMENSIONSBINPACKINGITEM']._serialized_end=273
29 _globals['_MULTIPLEDIMENSIONSBINPACKINGPROBLEM']._serialized_start=276
30 _globals['_MULTIPLEDIMENSIONSBINPACKINGPROBLEM']._serialized_end=474
31# @@protoc_insertion_point(module_scope)