Views
User manual/tbf2lps
From MCRL2
Convert a μCRL LPE to an mCRL2 LPS.
Contents |
Synopsis
tbf2lps [OPTION]... [INFILE [OUTFILE]]
Short description
The tbf2lps tool translates linear process equations (LPEs) from the μCRL format (.tbf) to the mCRL2 format (.lps).
This translation assumes that Bool is the boolean sort with constructors T and F. Additionally, the following conversions on the data specification will be applied:
- the constructors T and T of sort Bool are replaced by true and false;
- function and is replaced by &&;
- equality functions eq are replaced by ==.
The conversions of and and eq are not necessary, but allow for elimination of sum variables (which can significantly speed up state space generation).
Options
OPTION can be any of the following:
- -n, --no-conv-maps
- do not apply conversions of mappings and and eq
Standard options:
- -q, --quiet
- do not display warning messages
- -v, --verbose
- display concise intermediate messages
- -d, --debug
- display detailed intermediate messages
- -h, --help
- display help message
- --version
- display version information
Author
Written by Muck van Weerdenburg.
Bug reporting
Report bugs at our issue tracking system.
squadt
| tracepp
|
This page was last modified on 19 December 2008, at 15:46. This page has been accessed 9,166 times.
Copyright © 2005-2012 Technische Universiteit Eindhoven.
Copyright © 2005-2012 Technische Universiteit Eindhoven.
