LTSVIEW(1)
NAME
ltsview - 3D interactive visualization of a labelled transition system
SYNOPSIS
ltsview [OPTION]... [INFILE]
DESCRIPTION
Start the LTSView application. If INFILE is supplied then the LTS in
INFILE is loaded into the application.
- The input format is determined by the contents of INFILE. If that
fails, an attempt is made to force the input format based on the file
extension. The supported formats with file extensions are:
- Aldebaran format (CADP; *.aut);
GraphViz format (*.dot);
Finite State Machine format (*.fsm);
mCRL SVC format (*.svc);
mCRL2 format (*.lts).
OPTIONS
OPTION can be any of the following:
- --mcrl2-gui
- outputs information about the visual representation of this option in the mCRL2 GUI
- 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 Bas Ploeger,Carst Tankink.
REPORTING BUGS
Report bugs at <http://www.mcrl2.org/issuetracker>.
COPYRIGHT
Copyright (C) 2010 Technische Universiteit Eindhoven.
This is free software. You may redistribute copies of it under the
terms of the Boost Software License
<http://www.boost.org/LICENSE_1_0.txt>. There is NO WARRANTY, to the
extent permitted by law.
SEE ALSO
- See also the manual at
<http://www.mcrl2.org/mcrl2/wiki/index.php/User_manual/ltsview>.