Renaud Lenne

Results 1 comments of Renaud Lenne

#43 seems to be a good way to solve this issue, but I think there is an issue with its implementation: `Graph.Pathfinding.do_bfs/5` is still using `Graph.Utils.vertex_id` https://github.com/bitwalker/libgraph/blob/f033439e2433a106e4104ed4540f67fd9381a53c/lib/graph/pathfinding.ex#L130-L136 and thus all...