Variable DistGraph._total

Le nombre de sommets total dans le graphe si il n'était pas répartie

class DistGraph
{
  // ...
  ulong _total;
  // ...
}