12#ifndef MCRL2_UTILITIES_XINPUT_OUTPUT_TOOL_H
13#define MCRL2_UTILITIES_XINPUT_OUTPUT_TOOL_H
39 parser.error(
"too many file arguments");
43 parser.error(
"too few file arguments");
51 return "[OPTION]... [INFILES [OUTFILE]]\n";
69 std::ostringstream out;
70 out <<
"Output written to "
85 const std::string& author,
86 const std::string& what_is,
87 const std::string& tool_description,
88 std::string known_issues =
"",
92 :
xinput_tool(name, author, what_is, tool_description, known_issues, min, max)
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...