@ -17,7 +17,7 @@ int main(int argc, char* argv[]) {
autoverbose_max_flow=optionParser.add<popl::Switch,popl::Attribute::optional>("a","max-flow","Include verbose information about the max flow to the output.");
autoverbose_max_flow=optionParser.add<popl::Switch,popl::Attribute::optional>("a","max-flow","Include verbose information about the max flow to the output.");
automin_cut_option=optionParser.add<popl::Switch,popl::Attribute::optional>("m","minimum-cut","Include the minimum cut set to the output.");
automin_cut_option=optionParser.add<popl::Switch,popl::Attribute::optional>("m","minimum-cut","Include the minimum cut set to the output.");
autoverbose_option=optionParser.add<popl::Switch,popl::Attribute::optional>("v","verbose","Output verbose algorithmic information and runtime. Pass twice to get step-by-step information.");
autoverbose_option=optionParser.add<popl::Switch,popl::Attribute::optional>("v","verbose","Output verbose algorithmic information and runtime. Pass twice to get information about all augmenting paths computed.");