more documentation for twa_graph internals
* spot/graph/graph.hh, spot/twa/twagraph.hh, spot/twa/twagraph.cc: Implement a dump_storage_as_dot() method. * python/spot/__init__.py (twa_graph.show_storage): New method, above dump_storage_as_dot(). * tests/python/twagraph-internals.ipynb: New file, with documentation about the twa_graph internals, using show_storage() to illustrate everything. * tests/Makefile.am, doc/org/tut.org: Add it. * python/spot/impl.i: Add bindings for out_iterasor, demonstrated in the Python notebook. * spot/twa/twa.hh: Add prop_reset(). Used in the notebook. * NEWS: Mention the new notebook and function. * doc/org/tut50.org: Link to the notebook. * tests/python/ipnbdoctest.py: Adjust for twa_graph_ptr being redefined in the spot namespace.
This commit is contained in:
parent
d8bc50dcb7
commit
46590af693
12 changed files with 5880 additions and 6 deletions
5
NEWS
5
NEWS
|
|
@ -14,6 +14,11 @@ New in spot 2.6.0.dev (not yet released)
|
|||
formula::F(unsigned, unsigned, formula)
|
||||
formula::G(unsigned, unsigned, formula)
|
||||
|
||||
- The twa_graph class has a new dump_storage_as_dot() method
|
||||
to show its data structure. This is more conveniently used
|
||||
as aut.show_storage() in a Jupyter notebook. See
|
||||
https://spot.lrde.epita.fr/ipynb/twagraph-internals.html
|
||||
|
||||
New in spot 2.6 (2018-07-04)
|
||||
|
||||
Command-line tools:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue