X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=miniksp.cc;h=92e9de54a50adac278b322621a027caab6ae6dba;hb=3d87c6606fb8750621ace760032473d6a7a5d82c;hp=53a16940c455d5f6e2bd70f9112c2a35cf7bf838;hpb=a281977d4f0b6c3f079f60483973c875b0af0979;p=mtp.git diff --git a/miniksp.cc b/miniksp.cc index 53a1694..92e9de5 100644 --- a/miniksp.cc +++ b/miniksp.cc @@ -68,8 +68,8 @@ void add_dpsi_es(int nb_edges, scalar_t *el, int *ea, int *eb, scalar_t *psi) { } } -// Finds the shortest path in the graph and return in -// result_edge_back, for each vertex the edge to follow back from it +// Finds the shortest path in the graph and returns in +// result_edge_back, for each vertex, the edge to follow back from it // to reach the source with the shortest path, and in result_dist the // distance to the source. The edge lengths have to be positive. void find_shortest(int nb_vertices,