acd: add support for state-based output
* spot/twaalgos/zlktree.hh, spot/twaalgos/zlktree.cc (acd::node_level, acd::state_step, acd_transform_sbacc): New public functions. * tests/python/zlktree.ipynb, tests/python/zlktree.py: More tests. * NEWS: Typo.
This commit is contained in:
parent
043a1dc394
commit
70ede35702
5 changed files with 2621 additions and 129 deletions
|
|
@ -117,3 +117,10 @@ except RuntimeError as e:
|
|||
assert 'unknown node' in str(e)
|
||||
else:
|
||||
report_missing_exception()
|
||||
|
||||
try:
|
||||
aa.node_level(0)
|
||||
except RuntimeError as e:
|
||||
assert 'unknown node' in str(e)
|
||||
else:
|
||||
report_missing_exception()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue