X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=blobdiff_plain;f=mtp_graph.h;h=f28e460be9ef99b9b9fdca50363fc36e6a0d4cab;hp=bdf8674b9033f575e9687ec3be1000dcb41fb693;hb=f3a81053c175973cb6efa76c52c4a894fbe0dc68;hpb=20f94c6bff1541da8d0639966787dc8aaafea025 diff --git a/mtp_graph.h b/mtp_graph.h index bdf8674..f28e460 100644 --- a/mtp_graph.h +++ b/mtp_graph.h @@ -49,8 +49,9 @@ class MTPGraph { // the total correction when compiled in VERBOSE mode. void force_positivized_lengths(); - // Set the edge pred_edge_toward_source correspondingly to the path - // of shortest length. The current implementation is not Dijkstra's! + // Set in every vertex pred_edge_toward_source correspondingly to + // the path of shortest length. The current implementation is not + // Dijkstra's! void find_shortest_path(); // Follows the path starting on edge e and returns the number of