@@ -521,5 +521,5 @@
/// \pre \ref run() or \ref findPaths() must be called before using
/// this function.
Path path(int i) const {
const Path& path(int i) const {
return paths[i];
}