determinize: add tests for the bug Alexandre L fixed
* tests/core/safra.test: More tests.
This commit is contained in:
parent
0d9019ea39
commit
0288aaa304
1 changed files with 8 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2015 Laboratoire de Recherche et Développement
|
||||
# Copyright (C) 2015, 2016 Laboratoire de Recherche et Développement
|
||||
# de l'Epita (LRDE).
|
||||
#
|
||||
# This file is part of Spot, a model checking library.
|
||||
|
|
@ -171,9 +171,14 @@ Fa W Gb
|
|||
Ga | GFb
|
||||
a M G(F!b | X!a)
|
||||
G!a R XFb
|
||||
F(G((a) | (F(b))))
|
||||
FG(!p1 | (p1 M XX!p1))
|
||||
EOF
|
||||
run 0 ../safra --hoa double_b.hoa -H > out.hoa
|
||||
ltl2tgba=ltl2tgba
|
||||
ltlcross -F formulae \
|
||||
"../safra -f %f -H > %O" \
|
||||
"$ltl2tgba -f %f -H > %O"
|
||||
"../safra --scc_opt -f %f -H > %O" \
|
||||
"../safra --bisim_opt -f %f -H > %O" \
|
||||
"../safra --stutter -f %f -H > %O" \
|
||||
"../safra --scc_opt --bisim_opt --stutter -f %f -H > %O" \
|
||||
"ltl2tgba"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue