# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: ortools/constraint_solver/routing_parameters.proto """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2 from ortools.constraint_solver import routing_enums_pb2 as ortools_dot_constraint__solver_dot_routing__enums__pb2 from ortools.constraint_solver import solver_parameters_pb2 as ortools_dot_constraint__solver_dot_solver__parameters__pb2 from ortools.util import optional_boolean_pb2 as ortools_dot_util_dot_optional__boolean__pb2 DESCRIPTOR = _descriptor.FileDescriptor( name='ortools/constraint_solver/routing_parameters.proto', package='operations_research', syntax='proto3', serialized_options=b'\n#com.google.ortools.constraintsolverP\001\252\002\037Google.OrTools.ConstraintSolver', create_key=_descriptor._internal_create_key, serialized_pb=b'\n2ortools/constraint_solver/routing_parameters.proto\x12\x13operations_research\x1a\x1egoogle/protobuf/duration.proto\x1a-ortools/constraint_solver/routing_enums.proto\x1a\x31ortools/constraint_solver/solver_parameters.proto\x1a#ortools/util/optional_boolean.proto\"\xb3#\n\x17RoutingSearchParameters\x12Q\n\x17\x66irst_solution_strategy\x18\x01 \x01(\x0e\x32\x30.operations_research.FirstSolutionStrategy.Value\x12.\n&use_unfiltered_first_solution_strategy\x18\x02 \x01(\x08\x12\x1f\n\x17savings_neighbors_ratio\x18\x0e \x01(\x01\x12&\n\x1esavings_max_memory_usage_bytes\x18\x17 \x01(\x01\x12 \n\x18savings_add_reverse_arcs\x18\x0f \x01(\x08\x12\x1f\n\x17savings_arc_coefficient\x18\x12 \x01(\x01\x12\x1f\n\x17savings_parallel_routes\x18\x13 \x01(\x08\x12/\n\'cheapest_insertion_farthest_seeds_ratio\x18\x10 \x01(\x01\x12\x39\n1cheapest_insertion_first_solution_neighbors_ratio\x18\x15 \x01(\x01\x12\x36\n.cheapest_insertion_ls_operator_neighbors_ratio\x18\x1f \x01(\x01\x12\x32\n*cheapest_insertion_add_unperformed_entries\x18( \x01(\x08\x12)\n!christofides_use_minimum_matching\x18\x1e \x01(\x08\x12m\n\x16local_search_operators\x18\x03 \x01(\x0b\x32M.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators\x12\x34\n,use_multi_armed_bandit_concatenate_operators\x18) \x01(\x08\x12?\n7multi_armed_bandit_compound_operator_memory_coefficient\x18* \x01(\x01\x12\x44\n\n\x10use_inactive_lns\x18\x13 \x01(\x0e\x32$.operations_research.OptionalBoolean\x12T\n&use_global_cheapest_insertion_path_lns\x18\x1b \x01(\x0e\x32$.operations_research.OptionalBoolean\x12S\n%use_local_cheapest_insertion_path_lns\x18\x1c \x01(\x0e\x32$.operations_research.OptionalBoolean\x12l\n>use_relocate_path_global_cheapest_insertion_insert_unperformed\x18! \x01(\x0e\x32$.operations_research.OptionalBoolean\x12_\n1use_global_cheapest_insertion_expensive_chain_lns\x18\x1d \x01(\x0e\x32$.operations_research.OptionalBoolean\x12^\n0use_local_cheapest_insertion_expensive_chain_lns\x18\x1e \x01(\x0e\x32$.operations_research.OptionalBoolean\x12[\n-use_global_cheapest_insertion_close_nodes_lns\x18\x1f \x01(\x0e\x32$.operations_research.OptionalBoolean\x12Z\n,use_local_cheapest_insertion_close_nodes_lns\x18 \x01(\x0e\x32$.operations_research.OptionalBoolean\x1au\n ImprovementSearchLimitParameters\x12$\n\x1cimprovement_rate_coefficient\x18& \x01(\x01\x12+\n#improvement_rate_solutions_distance\x18\' \x01(\x05\"3\n\x10SchedulingSolver\x12\t\n\x05UNSET\x10\x00\x12\x08\n\x04GLOP\x10\x01\x12\n\n\x06\x43P_SAT\x10\x02\"\xa8\x01\n\x16RoutingModelParameters\x12J\n\x11solver_parameters\x18\x01 \x01(\x0b\x32/.operations_research.ConstraintSolverParameters\x12!\n\x19reduce_vehicle_cost_model\x18\x02 \x01(\x08\x12\x1f\n\x17max_callback_cache_size\x18\x03 \x01(\x05\x42I\n#com.google.ortools.constraintsolverP\x01\xaa\x02\x1fGoogle.OrTools.ConstraintSolverb\x06proto3' , dependencies=[google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,ortools_dot_constraint__solver_dot_routing__enums__pb2.DESCRIPTOR,ortools_dot_constraint__solver_dot_solver__parameters__pb2.DESCRIPTOR,ortools_dot_util_dot_optional__boolean__pb2.DESCRIPTOR,]) _ROUTINGSEARCHPARAMETERS_SCHEDULINGSOLVER = _descriptor.EnumDescriptor( name='SchedulingSolver', full_name='operations_research.RoutingSearchParameters.SchedulingSolver', filename=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, values=[ _descriptor.EnumValueDescriptor( name='UNSET', index=0, number=0, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), _descriptor.EnumValueDescriptor( name='GLOP', index=1, number=1, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), _descriptor.EnumValueDescriptor( name='CP_SAT', index=2, number=2, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), ], containing_type=None, serialized_options=None, serialized_start=4723, serialized_end=4774, ) _sym_db.RegisterEnumDescriptor(_ROUTINGSEARCHPARAMETERS_SCHEDULINGSOLVER) _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS = _descriptor.Descriptor( name='LocalSearchNeighborhoodOperators', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name='use_relocate', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_relocate', index=0, number=1, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_relocate_pair', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_relocate_pair', index=1, number=2, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_light_relocate_pair', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_light_relocate_pair', index=2, number=24, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_relocate_neighbors', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_relocate_neighbors', index=3, number=3, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_relocate_subtrip', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_relocate_subtrip', index=4, number=25, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_exchange', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_exchange', index=5, number=4, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_exchange_pair', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_exchange_pair', index=6, number=22, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_exchange_subtrip', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_exchange_subtrip', index=7, number=26, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_cross', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_cross', index=8, number=5, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_cross_exchange', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_cross_exchange', index=9, number=6, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_relocate_expensive_chain', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_relocate_expensive_chain', index=10, number=23, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_two_opt', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_two_opt', index=11, number=7, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_or_opt', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_or_opt', index=12, number=8, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_lin_kernighan', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_lin_kernighan', index=13, number=9, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_tsp_opt', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_tsp_opt', index=14, number=10, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_make_active', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_make_active', index=15, number=11, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_relocate_and_make_active', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_relocate_and_make_active', index=16, number=21, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_make_inactive', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_make_inactive', index=17, number=12, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_make_chain_inactive', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_make_chain_inactive', index=18, number=13, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_swap_active', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_swap_active', index=19, number=14, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_extended_swap_active', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_extended_swap_active', index=20, number=15, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_node_pair_swap_active', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_node_pair_swap_active', index=21, number=20, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_path_lns', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_path_lns', index=22, number=16, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_full_path_lns', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_full_path_lns', index=23, number=17, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_tsp_lns', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_tsp_lns', index=24, number=18, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_inactive_lns', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_inactive_lns', index=25, number=19, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_global_cheapest_insertion_path_lns', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_global_cheapest_insertion_path_lns', index=26, number=27, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_local_cheapest_insertion_path_lns', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_local_cheapest_insertion_path_lns', index=27, number=28, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_relocate_path_global_cheapest_insertion_insert_unperformed', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_relocate_path_global_cheapest_insertion_insert_unperformed', index=28, number=33, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_global_cheapest_insertion_expensive_chain_lns', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_global_cheapest_insertion_expensive_chain_lns', index=29, number=29, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_local_cheapest_insertion_expensive_chain_lns', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_local_cheapest_insertion_expensive_chain_lns', index=30, number=30, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_global_cheapest_insertion_close_nodes_lns', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_global_cheapest_insertion_close_nodes_lns', index=31, number=31, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_local_cheapest_insertion_close_nodes_lns', full_name='operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators.use_local_cheapest_insertion_close_nodes_lns', index=32, number=32, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), ], extensions=[ ], nested_types=[], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=2211, serialized_end=4602, ) _ROUTINGSEARCHPARAMETERS_IMPROVEMENTSEARCHLIMITPARAMETERS = _descriptor.Descriptor( name='ImprovementSearchLimitParameters', full_name='operations_research.RoutingSearchParameters.ImprovementSearchLimitParameters', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name='improvement_rate_coefficient', full_name='operations_research.RoutingSearchParameters.ImprovementSearchLimitParameters.improvement_rate_coefficient', index=0, number=38, type=1, cpp_type=5, label=1, has_default_value=False, default_value=float(0), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='improvement_rate_solutions_distance', full_name='operations_research.RoutingSearchParameters.ImprovementSearchLimitParameters.improvement_rate_solutions_distance', index=1, number=39, type=5, cpp_type=1, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), ], extensions=[ ], nested_types=[], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=4604, serialized_end=4721, ) _ROUTINGSEARCHPARAMETERS = _descriptor.Descriptor( name='RoutingSearchParameters', full_name='operations_research.RoutingSearchParameters', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name='first_solution_strategy', full_name='operations_research.RoutingSearchParameters.first_solution_strategy', index=0, number=1, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_unfiltered_first_solution_strategy', full_name='operations_research.RoutingSearchParameters.use_unfiltered_first_solution_strategy', index=1, number=2, type=8, cpp_type=7, label=1, has_default_value=False, default_value=False, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='savings_neighbors_ratio', full_name='operations_research.RoutingSearchParameters.savings_neighbors_ratio', index=2, number=14, type=1, cpp_type=5, label=1, has_default_value=False, default_value=float(0), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='savings_max_memory_usage_bytes', full_name='operations_research.RoutingSearchParameters.savings_max_memory_usage_bytes', index=3, number=23, type=1, cpp_type=5, label=1, has_default_value=False, default_value=float(0), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='savings_add_reverse_arcs', full_name='operations_research.RoutingSearchParameters.savings_add_reverse_arcs', index=4, number=15, type=8, cpp_type=7, label=1, has_default_value=False, default_value=False, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='savings_arc_coefficient', full_name='operations_research.RoutingSearchParameters.savings_arc_coefficient', index=5, number=18, type=1, cpp_type=5, label=1, has_default_value=False, default_value=float(0), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='savings_parallel_routes', full_name='operations_research.RoutingSearchParameters.savings_parallel_routes', index=6, number=19, type=8, cpp_type=7, label=1, has_default_value=False, default_value=False, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='cheapest_insertion_farthest_seeds_ratio', full_name='operations_research.RoutingSearchParameters.cheapest_insertion_farthest_seeds_ratio', index=7, number=16, type=1, cpp_type=5, label=1, has_default_value=False, default_value=float(0), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='cheapest_insertion_first_solution_neighbors_ratio', full_name='operations_research.RoutingSearchParameters.cheapest_insertion_first_solution_neighbors_ratio', index=8, number=21, type=1, cpp_type=5, label=1, has_default_value=False, default_value=float(0), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='cheapest_insertion_ls_operator_neighbors_ratio', full_name='operations_research.RoutingSearchParameters.cheapest_insertion_ls_operator_neighbors_ratio', index=9, number=31, type=1, cpp_type=5, label=1, has_default_value=False, default_value=float(0), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='cheapest_insertion_add_unperformed_entries', full_name='operations_research.RoutingSearchParameters.cheapest_insertion_add_unperformed_entries', index=10, number=40, type=8, cpp_type=7, label=1, has_default_value=False, default_value=False, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='christofides_use_minimum_matching', full_name='operations_research.RoutingSearchParameters.christofides_use_minimum_matching', index=11, number=30, type=8, cpp_type=7, label=1, has_default_value=False, default_value=False, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='local_search_operators', full_name='operations_research.RoutingSearchParameters.local_search_operators', index=12, number=3, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_multi_armed_bandit_concatenate_operators', full_name='operations_research.RoutingSearchParameters.use_multi_armed_bandit_concatenate_operators', index=13, number=41, type=8, cpp_type=7, label=1, has_default_value=False, default_value=False, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='multi_armed_bandit_compound_operator_memory_coefficient', full_name='operations_research.RoutingSearchParameters.multi_armed_bandit_compound_operator_memory_coefficient', index=14, number=42, type=1, cpp_type=5, label=1, has_default_value=False, default_value=float(0), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='multi_armed_bandit_compound_operator_exploration_coefficient', full_name='operations_research.RoutingSearchParameters.multi_armed_bandit_compound_operator_exploration_coefficient', index=15, number=43, type=1, cpp_type=5, label=1, has_default_value=False, default_value=float(0), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='relocate_expensive_chain_num_arcs_to_consider', full_name='operations_research.RoutingSearchParameters.relocate_expensive_chain_num_arcs_to_consider', index=16, number=20, type=5, cpp_type=1, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='heuristic_expensive_chain_lns_num_arcs_to_consider', full_name='operations_research.RoutingSearchParameters.heuristic_expensive_chain_lns_num_arcs_to_consider', index=17, number=32, type=5, cpp_type=1, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='heuristic_close_nodes_lns_num_nodes', full_name='operations_research.RoutingSearchParameters.heuristic_close_nodes_lns_num_nodes', index=18, number=35, type=5, cpp_type=1, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='local_search_metaheuristic', full_name='operations_research.RoutingSearchParameters.local_search_metaheuristic', index=19, number=4, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='guided_local_search_lambda_coefficient', full_name='operations_research.RoutingSearchParameters.guided_local_search_lambda_coefficient', index=20, number=5, type=1, cpp_type=5, label=1, has_default_value=False, default_value=float(0), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_depth_first_search', full_name='operations_research.RoutingSearchParameters.use_depth_first_search', index=21, number=6, type=8, cpp_type=7, label=1, has_default_value=False, default_value=False, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_cp', full_name='operations_research.RoutingSearchParameters.use_cp', index=22, number=28, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_cp_sat', full_name='operations_research.RoutingSearchParameters.use_cp_sat', index=23, number=27, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='continuous_scheduling_solver', full_name='operations_research.RoutingSearchParameters.continuous_scheduling_solver', index=24, number=33, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='mixed_integer_scheduling_solver', full_name='operations_research.RoutingSearchParameters.mixed_integer_scheduling_solver', index=25, number=34, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='optimization_step', full_name='operations_research.RoutingSearchParameters.optimization_step', index=26, number=7, type=1, cpp_type=5, label=1, has_default_value=False, default_value=float(0), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='number_of_solutions_to_collect', full_name='operations_research.RoutingSearchParameters.number_of_solutions_to_collect', index=27, number=17, type=5, cpp_type=1, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='solution_limit', full_name='operations_research.RoutingSearchParameters.solution_limit', index=28, number=8, type=3, cpp_type=2, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='time_limit', full_name='operations_research.RoutingSearchParameters.time_limit', index=29, number=9, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='lns_time_limit', full_name='operations_research.RoutingSearchParameters.lns_time_limit', index=30, number=10, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='improvement_limit_parameters', full_name='operations_research.RoutingSearchParameters.improvement_limit_parameters', index=31, number=37, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='use_full_propagation', full_name='operations_research.RoutingSearchParameters.use_full_propagation', index=32, number=11, type=8, cpp_type=7, label=1, has_default_value=False, default_value=False, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='log_search', full_name='operations_research.RoutingSearchParameters.log_search', index=33, number=13, type=8, cpp_type=7, label=1, has_default_value=False, default_value=False, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='log_cost_scaling_factor', full_name='operations_research.RoutingSearchParameters.log_cost_scaling_factor', index=34, number=22, type=1, cpp_type=5, label=1, has_default_value=False, default_value=float(0), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='log_cost_offset', full_name='operations_research.RoutingSearchParameters.log_cost_offset', index=35, number=29, type=1, cpp_type=5, label=1, has_default_value=False, default_value=float(0), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='log_tag', full_name='operations_research.RoutingSearchParameters.log_tag', index=36, number=36, type=9, cpp_type=9, label=1, has_default_value=False, default_value=b"".decode('utf-8'), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), ], extensions=[ ], nested_types=[_ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS, _ROUTINGSEARCHPARAMETERS_IMPROVEMENTSEARCHLIMITPARAMETERS, ], enum_types=[ _ROUTINGSEARCHPARAMETERS_SCHEDULINGSOLVER, ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=243, serialized_end=4774, ) _ROUTINGMODELPARAMETERS = _descriptor.Descriptor( name='RoutingModelParameters', full_name='operations_research.RoutingModelParameters', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name='solver_parameters', full_name='operations_research.RoutingModelParameters.solver_parameters', index=0, number=1, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='reduce_vehicle_cost_model', full_name='operations_research.RoutingModelParameters.reduce_vehicle_cost_model', index=1, number=2, type=8, cpp_type=7, label=1, has_default_value=False, default_value=False, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='max_callback_cache_size', full_name='operations_research.RoutingModelParameters.max_callback_cache_size', index=2, number=3, type=5, cpp_type=1, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), ], extensions=[ ], nested_types=[], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=4777, serialized_end=4945, ) _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_relocate'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_relocate_pair'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_light_relocate_pair'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_relocate_neighbors'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_relocate_subtrip'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_exchange'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_exchange_pair'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_exchange_subtrip'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_cross'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_cross_exchange'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_relocate_expensive_chain'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_two_opt'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_or_opt'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_lin_kernighan'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_tsp_opt'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_make_active'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_relocate_and_make_active'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_make_inactive'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_make_chain_inactive'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_swap_active'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_extended_swap_active'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_node_pair_swap_active'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_path_lns'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_full_path_lns'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_tsp_lns'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_inactive_lns'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_global_cheapest_insertion_path_lns'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_local_cheapest_insertion_path_lns'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_relocate_path_global_cheapest_insertion_insert_unperformed'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_global_cheapest_insertion_expensive_chain_lns'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_local_cheapest_insertion_expensive_chain_lns'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_global_cheapest_insertion_close_nodes_lns'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.fields_by_name['use_local_cheapest_insertion_close_nodes_lns'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS.containing_type = _ROUTINGSEARCHPARAMETERS _ROUTINGSEARCHPARAMETERS_IMPROVEMENTSEARCHLIMITPARAMETERS.containing_type = _ROUTINGSEARCHPARAMETERS _ROUTINGSEARCHPARAMETERS.fields_by_name['first_solution_strategy'].enum_type = ortools_dot_constraint__solver_dot_routing__enums__pb2._FIRSTSOLUTIONSTRATEGY_VALUE _ROUTINGSEARCHPARAMETERS.fields_by_name['local_search_operators'].message_type = _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS _ROUTINGSEARCHPARAMETERS.fields_by_name['local_search_metaheuristic'].enum_type = ortools_dot_constraint__solver_dot_routing__enums__pb2._LOCALSEARCHMETAHEURISTIC_VALUE _ROUTINGSEARCHPARAMETERS.fields_by_name['use_cp'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS.fields_by_name['use_cp_sat'].enum_type = ortools_dot_util_dot_optional__boolean__pb2._OPTIONALBOOLEAN _ROUTINGSEARCHPARAMETERS.fields_by_name['continuous_scheduling_solver'].enum_type = _ROUTINGSEARCHPARAMETERS_SCHEDULINGSOLVER _ROUTINGSEARCHPARAMETERS.fields_by_name['mixed_integer_scheduling_solver'].enum_type = _ROUTINGSEARCHPARAMETERS_SCHEDULINGSOLVER _ROUTINGSEARCHPARAMETERS.fields_by_name['time_limit'].message_type = google_dot_protobuf_dot_duration__pb2._DURATION _ROUTINGSEARCHPARAMETERS.fields_by_name['lns_time_limit'].message_type = google_dot_protobuf_dot_duration__pb2._DURATION _ROUTINGSEARCHPARAMETERS.fields_by_name['improvement_limit_parameters'].message_type = _ROUTINGSEARCHPARAMETERS_IMPROVEMENTSEARCHLIMITPARAMETERS _ROUTINGSEARCHPARAMETERS_SCHEDULINGSOLVER.containing_type = _ROUTINGSEARCHPARAMETERS _ROUTINGMODELPARAMETERS.fields_by_name['solver_parameters'].message_type = ortools_dot_constraint__solver_dot_solver__parameters__pb2._CONSTRAINTSOLVERPARAMETERS DESCRIPTOR.message_types_by_name['RoutingSearchParameters'] = _ROUTINGSEARCHPARAMETERS DESCRIPTOR.message_types_by_name['RoutingModelParameters'] = _ROUTINGMODELPARAMETERS _sym_db.RegisterFileDescriptor(DESCRIPTOR) RoutingSearchParameters = _reflection.GeneratedProtocolMessageType('RoutingSearchParameters', (_message.Message,), { 'LocalSearchNeighborhoodOperators' : _reflection.GeneratedProtocolMessageType('LocalSearchNeighborhoodOperators', (_message.Message,), { 'DESCRIPTOR' : _ROUTINGSEARCHPARAMETERS_LOCALSEARCHNEIGHBORHOODOPERATORS, '__module__' : 'ortools.constraint_solver.routing_parameters_pb2' # @@protoc_insertion_point(class_scope:operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators) }) , 'ImprovementSearchLimitParameters' : _reflection.GeneratedProtocolMessageType('ImprovementSearchLimitParameters', (_message.Message,), { 'DESCRIPTOR' : _ROUTINGSEARCHPARAMETERS_IMPROVEMENTSEARCHLIMITPARAMETERS, '__module__' : 'ortools.constraint_solver.routing_parameters_pb2' # @@protoc_insertion_point(class_scope:operations_research.RoutingSearchParameters.ImprovementSearchLimitParameters) }) , 'DESCRIPTOR' : _ROUTINGSEARCHPARAMETERS, '__module__' : 'ortools.constraint_solver.routing_parameters_pb2' # @@protoc_insertion_point(class_scope:operations_research.RoutingSearchParameters) }) _sym_db.RegisterMessage(RoutingSearchParameters) _sym_db.RegisterMessage(RoutingSearchParameters.LocalSearchNeighborhoodOperators) _sym_db.RegisterMessage(RoutingSearchParameters.ImprovementSearchLimitParameters) RoutingModelParameters = _reflection.GeneratedProtocolMessageType('RoutingModelParameters', (_message.Message,), { 'DESCRIPTOR' : _ROUTINGMODELPARAMETERS, '__module__' : 'ortools.constraint_solver.routing_parameters_pb2' # @@protoc_insertion_point(class_scope:operations_research.RoutingModelParameters) }) _sym_db.RegisterMessage(RoutingModelParameters) DESCRIPTOR._options = None # @@protoc_insertion_point(module_scope)