| 1 | 8. s1: traversal(the_graph) 9. (inl(u) 10. l_disjoint(Vertices(the_graph)+Vertices(the_graph);s1;s) 11. no_repeats(Vertices(the_graph)+Vertices(the_graph);s1) 12. paren(Vertices(the_graph);s1) 13. dfs(the_obj;s;u) = (s1 @ s) 14. s': traversal(the_graph) 15. 16. l_disjoint(Vertices(the_graph)+Vertices(the_graph);s';dfs(the_obj;s;u)) 17. no_repeats(Vertices(the_graph)+Vertices(the_graph);s') 18. paren(Vertices(the_graph);s') 19. list_accum(s',j.dfs(the_obj;s';j);dfs(the_obj;s;u);v) = (s' @ dfs(the_obj;s;u)) 20. i: Vertices(the_graph) 21. (i | 5 steps |
|   | ||
| 2 | 8. s1: traversal(the_graph) 9. (inl(u) 10. l_disjoint(Vertices(the_graph)+Vertices(the_graph);s1;s) 11. no_repeats(Vertices(the_graph)+Vertices(the_graph);s1) 12. paren(Vertices(the_graph);s1) 13. dfs(the_obj;s;u) = (s1 @ s) 14. s': traversal(the_graph) 15. 16. l_disjoint(Vertices(the_graph)+Vertices(the_graph);s';dfs(the_obj;s;u)) 17. no_repeats(Vertices(the_graph)+Vertices(the_graph);s') 18. paren(Vertices(the_graph);s') 19. list_accum(s',j.dfs(the_obj;s';j);dfs(the_obj;s;u);v) = (s' @ dfs(the_obj;s;u)) | 1 step |
|   | ||
| 3 | 8. s1: traversal(the_graph) 9. (inl(u) 10. l_disjoint(Vertices(the_graph)+Vertices(the_graph);s1;s) 11. no_repeats(Vertices(the_graph)+Vertices(the_graph);s1) 12. paren(Vertices(the_graph);s1) 13. dfs(the_obj;s;u) = (s1 @ s) 14. s': traversal(the_graph) 15. 16. l_disjoint(Vertices(the_graph)+Vertices(the_graph);s';dfs(the_obj;s;u)) 17. no_repeats(Vertices(the_graph)+Vertices(the_graph);s') 18. paren(Vertices(the_graph);s') 19. list_accum(s',j.dfs(the_obj;s';j);dfs(the_obj;s;u);v) = (s' @ dfs(the_obj;s;u)) | 1 step |
|   | ||
| 4 | 8. s1: traversal(the_graph) 9. (inl(u) 10. l_disjoint(Vertices(the_graph)+Vertices(the_graph);s1;s) 11. no_repeats(Vertices(the_graph)+Vertices(the_graph);s1) 12. paren(Vertices(the_graph);s1) 13. dfs(the_obj;s;u) = (s1 @ s) 14. s': traversal(the_graph) 15. 16. l_disjoint(Vertices(the_graph)+Vertices(the_graph);s';dfs(the_obj;s;u)) 17. no_repeats(Vertices(the_graph)+Vertices(the_graph);s') 18. paren(Vertices(the_graph);s') 19. list_accum(s',j.dfs(the_obj;s';j);dfs(the_obj;s;u);v) = (s' @ dfs(the_obj;s;u)) | 1 step |
|   | ||
| 5 | 8. s1: traversal(the_graph) 9. (inl(u) 10. l_disjoint(Vertices(the_graph)+Vertices(the_graph);s1;s) 11. no_repeats(Vertices(the_graph)+Vertices(the_graph);s1) 12. paren(Vertices(the_graph);s1) 13. dfs(the_obj;s;u) = (s1 @ s) 14. s': traversal(the_graph) 15. 16. l_disjoint(Vertices(the_graph)+Vertices(the_graph);s';dfs(the_obj;s;u)) 17. no_repeats(Vertices(the_graph)+Vertices(the_graph);s') 18. paren(Vertices(the_graph);s') 19. list_accum(s',j.dfs(the_obj;s';j);dfs(the_obj;s;u);v) = (s' @ dfs(the_obj;s;u)) | 1 step |
About: