postproc: add simul-max and wdba-det-max options
* NEWS, bin/spot-x.cc: Document them. * spot/twaalgos/postproc.cc, spot/twaalgos/postproc.hh: Implement them. * tests/python/stutter-inv.ipynb: Adjust result. * tests/core/minusx.test: Add test case.
This commit is contained in:
parent
a814334342
commit
69c821154c
6 changed files with 125 additions and 60 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2016 Laboratoire de Recherche et Développement de
|
||||
# Copyright (C) 2016, 2020 Laboratoire de Recherche et Développement de
|
||||
# l'Epita (LRDE).
|
||||
#
|
||||
# This file is part of Spot, a model checking library.
|
||||
|
|
@ -34,3 +34,8 @@ grep -- "- 'bar'" error
|
|||
ltl2tgba -f FGa | autfilt -D |
|
||||
autfilt --sat-minimize='acc="co-Buchi",other' 2>error && exit 1
|
||||
grep "autfilt: option 'other' was not used" error
|
||||
|
||||
# Make sure wdba-det-max has an effect
|
||||
f='G(!p0 | (!p2 U (p1 | (!p2 & p3 & X(!p2 U p4)))) | G!p1)'
|
||||
test 4,1 = `ltl2tgba --stats=%s,%d "$f"`
|
||||
test 6,0 = `ltl2tgba -x wdba-det-max=4 --stats=%s,%d "$f"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue