[Lemon-commits] [lemon_svn] marci: r823 - hugo/trunk/src/work/jacint
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:41:40 CET 2006
Author: marci
Date: Thu May 13 13:25:52 2004
New Revision: 823
Modified:
hugo/trunk/src/work/jacint/max_flow.h
Log:
undir -> dir in docs
Modified: hugo/trunk/src/work/jacint/max_flow.h
==============================================================================
--- hugo/trunk/src/work/jacint/max_flow.h (original)
+++ hugo/trunk/src/work/jacint/max_flow.h Thu May 13 13:25:52 2004
@@ -37,7 +37,7 @@
///calling \ref minCut. (\ref minMinCut and \ref maxMinCut writes
///the inclusionwise minimum and maximum of the minimum value
///cuts, resp.)
- ///\param Graph The undirected graph type the algorithm runs on.
+ ///\param Graph The directed graph type the algorithm runs on.
///\param Num The number type of the capacities and the flow values.
///\param CapMap The type of the capacity map.
///\param FlowMap The type of the flow map.
More information about the Lemon-commits
mailing list