lpsfununfold
- orphan:
Usage
lpsfununfold [OPTION]... [INFILE [OUTFILE]]
Description
Unfolds each parameter with a function type D1#D2#…#Dn -> D into a sequence of parameters of sort D in the lps, and each parameter of type fset(D) into a sequence of boolean variables. The number of variables is equal to the number of elements in D1#…#Dn, resp. D. The input is taken from INFILE and writes the result to OUTFILE. If INFILE is not present, stdin is used. If OUTFILE is not present, stdout is used.
Command line options
-QNUM
, --qlimit=NUM
limit enumeration of universal and existential quantifiers in data expressions to NUM iterations (default NUM=10, NUM=0 for unlimited).
-rNAME
, --rewriter=NAME
use rewrite strategy NAME:
jitty
jitty rewriting
jittyc
compiled jitty rewriting
jittyp
jitty rewriting with prover
--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 log messages
-d
, --debug
display detailed log messages
--log-level=LEVEL
display log messages up to and including level; either warn, verbose, debug or trace
-h
, --help
display help information
--version
display version information
--help-all
display help information, including hidden and experimental options