(none)
authormarci
Thu, 16 Sep 2004 15:18:25 +0000
changeset 87188e20db54102
parent 870 9bde6cd8e3da
child 872 c010b38ea35b
(none)
src/demo/sub_graph_wrapper_demo.cc
     1.1 --- a/src/demo/sub_graph_wrapper_demo.cc	Thu Sep 16 15:05:10 2004 +0000
     1.2 +++ b/src/demo/sub_graph_wrapper_demo.cc	Thu Sep 16 15:18:25 2004 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  // Use a DIMACS max flow file as stdin.
     1.6  // sub_graph_wrapper_demo < dimacs_max_flow_file
     1.7 -// This program computes a maximum number of disjoint shortest paths
     1.8 +// This program computes a maximum number of edge-disjoint shortest paths
     1.9  // between s and t.
    1.10  
    1.11  #include <iostream>