|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r63511 - trunk/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2010-07-02 14:56:10
Author: jewillco
Date: 2010-07-01 21:07:19 EDT (Thu, 01 Jul 2010)
New Revision: 63511
URL: http://svn.boost.org/trac/boost/changeset/63511
Log:
Fixed broken link
Text files modified:
trunk/libs/graph/doc/kolmogorov_max_flow.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/graph/doc/kolmogorov_max_flow.html
==============================================================================
--- trunk/libs/graph/doc/kolmogorov_max_flow.html (original)
+++ trunk/libs/graph/doc/kolmogorov_max_flow.html 2010-07-01 21:07:19 EDT (Thu, 01 Jul 2010)
@@ -306,7 +306,7 @@
<P>This reads an example maximum flow problem (a graph with edge
capacities) from a file in the DIMACS format (<TT>example/max_flow.dat</TT>).
The source for this example can be found in
-<TT>example/kolmogorov-eg.cpp</TT>.
+<TT>example/boykov_kolmogorov-eg.cpp</TT>.
</P>
<PRE>#include <boost/config.hpp>
#include <iostream>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk