| 1 | 1. the_graph: Graph 2. the_obj: GraphObject(the_graph) 3. paren(Vertices(the_graph);depthfirst(the_obj)) 4. no_repeats(Vertices(the_graph)+Vertices(the_graph);depthfirst(the_obj)) 5. df-traversal(the_graph;depthfirst(the_obj)) 6. depthfirst-traversal(the_graph;depthfirst(the_obj)) 7. 8. non-trivial-loop-free(the_graph) | 8 steps |
|   | ||
| 2 | 1. the_graph: Graph 2. the_obj: GraphObject(the_graph) 3. paren(Vertices(the_graph);depthfirst(the_obj)) 4. no_repeats(Vertices(the_graph)+Vertices(the_graph);depthfirst(the_obj)) 5. df-traversal(the_graph;depthfirst(the_obj)) 6. depthfirst-traversal(the_graph;depthfirst(the_obj)) 7. 8. i: Vertices(the_graph) | 1 step |
|   | ||
| 3 | 1. the_graph: Graph 2. the_obj: GraphObject(the_graph) 3. paren(Vertices(the_graph);depthfirst(the_obj)) 4. no_repeats(Vertices(the_graph)+Vertices(the_graph);depthfirst(the_obj)) 5. df-traversal(the_graph;depthfirst(the_obj)) 6. depthfirst-traversal(the_graph;depthfirst(the_obj)) 7. | 1 step |
About: