Example #1
0
 public Parallel(Vertex b, Vertex a)
 {
     before = b;
     after  = a;
     across = new HashSet <Parallel>();
 }