simplify: fix handling of keep_top_xor
Under that option, !(a ^ b) was converted to (!a <=> !b) instead of simply (a <=> b). * spot/tl/simplify.cc (equiv_or_xor): Improve rewriting. * tests/core/ltl2tgba2.test, tests/python/simstate.py: Adjust test cases.
This commit is contained in:
parent
1784671ca1
commit
1c5468a93a
4 changed files with 20 additions and 15 deletions
9
NEWS
9
NEWS
|
|
@ -45,18 +45,23 @@ New in spot 2.9.3.dev (not yet released)
|
|||
file. With this refactoring, we can retrieve both a kripke or a
|
||||
kripkecube from a PINS file.
|
||||
|
||||
Bugs fixed:
|
||||
|
||||
- Handle xor and <-> in a more natural way when translating
|
||||
LTL formulas to generic acceptancee conditions.
|
||||
|
||||
New in spot 2.9.3 (2020-07-22)
|
||||
|
||||
Bug fixed:
|
||||
|
||||
- Completely fix the ltlcross issue mentionned in previous release.
|
||||
- Completely fix the ltlcross issue mentioned in previous release.
|
||||
|
||||
New in spot 2.9.2 (2020-07-21)
|
||||
|
||||
Bugs fixed:
|
||||
|
||||
- ltlcross --csv=... --product=N with N>0 could output spurious
|
||||
diagnosics claiming that words were rejected when evaluating
|
||||
diagnostics claiming that words were rejected when evaluating
|
||||
the automaton on state-space.
|
||||
|
||||
- spot::scc_info::determine_unknown_acceptance() now also update the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue