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
57f6fcc4
Commit
57f6fcc4
authored
May 24, 2004
by
Alexandre Duret-Lutz
Browse files
* src/tgbatest/ltl2tgba.cc (syntax): Keep options sorted.
parent
9d375915
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
57f6fcc4
2004-05-24 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbatest/ltl2tgba.cc (syntax): Keep options sorted.
* src/sanity/Makefile.am (EXTRA_DIST): Distribute 80columns.test
and style.test.
...
...
src/tgbatest/ltl2tgba.cc
View file @
57f6fcc4
...
...
@@ -77,6 +77,12 @@ syntax(char* prog)
<<
" -p branching postponement (implies -f)"
<<
std
::
endl
<<
" -r display the relation BDD, not the reachability graph"
<<
std
::
endl
<<
" -r1 reduce formula using basic rewriting"
<<
std
::
endl
<<
" -r2 reduce formula using class of eventuality and "
<<
"and universality"
<<
std
::
endl
<<
" -r3 reduce formula using implication between "
<<
"sub-formulae"
<<
std
::
endl
<<
" -r4 reduce formula using all rules"
<<
std
::
endl
<<
" -R same as -r, but as a set"
<<
std
::
endl
<<
" -s convert to explicit automata, and number states "
<<
"in DFS order"
<<
std
::
endl
...
...
@@ -92,17 +98,7 @@ syntax(char* prog)
<<
" -X do not compute an automaton, read it from a file"
<<
std
::
endl
<<
" -y do not merge states with same symbolic representation "
<<
"(implies -f)"
<<
std
::
endl
<<
" -r1 to reduce formula using basic rewriting"
<<
std
::
endl
<<
" -r2 to reduce formula using class of eventuality and "
<<
"and universality"
<<
std
::
endl
<<
" -r3 to reduce formula using implication between "
<<
"two formula"
<<
std
::
endl
<<
" -r4 to reduce formula using all rules"
<<
std
::
endl
;
<<
"(implies -f)"
<<
std
::
endl
;
exit
(
2
);
}
...
...
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