Hi all,
I want to use getVerticesInOrderVisited() method of BFSDistanceLabeler class. Although it is not said explicitly in javadoc, it seems to me that initialize() should be called prior to invoking getVerticesInOrderVisited(). Am I right?
If no, what is the source vertex for underlying BFS search?
Regards,
Adam
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I want to use getVerticesInOrderVisited() method of BFSDistanceLabeler class. Although it is not said explicitly in javadoc, it seems to me that initialize() should be called prior to invoking getVerticesInOrderVisited(). Am I right?
If no, what is the source vertex for underlying BFS search?
Regards,
Adam