Skip to content

Commit

Permalink
Fixed documentation typo in max_flow.m
Browse files Browse the repository at this point in the history
  • Loading branch information
David Gleich committed May 17, 2009
1 parent c354522 commit 88185e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion max_flow.m
Expand Up @@ -14,7 +14,7 @@
%
% The optional parameter algname specifies the algorithm used to compute
% the maximum flow. For reference, the push relabel method is likely the
% best general purpose algorithm. The Edmunds-Karp algorithm
% best general purpose algorithm.
%
% ... = max_flow(A,...) takes a set of
% key-value pairs or an options structure. See set_matlab_bgl_options
Expand Down

0 comments on commit 88185e2

Please sign in to comment.