tests.pathfinding.test_single_pair_shortest_path_dijkstra#
Unit tests for the single_pair_shortest_path() function.
Functions
Ensure that graphs with a custom weight function A.) work, and B.) solve as expected in the case where \(weight(u, v) \\neq 1\). |
|
Ensure that graphs with a custom weighting function A.) work, and B.) solve as expected in the case where \(weight(u, v) = 1\). |