python: add get_highlight_state and get_highlight_edge
* python/spot/impl.i: Here. * tests/python/highlighting.ipynb: Test it. * NEWS: Mention it.
This commit is contained in:
parent
ba86dc6b18
commit
3c638f2a88
3 changed files with 119 additions and 47 deletions
3
NEWS
3
NEWS
|
|
@ -131,6 +131,9 @@ New in spot 2.11.6.dev (not yet released)
|
|||
given state or edge. Use aut.remove_highlight_states() or
|
||||
aut.remove_highlight_edges() to remove all colors. (Issue #554.)
|
||||
|
||||
- Calling aut.get_hight_state(s) or get.highlight_edge(e) will
|
||||
return the highlight color of that state/edge or None.
|
||||
|
||||
Bugs fixed:
|
||||
|
||||
- tgba_determinize()'s use_simulation option would cause it to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue