README
setup.py
SpiNNaker_PACMAN.egg-info/PKG-INFO
SpiNNaker_PACMAN.egg-info/SOURCES.txt
SpiNNaker_PACMAN.egg-info/dependency_links.txt
SpiNNaker_PACMAN.egg-info/requires.txt
SpiNNaker_PACMAN.egg-info/top_level.txt
pacman/__init__.py
pacman/exceptions.py
pacman/executor/__init__.py
pacman/executor/algorithm_metadata_xml_reader.py
pacman/executor/injection_decorator.py
pacman/executor/pacman_algorithm_executor.py
pacman/executor/algorithm_classes/__init__.py
pacman/executor/algorithm_classes/abstract_algorithm.py
pacman/executor/algorithm_classes/abstract_python_algorithm.py
pacman/executor/algorithm_classes/external_algorithm.py
pacman/executor/algorithm_classes/python_class_algorithm.py
pacman/executor/algorithm_classes/python_function_algorithm.py
pacman/executor/algorithm_decorators/__init__.py
pacman/executor/algorithm_decorators/abstract_input.py
pacman/executor/algorithm_decorators/algorithm_decorator.py
pacman/executor/algorithm_decorators/all_of_input.py
pacman/executor/algorithm_decorators/one_of_input.py
pacman/executor/algorithm_decorators/output.py
pacman/executor/algorithm_decorators/single_input.py
pacman/model/__init__.py
pacman/model/abstract_classes/__init__.py
pacman/model/abstract_classes/abstract_has_constraints.py
pacman/model/abstract_classes/abstract_has_global_max_atoms.py
pacman/model/abstract_classes/abstract_has_label.py
pacman/model/abstract_classes/impl/__init__.py
pacman/model/abstract_classes/impl/constrained_object.py
pacman/model/constraints/__init__.py
pacman/model/constraints/abstract_constraint.py
pacman/model/constraints/abstract_provides_incoming_partition_constraints.py
pacman/model/constraints/abstract_provides_outgoing_partition_constraints.py
pacman/model/constraints/key_allocator_constraints/__init__.py
pacman/model/constraints/key_allocator_constraints/abstract_key_allocator_constraint.py
pacman/model/constraints/key_allocator_constraints/key_allocator_contiguous_range_constraint.py
pacman/model/constraints/key_allocator_constraints/key_allocator_fixed_field_constraint.py
pacman/model/constraints/key_allocator_constraints/key_allocator_fixed_key_and_mask_constraint.py
pacman/model/constraints/key_allocator_constraints/key_allocator_fixed_mask_constraint.py
pacman/model/constraints/key_allocator_constraints/key_allocator_flexi_field_constraint.py
pacman/model/constraints/partitioner_constraints/__init__.py
pacman/model/constraints/partitioner_constraints/abstract_partitioner_constraint.py
pacman/model/constraints/partitioner_constraints/partitioner_maximum_size_constraint.py
pacman/model/constraints/partitioner_constraints/partitioner_same_size_as_vertex_constraint.py
pacman/model/constraints/placer_constraints/__init__.py
pacman/model/constraints/placer_constraints/abstract_placer_constraint.py
pacman/model/constraints/placer_constraints/placer_board_constraint.py
pacman/model/constraints/placer_constraints/placer_chip_and_core_constraint.py
pacman/model/constraints/placer_constraints/placer_radial_placement_from_chip_constraint.py
pacman/model/constraints/placer_constraints/placer_same_chip_as_constraint.py
pacman/model/constraints/router_constraints/__init__.py
pacman/model/constraints/router_constraints/abstract_router_constraint.py
pacman/model/decorators/__init__.py
pacman/model/decorators/delegates_to.py
pacman/model/decorators/overrides.py
pacman/model/graphs/__init__.py
pacman/model/graphs/abstract_edge.py
pacman/model/graphs/abstract_fpga_vertex.py
pacman/model/graphs/abstract_graph.py
pacman/model/graphs/abstract_outgoing_edge_partition.py
pacman/model/graphs/abstract_spinnaker_link_vertex.py
pacman/model/graphs/abstract_vertex.py
pacman/model/graphs/abstract_virtual_vertex.py
pacman/model/graphs/application/__init__.py
pacman/model/graphs/application/abstract_application_edge.py
pacman/model/graphs/application/abstract_application_vertex.py
pacman/model/graphs/application/impl/__init__.py
pacman/model/graphs/application/impl/application_edge.py
pacman/model/graphs/application/impl/application_fpga_vertex.py
pacman/model/graphs/application/impl/application_graph.py
pacman/model/graphs/application/impl/application_outgoing_edge_partition.py
pacman/model/graphs/application/impl/application_spinnaker_link_vertex.py
pacman/model/graphs/application/impl/application_vertex.py
pacman/model/graphs/common/__init__.py
pacman/model/graphs/common/edge_traffic_type.py
pacman/model/graphs/common/graph_mapper.py
pacman/model/graphs/common/slice.py
pacman/model/graphs/impl/__init__.py
pacman/model/graphs/impl/graph.py
pacman/model/graphs/impl/outgoing_edge_partition.py
pacman/model/graphs/machine/__init__.py
pacman/model/graphs/machine/abstract_machine_edge.py
pacman/model/graphs/machine/abstract_machine_vertex.py
pacman/model/graphs/machine/impl/__init__.py
pacman/model/graphs/machine/impl/machine_edge.py
pacman/model/graphs/machine/impl/machine_fpga_vertex.py
pacman/model/graphs/machine/impl/machine_graph.py
pacman/model/graphs/machine/impl/machine_outgoing_edge_partition.py
pacman/model/graphs/machine/impl/machine_spinnaker_link_vertex.py
pacman/model/graphs/machine/impl/machine_vertex.py
pacman/model/placements/__init__.py
pacman/model/placements/placement.py
pacman/model/placements/placements.py
pacman/model/resources/__init__.py
pacman/model/resources/abstract_resource.py
pacman/model/resources/cpu_cycles_per_tick_resource.py
pacman/model/resources/dtcm_resource.py
pacman/model/resources/element_free_space.py
pacman/model/resources/iptag_resource.py
pacman/model/resources/resource_container.py
pacman/model/resources/reverse_iptag_resource.py
pacman/model/resources/sdram_resource.py
pacman/model/routing_info/__init__.py
pacman/model/routing_info/abstract_machine_partition_n_keys_map.py
pacman/model/routing_info/base_key_and_mask.py
pacman/model/routing_info/dict_based_machine_partition_n_keys_map.py
pacman/model/routing_info/partition_routing_info.py
pacman/model/routing_info/routing_info.py
pacman/model/routing_table_by_partition/__init__.py
pacman/model/routing_table_by_partition/multicast_routing_table_by_partition.py
pacman/model/routing_table_by_partition/multicast_routing_table_by_partition_entry.py
pacman/model/routing_tables/__init__.py
pacman/model/routing_tables/multicast_routing_table.py
pacman/model/routing_tables/multicast_routing_tables.py
pacman/model/tags/__init__.py
pacman/model/tags/tags.py
pacman/operations/__init__.py
pacman/operations/algorithms_metadata.xml
pacman/operations/algorithms_metadata_schema.xsd
pacman/operations/rigs_algorithm_metadata.xml
pacman/operations/algorithm_reports/__init__.py
pacman/operations/algorithm_reports/reports.py
pacman/operations/algorithm_reports/reports_metadata.xml
pacman/operations/chip_id_allocator_algorithms/__init__.py
pacman/operations/chip_id_allocator_algorithms/malloc_based_chip_id_allocator.py
pacman/operations/multi_cast_router_check_functionality/__init__.py
pacman/operations/multi_cast_router_check_functionality/valid_routes_checker.py
pacman/operations/partition_algorithms/__init__.py
pacman/operations/partition_algorithms/basic_partitioner.py
pacman/operations/partition_algorithms/partition_and_place_partitioner.py
pacman/operations/placer_algorithms/__init__.py
pacman/operations/placer_algorithms/basic_placer.py
pacman/operations/placer_algorithms/connective_based_placer.py
pacman/operations/placer_algorithms/one_to_one_placer.py
pacman/operations/placer_algorithms/radial_placer.py
pacman/operations/rig_algorithms/__init__.py
pacman/operations/rig_algorithms/rig_place_and_route.py
pacman/operations/rig_algorithms/rig_route.py
pacman/operations/router_algorithms/__init__.py
pacman/operations/router_algorithms/basic_dijkstra_routing.py
pacman/operations/router_compressors/__init__.py
pacman/operations/router_compressors/basic_route_merger.py
pacman/operations/router_compressors/malloc_based_route_merger.py
pacman/operations/router_compressors/mundys_router_compressor/__init__.py
pacman/operations/router_compressors/mundys_router_compressor/routing_table_condenser.py
pacman/operations/routing_info_allocator_algorithms/__init__.py
pacman/operations/routing_info_allocator_algorithms/basic_routing_info_allocator.py
pacman/operations/routing_info_allocator_algorithms/destination_based_key_allocator.py
pacman/operations/routing_info_allocator_algorithms/field_based_routing_allocator/__init__.py
pacman/operations/routing_info_allocator_algorithms/field_based_routing_allocator/vertex_based_routing_info_allocator.py
pacman/operations/routing_info_allocator_algorithms/malloc_based_routing_allocator/__init__.py
pacman/operations/routing_info_allocator_algorithms/malloc_based_routing_allocator/compressible_malloc_based_routing_info_allocator.py
pacman/operations/routing_info_allocator_algorithms/malloc_based_routing_allocator/key_field_generator.py
pacman/operations/routing_info_allocator_algorithms/malloc_based_routing_allocator/malloc_based_routing_info_allocator.py
pacman/operations/routing_table_generators/__init__.py
pacman/operations/routing_table_generators/basic_routing_table_generator.py
pacman/operations/tag_allocator_algorithms/__init__.py
pacman/operations/tag_allocator_algorithms/basic_tag_allocator.py
pacman/utilities/__init__.py
pacman/utilities/constants.py
pacman/utilities/rig_converters.py
pacman/utilities/utility_calls.py
pacman/utilities/vertex_sorter.py
pacman/utilities/algorithm_utilities/__init__.py
pacman/utilities/algorithm_utilities/element_allocator_algorithm.py
pacman/utilities/algorithm_utilities/field_based_system_utilities.py
pacman/utilities/algorithm_utilities/machine_algorithm_utilities.py
pacman/utilities/algorithm_utilities/partition_algorithm_utilities.py
pacman/utilities/algorithm_utilities/placer_algorithm_utilities.py
pacman/utilities/algorithm_utilities/routing_info_allocator_utilities.py
pacman/utilities/file_format_converters/__init__.py
pacman/utilities/file_format_converters/convert_to_file_core_allocations.py
pacman/utilities/file_format_converters/convert_to_file_machine.py
pacman/utilities/file_format_converters/convert_to_file_machine_graph.py
pacman/utilities/file_format_converters/convert_to_file_placement.py
pacman/utilities/file_format_converters/convert_to_memory_multi_cast_routes.py
pacman/utilities/file_format_converters/convert_to_memory_placements.py
pacman/utilities/file_format_converters/converter_algorithms_metadata.xml
pacman/utilities/file_format_converters/create_file_constraints.py
pacman/utilities/file_format_schemas/__init__.py
pacman/utilities/file_format_schemas/constraints.json
pacman/utilities/file_format_schemas/core_allocations.json
pacman/utilities/file_format_schemas/machine.json
pacman/utilities/file_format_schemas/machine_graph.json
pacman/utilities/file_format_schemas/placements.json
pacman/utilities/file_format_schemas/routes.json
pacman/utilities/file_format_schemas/routing_keys.json
pacman/utilities/file_format_schemas/routing_tables.json
pacman/utilities/file_format_schemas/tag_allocations.json
pacman/utilities/utility_objs/__init__.py
pacman/utilities/utility_objs/field.py
pacman/utilities/utility_objs/flexi_field.py
pacman/utilities/utility_objs/resource_tracker.py
pacman/utilities/utility_objs/timer.py