X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=mtp.cc;h=a9388f60c1c746ed8b8d35f3ced615402ab899a6;hb=431a713619d30dd7bb6e71bdbce9cef79a60ccca;hp=307da22ffc06b1c57dac1940129af6c4d8481744;hpb=af5339cd0eb42ef3fc1c09d3662cf9fdc900ed38;p=mtp.git diff --git a/mtp.cc b/mtp.cc index 307da22..a9388f6 100644 --- a/mtp.cc +++ b/mtp.cc @@ -18,6 +18,10 @@ // Multi-Tracked Path +// Takes the graph description file as input and produces a dot file. + +// EXAMPLE: ./mtp ./graph2.txt | dot -T pdf -o- | xpdf - + // #define VERBOSE #include