Cosmetics.
[mtp.git] / mtp.cc
diff --git a/mtp.cc b/mtp.cc
index ce9e56b..13cfad7 100644 (file)
--- a/mtp.cc
+++ b/mtp.cc
@@ -42,6 +42,7 @@ void find_best_paths(int nb_vertices,
                      int *result_edge_occupation) {
   MTPGraph graph(nb_vertices, nb_edges, ea, eb, source, sink);
   graph.find_best_paths(el, result_edge_occupation);
+  graph.print_dot();
 }
 
 //////////////////////////////////////////////////////////////////////