ortools.set_cover.set_cover_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/set_cover.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/set_cover.proto' 19) 20# @@protoc_insertion_point(imports) 21 22_sym_db = _symbol_database.Default() 23 24 25from ortools.util import int128_pb2 as ortools_dot_util_dot_int128__pb2 26 27 28DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!ortools/set_cover/set_cover.proto\x12\x13operations_research\x1a\x19ortools/util/int128.proto\"\xe8\x01\n\rSetCoverProto\x12\x39\n\x06subset\x18\x01 \x03(\x0b\x32).operations_research.SetCoverProto.Subset\x12\x11\n\x04name\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x35\n\x0b\x66ingerprint\x18\x03 \x01(\x0b\x32\x1b.operations_research.Int128H\x01\x88\x01\x01\x1a\x39\n\x06Subset\x12\x11\n\x04\x63ost\x18\x01 \x01(\x01H\x00\x88\x01\x01\x12\x13\n\x07\x65lement\x18\x02 \x03(\x03\x42\x02\x10\x01\x42\x07\n\x05_costB\x07\n\x05_nameB\x0e\n\x0c_fingerprint\"\xe9\x03\n\x18SetCoverSolutionResponse\x12I\n\x06status\x18\x01 \x01(\x0e\x32\x34.operations_research.SetCoverSolutionResponse.StatusH\x00\x88\x01\x01\x12\x18\n\x0bnum_subsets\x18\x02 \x01(\x03H\x01\x88\x01\x01\x12\x12\n\x06subset\x18\x03 \x03(\x03\x42\x02\x10\x01\x12\x11\n\x04\x63ost\x18\x04 \x01(\x01H\x02\x88\x01\x01\x12\x1d\n\x10\x63ost_lower_bound\x18\x05 \x01(\x01H\x03\x88\x01\x01\x12\x35\n\x0b\x66ingerprint\x18\x06 \x01(\x0b\x32\x1b.operations_research.Int128H\x04\x88\x01\x01\x12;\n\x11model_fingerprint\x18\x07 \x01(\x0b\x32\x1b.operations_research.Int128H\x05\x88\x01\x01\"O\n\x06Status\x12\r\n\tUNDEFINED\x10\x00\x12\x0b\n\x07OPTIMAL\x10\x01\x12\x0c\n\x08\x46\x45\x41SIBLE\x10\x02\x12\x0e\n\nINFEASIBLE\x10\x03\x12\x0b\n\x07INVALID\x10\x04\x42\t\n\x07_statusB\x0e\n\x0c_num_subsetsB\x07\n\x05_costB\x13\n\x11_cost_lower_boundB\x0e\n\x0c_fingerprintB\x14\n\x12_model_fingerprintB!\n\x1d\x63om.google.ortools.algorithmsP\x01\x62\x06proto3') 29 30_globals = globals() 31_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) 32_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ortools.set_cover.set_cover_pb2', _globals) 33if not _descriptor._USE_C_DESCRIPTORS: 34 _globals['DESCRIPTOR']._loaded_options = None 35 _globals['DESCRIPTOR']._serialized_options = b'\n\035com.google.ortools.algorithmsP\001' 36 _globals['_SETCOVERPROTO_SUBSET'].fields_by_name['element']._loaded_options = None 37 _globals['_SETCOVERPROTO_SUBSET'].fields_by_name['element']._serialized_options = b'\020\001' 38 _globals['_SETCOVERSOLUTIONRESPONSE'].fields_by_name['subset']._loaded_options = None 39 _globals['_SETCOVERSOLUTIONRESPONSE'].fields_by_name['subset']._serialized_options = b'\020\001' 40 _globals['_SETCOVERPROTO']._serialized_start=86 41 _globals['_SETCOVERPROTO']._serialized_end=318 42 _globals['_SETCOVERPROTO_SUBSET']._serialized_start=236 43 _globals['_SETCOVERPROTO_SUBSET']._serialized_end=293 44 _globals['_SETCOVERSOLUTIONRESPONSE']._serialized_start=321 45 _globals['_SETCOVERSOLUTIONRESPONSE']._serialized_end=810 46 _globals['_SETCOVERSOLUTIONRESPONSE_STATUS']._serialized_start=636 47 _globals['_SETCOVERSOLUTIONRESPONSE_STATUS']._serialized_end=715 48# @@protoc_insertion_point(module_scope)
DESCRIPTOR =
<google._upb._message.FileDescriptor object>
class
SetCoverProto(google._upb._message.Message, google.protobuf.message.Message):
A ProtocolMessage
class
SetCoverProto.Subset(google._upb._message.Message, google.protobuf.message.Message):
A ProtocolMessage
class
SetCoverSolutionResponse(google._upb._message.Message, google.protobuf.message.Message):
A ProtocolMessage