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_constrained_vertex.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_partitionable_vertex.py
pacman/model/abstract_classes/abstract_partitioned_edge_n_keys_map.py
pacman/model/abstract_classes/abstract_resource.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_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_same_keys_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/constraints/utility_constraints/__init__.py
pacman/model/constraints/utility_constraints/vertex_has_dependent_constraint.py
pacman/model/constraints/utility_constraints/vertex_requires_multi_cast_source_constraint.py
pacman/model/constraints/utility_constraints/vertex_requires_virtual_chip_in_machine_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/partitionable_edge.py
pacman/model/partitionable_graph/partitionable_graph.py
pacman/model/partitioned_graph/__init__.py
pacman/model/partitioned_graph/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/resource_container.py
pacman/model/resources/sdram_resource.py
pacman/model/routing_info/__init__.py
pacman/model/routing_info/dict_based_partitioned_edge_n_keys_map.py
pacman/model/routing_info/key_and_mask.py
pacman/model/routing_info/routing_info.py
pacman/model/routing_info/subedge_routing_info.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/abstract_algorithms/__init__.py
pacman/operations/abstract_algorithms/abstract_partition_algorithm.py
pacman/operations/abstract_algorithms/abstract_placer_algorithm.py
pacman/operations/abstract_algorithms/abstract_router_algorithm.py
pacman/operations/abstract_algorithms/abstract_routing_info_allocator_algorithm.py
pacman/operations/abstract_algorithms/abstract_tag_allocator_algorithm.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/radial_placer.py
pacman/operations/router_algorithms/__init__.py
pacman/operations/router_algorithms/basic_dijkstra_routing.py
pacman/operations/router_algorithms/peters_weighted_dijkstra_routing.py
pacman/operations/router_algorithms/steiner_tree_weighted_routing.py
pacman/operations/router_check_functionality/__init__.py
pacman/operations/router_check_functionality/valid_routes_checker.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/malloc_based_routing_allocator/__init__.py
pacman/operations/routing_info_allocator_algorithms/malloc_based_routing_allocator/free_space.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/tag_allocator_algorithms/__init__.py
pacman/operations/tag_allocator_algorithms/basic_tag_allocator.py
pacman/utilities/__init__.py
pacman/utilities/constants.py
pacman/utilities/field.py
pacman/utilities/ordered_set.py
pacman/utilities/progress_bar.py
pacman/utilities/report_states.py
pacman/utilities/reports.py
pacman/utilities/resource_tracker.py
pacman/utilities/utility_calls.py