diff -r 9eac00ea588f -r dceba191c00d lemon/greedy_tsp.h --- a/lemon/greedy_tsp.h Fri Aug 09 14:07:27 2013 +0200 +++ b/lemon/greedy_tsp.h Fri Aug 09 11:28:17 2013 +0200 @@ -2,7 +2,7 @@ * * This file is a part of LEMON, a generic C++ optimization library. * - * Copyright (C) 2003-2010 + * Copyright (C) 2003-2013 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * @@ -67,9 +67,9 @@ const CostMap &_cost; Cost _sum; std::vector _path; - + private: - + // Functor class to compare edges by their costs class EdgeComp { private: