Update of /cvsroot/boost/boost/libs/graph/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3645/libs/graph/doc

Modified Files:
        kolmogorov_max_flow.html 
Log Message:
changed coloring to be consistent with edmunds_karp_max_flow

Index: kolmogorov_max_flow.html
===================================================================
RCS file: /cvsroot/boost/boost/libs/graph/doc/kolmogorov_max_flow.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kolmogorov_max_flow.html    20 Nov 2006 23:42:44 -0000      1.1
+++ kolmogorov_max_flow.html    11 Mar 2007 11:56:10 -0000      1.2
@@ -117,7 +117,7 @@
 sink-tree. Each vertex has a label (stored in <I>ColorMap</I>) to
 which tree it belongs and a status-flag if this vertex is active or
 passive. In the beginning of the algorithm only the source and the
-sink are colored (source==white, sink==black) and have active status.
+sink are colored (source==black, sink==white) and have active status.
 All other vertices are colored gray. The algorithm consists of three
 phases:</P>
 <P><I>grow-phase</I>: In this phase active vertices are allowed to
@@ -260,7 +260,7 @@
 <P>OUT/UTIL: <TT>vertex_color(ColorMap color)</TT> 
 </P>
 <BLOCKQUOTE>A vertex property map that stores a color for edge
-vertex. If the color of a vertex after running the algorithm is white
+vertex. If the color of a vertex after running the algorithm is black
 the vertex belongs to the source tree else it belongs to the
 sink-tree (used for minimum cuts). The map must be a model of mutable
 <A HREF="../../property_map/LvaluePropertyMap.html">Lvalue Property
@@ -381,4 +381,4 @@
 <P><BR><BR>
 </P>
 </BODY>
-</HTML>
\ No newline at end of file
+</HTML>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to