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/constraints/__init__.py
pacman/model/constraints/abstract_constraint.py
pacman/model/constraints/abstract_partitioner_constraint.py
pacman/model/constraints/abstract_placer_constraint.py
pacman/model/constraints/abstract_router_constraint.py
pacman/model/constraints/abstract_utility_constraint.py
pacman/model/constraints/key_allocator_routing_constraint.py
pacman/model/constraints/partitioner_maximum_size_constraint.py
pacman/model/constraints/partitioner_same_size_as_vertex_constraint.py
pacman/model/constraints/placer_chip_and_core_constraint.py
pacman/model/constraints/placer_subvertex_same_chip_constraint.py
pacman/model/constraints/vertex_has_dependent_constraint.py
pacman/model/constraints/vertex_requires_multi_cast_source_constraint.py
pacman/model/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/abstract_constrained_vertex.py
pacman/model/partitionable_graph/abstract_partitionable_vertex.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/abstract_resource.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/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/operations/__init__.py
pacman/operations/partition_algorithms/__init__.py
pacman/operations/partition_algorithms/abstract_partition_algorithm.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/abstract_placer_algorithm.py
pacman/operations/placer_algorithms/basic_placer.py
pacman/operations/placer_algorithms/radial_placer.py
pacman/operations/router_algorithms/__init__.py
pacman/operations/router_algorithms/abstract_router_algorithm.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/abstract_routing_info_allocator_algorithm.py
pacman/operations/routing_info_allocator_algorithms/basic_routing_info_allocator.py
pacman/utilities/__init__.py
pacman/utilities/constants.py
pacman/utilities/multi_cast_command.py
pacman/utilities/placement_tracker.py
pacman/utilities/progress_bar.py
pacman/utilities/report_states.py
pacman/utilities/reports.py
pacman/utilities/sdram_tracker.py
pacman/utilities/utility_calls.py