Alexandre Duret-Lutz
|
b6cd54ab16
|
autfilt: add highlighting options for nondeterminism
Fixes #123.
* bin/autfilt.cc: Add options --highlight-nondet-states=NUM,
--highlight-nondet-edges=NUM, and --highlight-nondet=NUM.
* spot/twaalgos/isdet.cc,
spot/twaalgos/isdet.hh (highlight_nondet_states,
highlight_nondet_edges): New functions.
* tests/core/det.test: Add test cases.
* NEWS: Mention them.
|
2016-07-18 23:23:01 +02:00 |
|
Alexandre Duret-Lutz
|
5cb94a1a3f
|
Merge the core and python tests in the tests/ directory
* tests/: Rename as...
* tests/core/: ... this.
* python/tests/: Rename as...
* tests/python/: ... this.
* python/tests/run.in: Move as...
* tests/run.in: This, and adjust.
* tests/Makefile.am: Adjust to run both core and python tests.
* configure.ac, README, debian/python3-spot.examples, debian/rules,
doc/org/tut.org, python/Makefile.am, spot/ltsmin/Makefile.am,
spot/ltsmin/kripke.test, spot/sanity/ipynb.test: Adjust.
|
2016-01-04 16:02:30 +01:00 |
|