Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
routing_heuristic_parameters_pb2.py
Go to the documentation of this file.
1# -*- coding: utf-8 -*-
2# Generated by the protocol buffer compiler. DO NOT EDIT!
3# NO CHECKED-IN PROTOBUF GENCODE
4# source: ortools/constraint_solver/routing_heuristic_parameters.proto
5# Protobuf Python Version: 6.33.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 33,
16 1,
17 '',
18 'ortools/constraint_solver/routing_heuristic_parameters.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/constraint_solver/routing_heuristic_parameters.proto\x12\x13operations_research\"\xe6\x06\n LocalCheapestInsertionParameters\x12m\n\x18pickup_delivery_strategy\x18\x01 \x01(\x0e\x32K.operations_research.LocalCheapestInsertionParameters.PairInsertionStrategy\x12t\n\x1cinsertion_sorting_properties\x18\x02 \x03(\x0e\x32N.operations_research.LocalCheapestInsertionParameters.InsertionSortingProperty\"\x92\x01\n\x15PairInsertionStrategy\x12\r\n\tAUTOMATIC\x10\x00\x12\"\n\x1e\x42\x45ST_PICKUP_THEN_BEST_DELIVERY\x10\x01\x12\x1d\n\x19\x42\x45ST_PICKUP_DELIVERY_PAIR\x10\x02\x12\'\n#BEST_PICKUP_DELIVERY_PAIR_MULTITOUR\x10\x03\"\xc7\x03\n\x18InsertionSortingProperty\x12 \n\x1cSORTING_PROPERTY_UNSPECIFIED\x10\x00\x12%\n!SORTING_PROPERTY_ALLOWED_VEHICLES\x10\x01\x12\x1c\n\x18SORTING_PROPERTY_PENALTY\x10\x02\x12\x38\n4SORTING_PROPERTY_PENALTY_OVER_ALLOWED_VEHICLES_RATIO\x10\x03\x12?\n;SORTING_PROPERTY_HIGHEST_AVG_ARC_COST_TO_VEHICLE_START_ENDS\x10\x04\x12>\n:SORTING_PROPERTY_LOWEST_AVG_ARC_COST_TO_VEHICLE_START_ENDS\x10\x05\x12>\n:SORTING_PROPERTY_LOWEST_MIN_ARC_COST_TO_VEHICLE_START_ENDS\x10\x06\x12,\n(SORTING_PROPERTY_HIGHEST_DIMENSION_USAGE\x10\x07\x12\x1b\n\x17SORTING_PROPERTY_RANDOM\x10\x08\"\x7f\n\x11SavingsParameters\x12\x17\n\x0fneighbors_ratio\x18\x01 \x01(\x01\x12\x1e\n\x16max_memory_usage_bytes\x18\x02 \x01(\x01\x12\x18\n\x10\x61\x64\x64_reverse_arcs\x18\x03 \x01(\x08\x12\x17\n\x0f\x61rc_coefficient\x18\x04 \x01(\x01\"\xc2\x01\n!GlobalCheapestInsertionParameters\x12\x1c\n\x14\x66\x61rthest_seeds_ratio\x18\x01 \x01(\x01\x12\x17\n\x0fneighbors_ratio\x18\x02 \x01(\x01\x12\x15\n\rmin_neighbors\x18\x03 \x01(\x05\x12.\n&use_neighbors_ratio_for_initialization\x18\x06 \x01(\x08\x12\x1f\n\x17\x61\x64\x64_unperformed_entries\x18\x07 \x01(\x08\x42I\n#com.google.ortools.constraintsolverP\x01\xaa\x02\x1fGoogle.OrTools.ConstraintSolverb\x06proto3')
28
29_globals = globals()
30_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ortools.constraint_solver.routing_heuristic_parameters_pb2', _globals)
32if not _descriptor._USE_C_DESCRIPTORS:
33 _globals['DESCRIPTOR']._loaded_options = None
34 _globals['DESCRIPTOR']._serialized_options = b'\n#com.google.ortools.constraintsolverP\001\252\002\037Google.OrTools.ConstraintSolver'
35 _globals['_LOCALCHEAPESTINSERTIONPARAMETERS']._serialized_start=86
36 _globals['_LOCALCHEAPESTINSERTIONPARAMETERS']._serialized_end=956
37 _globals['_LOCALCHEAPESTINSERTIONPARAMETERS_PAIRINSERTIONSTRATEGY']._serialized_start=352
38 _globals['_LOCALCHEAPESTINSERTIONPARAMETERS_PAIRINSERTIONSTRATEGY']._serialized_end=498
39 _globals['_LOCALCHEAPESTINSERTIONPARAMETERS_INSERTIONSORTINGPROPERTY']._serialized_start=501
40 _globals['_LOCALCHEAPESTINSERTIONPARAMETERS_INSERTIONSORTINGPROPERTY']._serialized_end=956
41 _globals['_SAVINGSPARAMETERS']._serialized_start=958
42 _globals['_SAVINGSPARAMETERS']._serialized_end=1085
43 _globals['_GLOBALCHEAPESTINSERTIONPARAMETERS']._serialized_start=1088
44 _globals['_GLOBALCHEAPESTINSERTIONPARAMETERS']._serialized_end=1282
45# @@protoc_insertion_point(module_scope)