Note

This is the documentation for the current state of the development branch of rustworkx. The documentation or APIs here can change prior to being released.

Geometry#

rustworkx.hyperbolic_greedy_routing(graph, ...)

Performs the greedy routing algorithm from source to destination using the hyperbolic distance.

rustworkx.hyperbolic_greedy_success_rate(...)

Returns the proportion of successful hyperbolic greedy routing paths between all pairs of nodes.