bespp
This tool is intended to pretty print Boolean equation systems in a human readable form. It has an option to print a BES in internal aterm format, but this is for deep debugging purposes only. When the argument for the output location is omitted, the tool prints to stdout. When both the arguments for input and output locations are omitted, the tool reads from stdin and writes to stdout.
- orphan:
Usage
bespp [OPTION]... [INFILE [OUTFILE]]
Description
Print the BES in INFILE to OUTFILE in a human readable format. If OUTFILE is not present, stdout is used. If INFILE is not present, stdin is used.
Command line options
-fFORMAT
, --format=FORMAT
print the PBES in the specified FORMAT:
default
for a BES specification
--timings[=FILE]
append timing measurements to FILE. Measurements are written to standard error if no FILE is provided
Standard options
-q
, --quiet
do not display warning messages
-v
, --verbose
display short intermediate messages
-d
, --debug
display detailed intermediate messages
--log-level=LEVEL
display intermediate messages up to and including level
-h
, --help
display help information
--version
display version information
--help-all
display help information, including hidden and experimental options