You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: The Routing algorithm still is inefficient and it requires at least Runtime(100) to completely find routes in long topos (+19 nodes). Where: RoutingP module Suggestions:
Implement a graph algorithm
Reduce the number of unnecessary routes sent to nodes
maybe implement checkPackets function
The text was updated successfully, but these errors were encountered:
Problem: The Routing algorithm still is inefficient and it requires at least Runtime(100) to completely find routes in long topos (+19 nodes).
Where: RoutingP module
Suggestions:
The text was updated successfully, but these errors were encountered: