python: highlighting functions for edges and states
* python/spot/impl.i (highlight_state, highlight_edge): New function. * python/spot/__init__.py (highlight_states, highlight_edges): New functions. * spot/twaalgos/dot.cc: Add a '#' option. * spot/taalgos/dot.cc: Ignore '#'. * tests/python/highlighting.ipynb: New file to illustrate everything. * tests/Makefile.am, doc/org/tut.org: Add it.
This commit is contained in:
parent
be4418257e
commit
23c2cbf46a
7 changed files with 393 additions and 2 deletions
|
|
@ -107,6 +107,7 @@ namespace spot
|
|||
case 't':
|
||||
case '+':
|
||||
case '<':
|
||||
case '#':
|
||||
// All these options are implemented by dotty() on TGBA,
|
||||
// but are not implemented here. We simply ignore them,
|
||||
// because raising an exception if they are in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue