12#ifndef MCRL2_UTILITIES_INPUT_OUTPUT_TOOL_H
13#define MCRL2_UTILITIES_INPUT_OUTPUT_TOOL_H
38 if (2 < parser.arguments.size())
40 parser.error(
"too many file arguments");
48 return "[OPTION]... [INFILE [OUTFILE]]\n";
56 if (1 < parser.arguments.size())
65 std::ostringstream out;
74 return description +
" If INFILE is not present, standard input is used. If OUTFILE is not present, standard output is used.";
80 const std::string& author,
81 const std::string& what_is,
82 const std::string& tool_description,
83 std::string known_issues =
""
85 :
input_tool(name, author, what_is, tool_description, known_issues)
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...