ortools.set_cover.capacity_pb2

Generated protocol buffer code.

 1# -*- coding: utf-8 -*-
 2# Generated by the protocol buffer compiler.  DO NOT EDIT!
 3# NO CHECKED-IN PROTOBUF GENCODE
 4# source: ortools/set_cover/capacity.proto
 5# Protobuf Python Version: 6.31.1
 6"""Generated protocol buffer code."""
 7from google.protobuf import descriptor as _descriptor
 8from google.protobuf import descriptor_pool as _descriptor_pool
 9from google.protobuf import runtime_version as _runtime_version
10from google.protobuf import symbol_database as _symbol_database
11from google.protobuf.internal import builder as _builder
12_runtime_version.ValidateProtobufRuntimeVersion(
13    _runtime_version.Domain.PUBLIC,
14    6,
15    31,
16    1,
17    '',
18    'ortools/set_cover/capacity.proto'
19)
20# @@protoc_insertion_point(imports)
21
22_sym_db = _symbol_database.Default()
23
24
25
26
27DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n ortools/set_cover/capacity.proto\x12\x13operations_research\"\xd4\x02\n\x17\x43\x61pacityConstraintProto\x12P\n\rcapacity_term\x18\x01 \x03(\x0b\x32\x39.operations_research.CapacityConstraintProto.CapacityTerm\x12\x14\n\x0cmin_capacity\x18\x02 \x01(\x03\x12\x14\n\x0cmax_capacity\x18\x03 \x01(\x03\x1a\xba\x01\n\x0c\x43\x61pacityTerm\x12\x0e\n\x06subset\x18\x01 \x01(\x03\x12\x64\n\x0f\x65lement_weights\x18\x02 \x03(\x0b\x32K.operations_research.CapacityConstraintProto.CapacityTerm.ElementWeightPair\x1a\x34\n\x11\x45lementWeightPair\x12\x0f\n\x07\x65lement\x18\x01 \x01(\x03\x12\x0e\n\x06weight\x18\x02 \x01(\x03\x42\x1f\n\x1b\x63om.google.ortools.setcoverP\x01\x62\x06proto3')
28
29_globals = globals()
30_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ortools.set_cover.capacity_pb2', _globals)
32if not _descriptor._USE_C_DESCRIPTORS:
33  _globals['DESCRIPTOR']._loaded_options = None
34  _globals['DESCRIPTOR']._serialized_options = b'\n\033com.google.ortools.setcoverP\001'
35  _globals['_CAPACITYCONSTRAINTPROTO']._serialized_start=58
36  _globals['_CAPACITYCONSTRAINTPROTO']._serialized_end=398
37  _globals['_CAPACITYCONSTRAINTPROTO_CAPACITYTERM']._serialized_start=212
38  _globals['_CAPACITYCONSTRAINTPROTO_CAPACITYTERM']._serialized_end=398
39  _globals['_CAPACITYCONSTRAINTPROTO_CAPACITYTERM_ELEMENTWEIGHTPAIR']._serialized_start=346
40  _globals['_CAPACITYCONSTRAINTPROTO_CAPACITYTERM_ELEMENTWEIGHTPAIR']._serialized_end=398
41# @@protoc_insertion_point(module_scope)
DESCRIPTOR = <google._upb._message.FileDescriptor object>
class CapacityConstraintProto(google._upb._message.Message, google.protobuf.message.Message):

A ProtocolMessage

DESCRIPTOR = <google._upb._message.Descriptor object>
class CapacityConstraintProto.CapacityTerm(google._upb._message.Message, google.protobuf.message.Message):

A ProtocolMessage

DESCRIPTOR = <google._upb._message.Descriptor object>
class CapacityConstraintProto.CapacityTerm.ElementWeightPair(google._upb._message.Message, google.protobuf.message.Message):

A ProtocolMessage

DESCRIPTOR = <google._upb._message.Descriptor object>