| 1 | 1. the_graph: Graph 2. the_obj: GraphObject(the_graph) 3. s: traversal(the_graph) 4. i: Vertices(the_graph) 5. s1: traversal(the_graph) 6. i1: Vertices(the_graph) 7. (inl(i1) | 1 step |
|   | ||
| 2 | 1. the_graph: Graph 2. the_obj: GraphObject(the_graph) 3. s: traversal(the_graph) 4. i: Vertices(the_graph) 5. s1: traversal(the_graph) 6. s2: traversal(the_graph) 7. s3: traversal(the_graph) 8. i1: Vertices(the_graph) 9. j: Vertices(the_graph) 10. i1-the_graph- > j 11. paren(Vertices(the_graph);s2) 12. paren(Vertices(the_graph);s3) 13. (inl(j) 14. (inl(i1) | 3 steps |
|   | ||
| 3 | 1. the_graph: Graph 2. the_obj: GraphObject(the_graph) 3. s: traversal(the_graph) 4. i: Vertices(the_graph) 5. s1: traversal(the_graph) 6. s2: traversal(the_graph) 7. i1: Vertices(the_graph) 8. 9. 10. (inl(i1) | 1 step |
About: