User Portlet User Portlet

Discussions
Greetings, I play with the functions of the subject matter. And I'm having a hard time understanding the difference 1. Events that provide access to **vertex visits** 2. Events that provide access to **vertex discovery** I would be very...
There is a graph g. I'd like to DepthFirstScan it: DepthFirstScan[g, 5, {"VisitedVertex" -> (G[#1, #2] &)}]; where G[x_,y_] := is some function that makes a change to the graph when a condition is fulfilled. Then I'd like to stop the...