Propagate colors in split_2step
Reduce the amount of uncolored transitions after split_2step by trying to color the env transitions. This is currently only supported for parity like acceptance conditions. * spot/twaalgos/game.cc: Determinizatio of "colored" game can created trivial self-loops. Fix them * spot/twaalgos/synthesis.cc: Here * tests/core/ltlsynt.test, tests/python/_synthesis.ipynb, tests/python/games.ipynb, tests/python/synthesis.ipynb, tests/python/synthesis.py: New and adjusted tests
This commit is contained in:
parent
dfb75632ba
commit
524edea8da
7 changed files with 1896 additions and 1821 deletions
|
|
@ -25,23 +25,23 @@ set -e
|
|||
cat >exp <<EOF
|
||||
parity 17;
|
||||
0 1 0 7,8 "INIT";
|
||||
8 3 1 2;
|
||||
2 1 0 11,12;
|
||||
12 5 1 2,3;
|
||||
3 1 0 13,14;
|
||||
14 4 1 2,3;
|
||||
13 4 1 1,4;
|
||||
8 1 1 2;
|
||||
2 3 0 11,12;
|
||||
12 3 1 2,3;
|
||||
3 2 0 13,14;
|
||||
14 2 1 2,3;
|
||||
13 2 1 1,4;
|
||||
4 1 0 8,15;
|
||||
15 3 1 5,6;
|
||||
15 1 1 5,6;
|
||||
6 1 0 8,15;
|
||||
5 1 0 16,17;
|
||||
17 4 1 2;
|
||||
16 4 1 5,6;
|
||||
5 2 0 16,17;
|
||||
17 2 1 2;
|
||||
16 2 1 5,6;
|
||||
1 1 0 9,10;
|
||||
10 3 1 2,3;
|
||||
9 3 1 1,5;
|
||||
11 5 1 1,4;
|
||||
7 3 1 1,2;
|
||||
10 1 1 2,3;
|
||||
9 1 1 1,5;
|
||||
11 3 1 1,4;
|
||||
7 1 1 1,2;
|
||||
parity 13;
|
||||
0 1 0 1,2 "INIT";
|
||||
2 1 1 3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue