Update.
[mtp.git] / tracker.cc
index e6d5d0e..4d5ebe7 100644 (file)
@@ -139,7 +139,8 @@ void Tracker::track() {
   }
 
   _graph->find_best_paths(_edge_lengths, _edge_occupation);
-  _graph->print_dot();
+  _graph->retrieve_paths();
+  // _graph->print_dot();
 }
 
 // void Tracker::track() {