diff -r dceba191c00d -r fb1c7da561ce lemon/cost_scaling.h --- a/lemon/cost_scaling.h Fri Aug 09 11:28:17 2013 +0200 +++ b/lemon/cost_scaling.h Fri Aug 09 11:29:40 2013 +0200 @@ -91,7 +91,8 @@ /// /// \ref CostScaling implements a cost scaling algorithm that performs /// push/augment and relabel operations for finding a \ref min_cost_flow - /// "minimum cost flow" \cite amo93networkflows, \cite goldberg90approximation, + /// "minimum cost flow" \cite amo93networkflows, + /// \cite goldberg90approximation, /// \cite goldberg97efficient, \cite bunnagel98efficient. /// It is a highly efficient primal-dual solution method, which /// can be viewed as the generalization of the \ref Preflow @@ -213,7 +214,8 @@ typedef std::vector CostVector; typedef std::vector LargeCostVector; typedef std::vector BoolVector; - // Note: vector is used instead of vector for efficiency reasons + // Note: vector is used instead of vector + // for efficiency reasons private: