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/model/__init__.py
pacman/model/abstract_classes/__init__.py
pacman/model/abstract_classes/abstract_constrained_edge.py
pacman/model/abstract_classes/abstract_constrained_object.py
pacman/model/abstract_classes/abstract_constrained_vertex.py
pacman/model/abstract_classes/abstract_labeled.py
pacman/model/abstract_classes/abstract_partitioned_partition_n_keys_map.py
pacman/model/abstract_classes/abstract_resource.py
pacman/model/abstract_classes/abstract_virtual_vertex.py
pacman/model/abstract_classes/virtual_partitioned_vertex.py
pacman/model/constraints/__init__.py
pacman/model/constraints/abstract_constraints/__init__.py
pacman/model/constraints/abstract_constraints/abstract_constraint.py
pacman/model/constraints/abstract_constraints/abstract_key_allocator_constraint.py
pacman/model/constraints/abstract_constraints/abstract_partitioner_constraint.py
pacman/model/constraints/abstract_constraints/abstract_placer_constraint.py
pacman/model/constraints/abstract_constraints/abstract_router_constraint.py
pacman/model/constraints/abstract_constraints/abstract_tag_allocator_constraint.py
pacman/model/constraints/abstract_constraints/abstract_utility_constraint.py
pacman/model/constraints/key_allocator_constraints/__init__.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/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/placer_chip_and_core_constraint.py
pacman/model/constraints/placer_constraints/placer_radial_placement_from_chip_constraint.py
pacman/model/constraints/tag_allocator_constraints/__init__.py
pacman/model/constraints/tag_allocator_constraints/tag_allocator_require_iptag_constraint.py
pacman/model/constraints/tag_allocator_constraints/tag_allocator_require_reverse_iptag_constraint.py
pacman/model/graph_mapper/__init__.py
pacman/model/graph_mapper/graph_mapper.py
pacman/model/graph_mapper/slice.py
pacman/model/partitionable_graph/__init__.py
pacman/model/partitionable_graph/abstract_partitionable_edge.py
pacman/model/partitionable_graph/abstract_partitionable_vertex.py
pacman/model/partitionable_graph/fixed_route_partitionable_edge.py
pacman/model/partitionable_graph/multi_cast_partitionable_edge.py
pacman/model/partitionable_graph/partitionable_graph.py
pacman/model/partitioned_graph/__init__.py
pacman/model/partitioned_graph/abstract_partitioned_edge.py
pacman/model/partitioned_graph/fixed_route_partitioned_edge.py
pacman/model/partitioned_graph/multi_cast_partitioned_edge.py
pacman/model/partitioned_graph/partitioned_graph.py
pacman/model/partitioned_graph/partitioned_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/cpu_cycles_per_tick_resource.py
pacman/model/resources/dtcm_resource.py
pacman/model/resources/element_free_space.py
pacman/model/resources/resource_container.py
pacman/model/resources/sdram_resource.py
pacman/model/routing_info/__init__.py
pacman/model/routing_info/base_key_and_mask.py
pacman/model/routing_info/dict_based_partitioned_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/pacman_algorithm_executor.py
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/algorithm_utilities/__init__.py
pacman/utilities/algorithm_utilities/algorithm_data.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/routing_info_allocator_utilities.py
pacman/utilities/file_format_converters/__init__.py
pacman/utilities/file_format_converters/convert_algorithms_metadata.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_partitioned_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/partitioned_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/outgoing_edge_partition.py
pacman/utilities/utility_objs/resource_tracker.py
pacman/utilities/utility_objs/timer.py