Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
925a807f
Commit
925a807f
authored
Nov 22, 2013
by
Alexandre Duret-Lutz
Browse files
* doc/org/ltlcross.org: Show how to call ltl3dra and fix typos.
parent
2cda03f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/org/ltlcross.org
View file @
925a807f
...
...
@@ -118,7 +118,7 @@ no problem detected
converted to non-deterministic TGBA, where generalized acceptance
conditions are used to reduce the size of the automaton you would
get by the classical conversion from Streett to Büchi.
This kind of output (Rabin or Streett) should be indicated with =%
T
=.
This kind of output (Rabin or Streett) should be indicated with =%
D
=.
Of course all configured tools need not use the same =%= sequences.
The following list shows some typical configurations for some existing
...
...
@@ -136,17 +136,18 @@ tools:
- '=ltl2tgba --lbtt %s >%T=' (smaller output, TGBA)
- '=ltl2tgba --lbtt -D %s >%T=' (more deterministic output, TGBA)
- '=lbt <%L >%T='
- '=ltl2dstar --ltl2nba=spin:path/tp/ltl2tgba@-sD %L %
T
='
- '=ltl2dstar --ltl2nba=spin:path/tp/ltl2tgba@-sD %L %
D
='
(deterministic Rabin output)
- '=ltl2dstar --automata=streett --ltl2nba=spin:path/tp/ltl2tgba@-sD
%L %
T
=' (deterministic Streett output)
%L %
D
=' (deterministic Streett output)
- '=ltl2dstar --ltl2nba=spin:path/tp/ltl2tgba@-sD %L - | dstar2tgba
-s >%N=' (external conversion from Rabin to Büchi done by
=dstar2tgba= for
additional
reduction of the Büchi automaton than
=dstar2tgba= for
more
reduction of the Büchi automaton than
what =ltlcross= would provide)
- '=java -jar Rabinizer.jar -ltl2dstar %F %D; mv %D.dst %D=' (Rabinizer
uses the last =%D= argument as a prefix to which it always append =.dst=,
so we have to rename =%D.dst= as =%D= so that =ltlcross= can find the file)
- '=ltl3dra -f %s >%D='
* Getting statistics
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment