stutter: complement non-det automata via determinization
Fixes #164. * spot/twaalgos/stutter.hh, spot/twaalgos/stutter.cc: Implement the determinization, while keeping it optional. * NEWS: Mention the change. * tests/core/ltl2dstar.test, tests/core/stutter-tgba.test: Add test cases. * tests/core/readsave.test: Adjust.
This commit is contained in:
parent
29a1e3a299
commit
5a2bc9f915
6 changed files with 65 additions and 26 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2013, 2014, 2015 Laboratoire de Recherche et
|
||||
# Copyright (C) 2013, 2014, 2015, 2016 Laboratoire de Recherche et
|
||||
# Développement de l'Epita (LRDE).
|
||||
#
|
||||
# This file is part of Spot, a model checking library.
|
||||
|
|
@ -95,3 +95,7 @@ State: 4 {0}
|
|||
--END--
|
||||
EOF
|
||||
diff out.hoa expected
|
||||
|
||||
# Test the stutter-invariant check on Rabin
|
||||
autfilt --trust-hoa=no --check=stutter out.hoa -H1.1 |
|
||||
grep ' stutter-invariant'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue