1 | 12. p[1] = x 13. path(the_graph;tl(p)) x = y ( z:Vertices(the_graph). z = x & x-the_graph- > z & z-the_graph- > *y) | 6 steps |
  |
2 | 12. p[1] = x 13. path(the_graph;tl(p)) x = y ( z:Vertices(the_graph). z = x & x-the_graph- > z & z-the_graph- > *y) | 4 steps |