nompute a vector<bool> that indicates if it's possible at all to take a turn at a certain node

This commit is contained in:
Dennis Luxen
2010-09-29 16:40:36 +00:00
parent 676f64b0ef
commit 94cfb4aad7
3 changed files with 35 additions and 6 deletions
-3
View File
@@ -107,10 +107,7 @@ public:
}
void Run() {
double time = _Timestamp();
RemoveUselessShortcuts();
time = _Timestamp() - time;
cout << "Postprocessing Time: " << time << " s" << endl;
}
template< class EdgeT >