| 1 | 1. the_graph: Graph 2. the_obj: GraphObject(the_graph) 3. s: traversal(the_graph) 4. i: Vertices(the_graph) 5. df-traversal(the_graph;s) 6. 7. s1: traversal(the_graph) 8. s2: traversal(the_graph) 9. s3: traversal(the_graph) 10. i1: Vertices(the_graph) 11. j: Vertices(the_graph) 12. i1-the_graph- > j 13. paren(Vertices(the_graph);s2) 14. 15. paren(Vertices(the_graph);s3) 16. df-traversal(the_graph;s2 @ s1) 17. df-traversal(the_graph;s1) 18. 19. ( | 8 steps |
|   | ||
| 2 | 1. the_graph: Graph 2. the_obj: GraphObject(the_graph) 3. s: traversal(the_graph) 4. i: Vertices(the_graph) 5. df-traversal(the_graph;s) 6. 7. s1: traversal(the_graph) 8. s2: traversal(the_graph) 9. i1: Vertices(the_graph) 10. 11. 12. paren(Vertices(the_graph);s2) 13. l_disjoint(Vertices(the_graph)+Vertices(the_graph);s2;s1) 14. no_repeats(Vertices(the_graph)+Vertices(the_graph);s2) 15. 16. 17. df-traversal(the_graph;[inr(i1) / s1]) 18. df-traversal(the_graph;s1) 19. | 35 steps |
About: