|
|
@ -20,13 +20,15 @@ To display the help message: |
|
|
|
> ./build/maxFlow -h |
|
|
|
|
|
|
|
You need to pass either and input graph file or an input graph string. |
|
|
|
|
|
|
|
Allowed options: |
|
|
|
-h, --help Print this help message. |
|
|
|
-f, --input-file arg Filename of input graph file. |
|
|
|
-s, --input-string arg Input graph string. |
|
|
|
-o, --stdout Output to stdout. |
|
|
|
-p, --output-file arg Filename for output. |
|
|
|
-a, --max-flow Include verbose information about the max flow to the output. |
|
|
|
-u, --check-uniqueness Check uniqueness of maximum flow and minimum cut. |
|
|
|
-a, --max-flow Include verbose information about the maximum flow to the output. |
|
|
|
-m, --minimum-cut Include the minimum cut set to the output. |
|
|
|
-v, --verbose Output verbose algorithmic information and runtime. Pass twice to get information about all augmenting paths computed. |
|
|
|
``` |
|
|
|