[Lemon-commits] [lemon_svn] athos: r2040 - hugo/trunk/demo

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:49:42 CET 2006


Author: athos
Date: Mon Jul 11 10:54:31 2005
New Revision: 2040

Modified:
   hugo/trunk/demo/sub_graph_adaptor_demo.cc

Log:
Typo.

Modified: hugo/trunk/demo/sub_graph_adaptor_demo.cc
==============================================================================
--- hugo/trunk/demo/sub_graph_adaptor_demo.cc	(original)
+++ hugo/trunk/demo/sub_graph_adaptor_demo.cc	Mon Jul 11 10:54:31 2005
@@ -68,7 +68,7 @@
     preflow(gw, s, t, const_1_map, flow);
   preflow.run();
 
-  cout << "maximum number of edge-disjoint shortest path: " 
+  cout << "maximum number of edge-disjoint shortest paths: " 
        << preflow.flowValue() << endl;
   cout << "edges of the maximum number of edge-disjoint shortest s-t paths: " 
        << endl;



More information about the Lemon-commits mailing list