X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=mtp_graph.h;h=9c14ea2770f47900252a31c2104749c61323d05a;hb=455e5736828233445ac8aea8f15b3bde7e16e9bf;hp=072eeeca2decc5408cce45d2cc679bf1064b7213;hpb=0f54e5005de0f05d4bc400f23181301eb40f469e;p=mtp.git diff --git a/mtp_graph.h b/mtp_graph.h index 072eeec..9c14ea2 100644 --- a/mtp_graph.h +++ b/mtp_graph.h @@ -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