Given a weighted graph, that is a set N of nodes, a set E of edges and a function f:E-->R, and given further two elements n, n' of N, find a path P from n to n', so that
----- / f(p) ----- p in P
is minimal in all pathes connecting n to n'.