[Lemon-commits] kpeter: r3312 - lemon/trunk/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Sun Sep 16 16:21:12 CEST 2007
Author: kpeter
Date: Sun Sep 16 16:21:12 2007
New Revision: 3312
Modified:
lemon/trunk/lemon/preflow.h
Log:
Small improvement in documentation.
Modified: lemon/trunk/lemon/preflow.h
==============================================================================
--- lemon/trunk/lemon/preflow.h (original)
+++ lemon/trunk/lemon/preflow.h Sun Sep 16 16:21:12 2007
@@ -210,6 +210,8 @@
///minCut returns a minimum cut.
///\warning \ref minMinCut and \ref maxMinCut do not give minimum
///value cuts unless calling \ref phase2.
+ ///\warning A real flow map (i.e. not \ref lemon::NullMap "NullMap")
+ ///is needed for this phase.
///\pre The starting flow must be
///- a constant zero flow if \c fp is \c ZERO_FLOW,
///- an arbitary flow if \c fp is \c GEN_FLOW,
@@ -232,6 +234,8 @@
///minCut returns a minimum cut.
///\warning \ref minMinCut() and \ref maxMinCut() do not
///give minimum value cuts unless calling \ref phase2().
+ ///\warning A real flow map (i.e. not \ref lemon::NullMap "NullMap")
+ ///is needed for this phase.
void phase1()
{
int heur0=int(H0*_node_num); //time while running 'bound decrease'
More information about the Lemon-commits
mailing list