12#ifndef MCRL2_UTILITIES_INPUT_INPUT_TOOL_H
13#define MCRL2_UTILITIES_INPUT_INPUT_TOOL_H
40 if (2 < parser.arguments.size())
42 parser.error(
"too many file arguments");
49 return "[OPTION]... INFILE1 [INFILE2]\n";
57 if (0 < parser.arguments.size())
61 if (1 < parser.arguments.size())
70 std::ostringstream out;
78 return description +
" If INFILE2 is not present, standard input is used.";
84 const std::string& author,
85 const std::string& what_is,
86 const std::string& tool_description,
87 std::string known_issues =
""
89 :
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...