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
0392058e
Commit
0392058e
authored
Nov 26, 2010
by
Alexandre Duret-Lutz
Browse files
* src/tgbatest/ltl2tgba.cc (syntax): Regroup -M, -s, and -S option
under the same heading "automaton conversion".
parent
cc8dd49d
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
0392058e
2010-11-26 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbatest/ltl2tgba.cc (syntax): Regroup -M, -s, and -S option
under the same heading "automaton conversion".
2010-11-25 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Preliminary support for monitors.
...
...
src/tgbatest/ltl2tgba.cc
View file @
0392058e
...
...
@@ -191,7 +191,6 @@ syntax(char* prog)
<<
" -DS degeneralize the automaton as an SBA"
<<
std
::
endl
<<
std
::
endl
<<
"Automaton simplifications (after translation):"
<<
std
::
endl
<<
" -R1q merge states using direct simulation "
...
...
@@ -213,9 +212,13 @@ syntax(char* prog)
<<
" -Rm attempt to minimize the automata"
<<
std
::
endl
<<
std
::
endl
<<
"Automaton conversion:"
<<
"Automaton conversion:"
<<
std
::
endl
<<
" -M convert into a deterministic minimal monitor "
<<
"(implies -R3 or R3b)"
<<
std
::
endl
<<
" -s convert to explicit automata, and number states "
<<
"in DFS order"
<<
std
::
endl
<<
" -S convert to explicit automata, and number states "
<<
"in BFS order"
<<
std
::
endl
<<
std
::
endl
<<
"Options for performing emptiness checks:"
<<
std
::
endl
...
...
@@ -272,10 +275,6 @@ syntax(char* prog)
<<
" -0 produce minimal output dedicated to the paper"
<<
std
::
endl
<<
" -d turn on traces during parsing"
<<
std
::
endl
<<
" -s convert to explicit automata, and number states "
<<
"in DFS order"
<<
std
::
endl
<<
" -S convert to explicit automata, and number states "
<<
"in BFS order"
<<
std
::
endl
<<
" -T time the different phases of the translation"
<<
std
::
endl
<<
" -v display the BDD variables used by the automaton"
...
...
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