dot: add a <N option
* spot/twaalgos/dot.cc: Implement it. * spot/taalgos/dot.cc: Ignore it. * spot/twaalgos/copy.cc, spot/twaalgos/copy.hh: Add option to limit the number of states. * tests/python/ltsmin.ipynb: Improve test case. * tests/Makefile.am: Cleanup the files generated by ltsmin.ipynb. * python/spot/__init__.py (setup): Add a max_states argument that default to 50. * bin/common_aoutput.cc: Mention the <INT option. * NEWS: Likewise.
This commit is contained in:
parent
4571d6dd3a
commit
b11c07b351
9 changed files with 1145 additions and 364 deletions
|
|
@ -316,7 +316,7 @@ TESTS_python = \
|
|||
python/trival.py
|
||||
endif
|
||||
|
||||
CLEANFILES = python/finite.dve2C python/finite.dve.cpp
|
||||
CLEANFILES = python/test1.dve python/test1.dve2C python/test1.dve.cpp
|
||||
|
||||
SUFFIXES = .ipynb .html
|
||||
.ipynb.html:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue