polish previous two patches
* NEWS: Update. * spot/twaalgos/genem.cc, spot/twaalgos/genem.hh, spot/twa/twa.cc: Update copyright years. * spot/twa/twa.hh: Update Doxygen documentation. * spot/twaalgos/sccinfo.cc, spot/twaalgos/sccinfo.hh: Simplify data structures, and fix failure of get_accepting_run() to compute accepting runs in SCC that are accepting due to the self-loop optimization of scc_info. * tests/python/highlighting.ipynb: Add three test cases.
This commit is contained in:
parent
837f9e296b
commit
c25a67b00d
8 changed files with 1007 additions and 142 deletions
8
NEWS
8
NEWS
|
|
@ -1,6 +1,12 @@
|
|||
New in spot 2.7.1.dev (not yet released)
|
||||
|
||||
Nothing yet.
|
||||
Library:
|
||||
|
||||
- Add generic_accepting_run() as a variant of generic_emptiness_check() that
|
||||
returns an accepting run in an automaton with any acceptance condition.
|
||||
|
||||
- twa::accepting_run() now works on automata using Fin in
|
||||
their acceptance condition.
|
||||
|
||||
New in spot 2.7.1 (2019-02-14)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue