pacman.operations.router_algorithms package

Submodules

pacman.operations.router_algorithms.basic_dijkstra_routing module

class pacman.operations.router_algorithms.basic_dijkstra_routing.BasicDijkstraRouting[source]

Bases: object

An routing algorithm that can find routes for edges between vertices in a machine graph that have been placed on a machine by the use of a Dijkstra shortest path algorithm

BW_PER_ROUTE_ENTRY = 0.01
MAX_BW = 250

Module contents

class pacman.operations.router_algorithms.BasicDijkstraRouting[source]

Bases: object

An routing algorithm that can find routes for edges between vertices in a machine graph that have been placed on a machine by the use of a Dijkstra shortest path algorithm

BW_PER_ROUTE_ENTRY = 0.01
MAX_BW = 250