12#ifndef MCRL2_UTILITIES_INPUT_INPUT_OUTPUT_TOOL_H
13#define MCRL2_UTILITIES_INPUT_INPUT_OUTPUT_TOOL_H
38 if (3 < parser.arguments.size())
40 parser.error(
"too many file arguments");
47 return "[OPTION]... INFILE1 [INFILE2 [OUTFILE]]\n";
55 if (2 < parser.arguments.size())
64 std::ostringstream out;
72 return description +
" If INFILE2 is not present, standard input is used. If OUTFILE is not present, standard output is used.";
78 const std::string& author,
79 const std::string& what_is,
80 const std::string& tool_description,
81 std::string known_issues =
""
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...