slow_calc(nodes,
path=None,
dist=True,
check=True,
setup=True)
| source code
|
Calculate routing tables in a slower, but memory-saving way.
This method should be used, when big maps are used.
- Parameters:
path - sets the base path. It is used to save a cached version of the
routing tables
dist - if set to false the distance between every node to every other
node is not held in memory
check - even if the routing tables are loaded from cache files its
checked if they are complete - by doing at least one routing
iteration. If check is false this is skipped
|