Guest User

Untitled

a guest
Dec 11th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. fun insere(g:Graph, p1,p2:Graph):Graph{
  2.  
  3.         {g':Graph | g'.edge = g.edge + p1 -> p2}
  4. }
Add Comment
Please, Sign In to add comment