ltlcross: fix missing check for complement of negative automata
* src/bin/ltlcross.cc: Fix it. * src/tgbatest/ltl2dstar.test: Test it. * NEWS: Mention it.
This commit is contained in:
parent
49a0997866
commit
9a8becb8d8
3 changed files with 25 additions and 2 deletions
9
NEWS
9
NEWS
|
|
@ -4,6 +4,15 @@ New in spot 1.2.5a (not yet released)
|
|||
|
||||
- ltlcross --verbose is a new option to see what is being done
|
||||
|
||||
* Bug fixes:
|
||||
|
||||
- When the automaton resulting from the translation of a positive
|
||||
formula is deterministic, ltlcross will compute its complement
|
||||
to perform additional checks against other translations of the
|
||||
positive formula. The same procedure should be performed with
|
||||
automata obtained from negated formulas, but because of a typo
|
||||
this was not the case.
|
||||
|
||||
New in spot 1.2.5 (2014-08-21)
|
||||
|
||||
* New features:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue