X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=mtp_graph.h;h=f2bedd47a2a7f919ffe08483b6d966ce0fa6bcf1;hb=79a4a9ab164a667ecb551078e1cd773e2140e3c2;hp=7b0f57d6c3e0395afbb6d368181452271681b896;hpb=8df7c7e77366cb95e9e8e963af9319d9cbac1934;p=mtp.git diff --git a/mtp_graph.h b/mtp_graph.h index 7b0f57d..f2bedd4 100644 --- a/mtp_graph.h +++ b/mtp_graph.h @@ -25,9 +25,9 @@ class Vertex; class Edge; class MTPGraph { - void initialize_work_lengths_with_min(); - void update_work_lengths(); - void force_positive_work_lengths(); + void initialize_positivized_lengths_with_min(); + void update_positivized_lengths(); + void force_positivized_lengths(); void find_shortest_path(Vertex **front, Vertex **new_front); Vertex **_front, **_new_front;