scc_info: make it possible to ignore or cut edges
* spot/twaalgos/sccinfo.hh, spot/twaalgos/sccinfo.cc: Take a filter function as optional argument. * tests/core/sccif.cc, tests/core/sccif.test: New files. * tests/Makefile.am, tests/core/.gitignore: Adjust. * NEWS: Mention the new feature.
This commit is contained in:
parent
4da6a5cde1
commit
425620150a
7 changed files with 287 additions and 6 deletions
3
NEWS
3
NEWS
|
|
@ -76,6 +76,9 @@ New in spot 2.3.4.dev (not yet released)
|
|||
- spot::scc_info has two new methods to easily iterate over the
|
||||
edges of an SCC: edges_of() and inner_edges_of().
|
||||
|
||||
- spot::scc_info can now be passed a filter function to ignore
|
||||
or cut some edges.
|
||||
|
||||
Python:
|
||||
|
||||
- The 'spot.gen' package exports the functions from libspotgen.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue