"ltl2tgba -Rm -X foo.tgba" would fail.

* src/tgbatest/ltl2tgba.cc (main): Warn if -Rm is used without
knowing the formula whose automaton is minimized.
This commit is contained in:
Alexandre Duret-Lutz 2010-11-25 13:21:34 +01:00
parent 7d8a5310e4
commit a962bb6ddc
2 changed files with 16 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2010-11-25 Alexandre Duret-Lutz <adl@lrde.epita.fr>
"ltl2tgba -Rm -X foo.tgba" would fail.
* src/tgbatest/ltl2tgba.cc (main): Warn if -Rm is used without
knowing the formula whose automaton is minimized.
2010-11-25 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Fix bugs in minimize().