-
Notifications
You must be signed in to change notification settings - Fork 183
missing edgecolormap in BFS traversal #331
Comments
Do you have more details? |
on this?
no! just whishfull thinking :) |
I don't think this is correct. We have calls to |
@sbromberger you are right, actually I misundertstood the issue. Actually what is missing in BFS with respect to DFS is an edgecolormap, whose elements should be passed to examine_neighbor. At the moment This could be fixed easily, I'll do it along the other changes in #332 @jpfairbanks For traversals not needing an edgecolormap maybe one could define a dummy dict-like type for edgecolormap that doesn't allocate memory and doesn't perform any computation... |
can we close this with the merge of #332? |
Yep |
while it is present in DFS.
Maybe there is a way, to maximize efficiency, to choose if edge discovery has to be considered or not
The text was updated successfully, but these errors were encountered: