fix tra_to_tba()
Fixes #324, reported by Tobias Meggendorfer and František Blahoudek. * spot/twa/acc.hh (rs_pairs_view::paired_with): Rename as... (rs_pairs_view::paired_with_fin):... this and adjust the code. * spot/twaalgos/remfin.cc: Use paired_with_fin instead of paired_with, and do it once per pair. * tests/core/remfin.test: Add a test case. * NEWS: Mention the issue.
This commit is contained in:
parent
5c39063588
commit
e42fea09a7
4 changed files with 34 additions and 14 deletions
7
NEWS
7
NEWS
|
|
@ -18,6 +18,13 @@ New in spot 2.5.0.dev (not yet released)
|
|||
as Fin(0)|(Fin(1)&Inf(2)) instead. Likewise for
|
||||
is_generalized_streett
|
||||
|
||||
- the conversion from Rabin to Büchi was broken on Rabin-like
|
||||
acceptance condition where one pair used Fin(x) and another pair
|
||||
used Inf(x) with the same x. Unfortunately, this situation could
|
||||
also occur as a side effect of simplifying the acceptance
|
||||
condition (by merging identical set) prior to running the
|
||||
conversion to Büchi.
|
||||
|
||||
New in spot 2.5 (2018-01-20)
|
||||
|
||||
Build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue