Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
assignment_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/constraint_solver/assignment.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'\n*ortools/constraint_solver/assignment.proto\x12\x13operations_research\"L\n\x10IntVarAssignment\x12\x0e\n\x06var_id\x18\x01 \x01(\t\x12\x0b\n\x03min\x18\x02 \x01(\x03\x12\x0b\n\x03max\x18\x03 \x01(\x03\x12\x0e\n\x06\x61\x63tive\x18\x04 \x01(\x08\"\xd9\x01\n\x15IntervalVarAssignment\x12\x0e\n\x06var_id\x18\x01 \x01(\t\x12\x11\n\tstart_min\x18\x02 \x01(\x03\x12\x11\n\tstart_max\x18\x03 \x01(\x03\x12\x14\n\x0c\x64uration_min\x18\x04 \x01(\x03\x12\x14\n\x0c\x64uration_max\x18\x05 \x01(\x03\x12\x0f\n\x07\x65nd_min\x18\x06 \x01(\x03\x12\x0f\n\x07\x65nd_max\x18\x07 \x01(\x03\x12\x15\n\rperformed_min\x18\x08 \x01(\x03\x12\x15\n\rperformed_max\x18\t \x01(\x03\x12\x0e\n\x06\x61\x63tive\x18\n \x01(\x08\"\x81\x01\n\x15SequenceVarAssignment\x12\x0e\n\x06var_id\x18\x01 \x01(\t\x12\x18\n\x10\x66orward_sequence\x18\x02 \x03(\x05\x12\x19\n\x11\x62\x61\x63kward_sequence\x18\x03 \x03(\x05\x12\x13\n\x0bunperformed\x18\x04 \x03(\x05\x12\x0e\n\x06\x61\x63tive\x18\x05 \x01(\x08\",\n\nWorkerInfo\x12\x11\n\tworker_id\x18\x01 \x01(\x05\x12\x0b\n\x03\x62ns\x18\x02 \x01(\t\"\xf0\x02\n\x0f\x41ssignmentProto\x12\x41\n\x12int_var_assignment\x18\x01 \x03(\x0b\x32%.operations_research.IntVarAssignment\x12K\n\x17interval_var_assignment\x18\x02 \x03(\x0b\x32*.operations_research.IntervalVarAssignment\x12K\n\x17sequence_var_assignment\x18\x06 \x03(\x0b\x32*.operations_research.SequenceVarAssignment\x12\x38\n\tobjective\x18\x03 \x03(\x0b\x32%.operations_research.IntVarAssignment\x12\x34\n\x0bworker_info\x18\x04 \x01(\x0b\x32\x1f.operations_research.WorkerInfo\x12\x10\n\x08is_valid\x18\x05 \x01(\x08\x62\x06proto3')
18
19_globals = globals()
20_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ortools.constraint_solver.assignment_pb2', _globals)
22if not _descriptor._USE_C_DESCRIPTORS:
23 DESCRIPTOR._loaded_options = None
24 _globals['_INTVARASSIGNMENT']._serialized_start=67
25 _globals['_INTVARASSIGNMENT']._serialized_end=143
26 _globals['_INTERVALVARASSIGNMENT']._serialized_start=146
27 _globals['_INTERVALVARASSIGNMENT']._serialized_end=363
28 _globals['_SEQUENCEVARASSIGNMENT']._serialized_start=366
29 _globals['_SEQUENCEVARASSIGNMENT']._serialized_end=495
30 _globals['_WORKERINFO']._serialized_start=497
31 _globals['_WORKERINFO']._serialized_end=541
32 _globals['_ASSIGNMENTPROTO']._serialized_start=544
33 _globals['_ASSIGNMENTPROTO']._serialized_end=912
34# @@protoc_insertion_point(module_scope)