Exemplo n.º 1
0
 public Integer fn(Vertex from, Vertex to) {
   return from.distanceTo(to) / rng.nextInt();
 }
Exemplo n.º 2
0
 public Integer fn(Vertex from, Vertex to) {
   return from.distanceTo(to) / 2;
 }