The tracker seems to work.
[mtp.git] / mtp_graph.h
index 072eeec..9c14ea2 100644 (file)
@@ -43,4 +43,9 @@ public:
   void print();
 };
 
+void dot_print(int nb_vertices,
+               int nb_edges, int *ea, int *eb, scalar_t *el,
+               int source, int sink,
+               int *edge_occupation);
+
 #endif