Views
User manual/ltscompare
From MCRL2
Compare two LTSs.
Contents |
Synopsis
ltscompare [OPTION]... [INFILE1] INFILE2
Short description
The ltscompare tool determines whether or not the labelled transition systems (LTSs) in INFILE1 and INFILE2 are related by some equivalence or preorder. If INFILE1 is not supplied, stdin is used.
The input formats are determined by the content of INFILE1 and INFILE2. The options --in1 and --in2 can be used to force the format of INFILE1 and INFILE2, respectively. The supported formats are:
- aut: for the Aldebaran format (CADP)
- bcg: for the Binary Coded Graph format (CADP) (if BCG support is enabled)
- dot: for the GraphViz format
- fsm: for the Finite State Machine format
- mcrl: for the mCRL SVC format
- mcrl2: for the mCRL2 format (default)
- svc: for the (generic) SVC format
Options
OPTION can be any of the following:
- -eNAME, --equivalence=NAME
- use equivalence NAME:
- bisim: for strong bisimilarity
- branching-bisim: for branching bisimilarity
- sim: for strong simulation equivalence
- trace: for strong trace equivalence
- weak-trace: for weak trace equivalence
- Note: this option is not allowed in combination with -p/--preorder.
- -iFORMAT, --in1=FORMAT
- use FORMAT format as the format for INFILE1 (or stdin if INFILE1 is not supplied)
- -jFORMAT, --in2=FORMAT
- use FORMAT format as the format for INFILE2
- -pNAME, --preorder=NAME
- use preorder NAME:
- sim: for strong simulation preorder
- trace: for strong trace preorder
- weak-trace: for weak trace preorder
- Note: this option is not allowed in combination with -e/--equivalence.
- --tau=ACTNAMES
- consider actions with a name in the comma separated list ACTNAMES to be a internal (tau) actions in addition to those defined as such by the input; this means that before comparing the LTSs all specified actions are first replaced by tau actions
Standard options:
- -q, --quiet
- do not display warning messages
- -v, --verbose
- display short intermediate messages
- -d, --debug
- display detailed intermediate messages
- -h, --help
- display help information
- --version
- display version information
Author
Written by Muck van Weerdenburg.
Bug reporting
Report bugs at our issue tracking system.
lts2lps
| ltsconvert
|
This page was last modified on 8 December 2008, at 15:37. This page has been accessed 13,986 times.
Copyright © 2005-2012 Technische Universiteit Eindhoven.
Copyright © 2005-2012 Technische Universiteit Eindhoven.
