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:
@@ -107,10 +107,7 @@ public:
|
||||
}
|
||||
|
||||
void Run() {
|
||||
double time = _Timestamp();
|
||||
RemoveUselessShortcuts();
|
||||
time = _Timestamp() - time;
|
||||
cout << "Postprocessing Time: " << time << " s" << endl;
|
||||
}
|
||||
|
||||
template< class EdgeT >
|
||||
|
||||
Reference in New Issue
Block a user