ltscombine
- orphan:
Usage
ltscombine [OPTION]... [INFILES [OUTFILE]]
Description
Combines multiple labelled transition systems (LTS) in the INFILES and writes the resulting LTS to OUTFILE. Communication, blocking, allowing and hiding are applied afterwards in that order.
Command line options
-aFILE
, --allow=FILE
The file containing the list of allowed multi-actions.
-bFILE
, --block=FILE
The file containing the list of blocked action labels.
-cFILE
, --comm=FILE
The file containing the list of synchronising actions.
-tFILE
, --hide=FILE
The file containing the list action labels that will be hiden.
--save-at-end
delay saving of the generated LTS until the end. This option only applies to .aut and .lts files, which are by default saved on the fly.
--threads=NUM
run with NUM threads (default=1). With multiple threads the stack size on a Mac is limited which can lead to bus errors.
--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