improve gf_guarantee_to_ba
* spot/twaalgos/gfguarantee.cc: Combine the last letter read with the first one of the next pass when doing transition-based acceptance. Also move the initial states to the source of any accepting transition if the input is deterministic. * tests/core/ltl2tgba2.test, tests/core/satmin.test, tests/python/stutter-inv.ipynb: Reduce expected sizes of a few automata.
This commit is contained in:
parent
1fdc32f9bb
commit
b0b431a5a4
4 changed files with 83 additions and 30 deletions
|
|
@ -660,8 +660,8 @@ cat >expected <<'EOF'
|
|||
"!(G((p0) -> ((p1) U (p2))))","15",3
|
||||
"!(G((p0) -> ((p1) U (p2))))","16",3
|
||||
"!(G((p0) -> ((p1) U (p2))))","17",3
|
||||
"G(F((p0) <-> (X(X(p1)))))","1",7
|
||||
"G(F((p0) <-> (X(X(p1)))))","2",7
|
||||
"G(F((p0) <-> (X(X(p1)))))","1",6
|
||||
"G(F((p0) <-> (X(X(p1)))))","2",6
|
||||
"G(F((p0) <-> (X(X(p1)))))","3",4
|
||||
"G(F((p0) <-> (X(X(p1)))))","4",4
|
||||
"G(F((p0) <-> (X(X(p1)))))","6",4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue