168169170171172173174175176177178
try { if ( allPaths == null ) { allPaths = new AllPairsShortestPath( this ); } else { allPaths.update( this ); }