Variable DistGraph._vertices

Le tableau associatifs des sommets => Sommet [id]

class DistGraph
{
  // ...
  VD[ulong] _vertices;
  // ...
}