tra_to_tba: finish 05e6e0885

* spot/twaalgos/remfin.cc: Actually use propmarks.
* tests/core/det.test, tests/core/remfin.test,
tests/python/automata.ipynb, tests/python/remfin.py,
tests/python/tra2tba.py: Adjust test cases.
This commit is contained in:
Alexandre Duret-Lutz 2020-07-27 11:08:51 +02:00
parent ff3a3f8144
commit 3220da6605
6 changed files with 240 additions and 302 deletions

View file

@ -92,4 +92,4 @@ State: 2
""")
b = spot.remove_fin(a)
size = (b.num_states(), b.num_edges())
assert size == (5, 17);
assert size == (5, 15);