simplify: fix related to event_univ handling
Fixes #260. Reported by František Blahoudek. The simplification F(f)|q = F(f|q), where q designates an event_univ formula, was not always applied because of a couple of issue: (1) the mospliter was ignoring event_univ unless favor_event_univ was set, (2) when processing formulas from res_EventUniv they were not put back into res_F or res_G to be subject to the F/G rules. * spot/tl/simplify.cc: Improve handling of the above points. * tests/core/reduccmp.test: Adjust and add test case. * tests/core/ltl2tgba2.test, tests/python/atva16-fig2a.ipynb: Adjust.
This commit is contained in:
parent
19aae6f9cf
commit
845958834f
5 changed files with 113 additions and 123 deletions
|
|
@ -272,7 +272,7 @@ p-patterns,20, 1,8, 1,8, 3,24, 3,24
|
|||
!sb-patterns,5, 2,7, 2,7, 3,12, 3,12
|
||||
!sb-patterns,6, 3,11, 4,14, 3,11, 4,14
|
||||
!sb-patterns,7, 4,16, 4,16, 4,16, 4,16
|
||||
!sb-patterns,9, 4,19, 4,19, 6,27, 6,27
|
||||
!sb-patterns,9, 3,13, 3,13, 5,21, 5,21
|
||||
!sb-patterns,10, 2,6, 2,6, 2,6, 2,6
|
||||
!sb-patterns,11, 1,0, 1,0, 1,0, 1,0
|
||||
!sb-patterns,12, 1,0, 1,0, 1,0, 1,0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue