spot/tests
Alexandre Duret-Lutz 09e47d648a decompose: merge decompose_strength() and decompose_scc()
These two functions were doing almost identical work, the only
difference was the way to select the SCC to keep.  Now we have a more
uniform way to do that.  Closes #172.

* bin/autfilt.cc: Offer a unique --decompose-scc option, but keep
--decompose-strength as an alias for backward compatibility.
* spot/twaalgos/strength.cc, spot/twaalgos/strength.hh: Rename
decompose_strength as decompose_scc, and handle a way to list
all SCC numers in the string specifier.  This gets rid
of the nearly identical
* tests/core/scc.test, tests/core/strength.test,
tests/python/decompose.ipynb, tests/python/decompose_scc.py: Adjust
test cases.
* NEWS: Adjust.
2017-06-30 23:09:31 +02:00
..
core decompose: merge decompose_strength() and decompose_scc() 2017-06-30 23:09:31 +02:00
ltsmin ltsmin: catch exceptions by reference 2017-06-20 17:29:48 +02:00
python decompose: merge decompose_strength() and decompose_scc() 2017-06-30 23:09:31 +02:00
sanity style: allow the use of initializer-lists in if 2017-06-08 10:46:29 +02:00
.gitignore more files to ignore 2016-01-26 19:21:35 +01:00
Makefile.am streett_to_generalized_buchi() now works on Streett-like 2017-06-08 10:49:09 +02:00
run.in install back the safety check of includes.test 2016-12-02 15:03:43 +01:00