* src/ltlvisit/dotty.cc: Rewrite to display formulae as

graphs rather than trees, to show how nodes are shared.
This commit is contained in:
Alexandre Duret-Lutz 2003-05-16 09:35:21 +00:00
parent e9b734f936
commit 38f7ae9a46
3 changed files with 59 additions and 49 deletions

View file

@ -1,5 +1,8 @@
2003-05-16 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/ltlvisit/dotty.cc: Rewrite to display formulae as
graphs rather than trees, to show how nodes are shared.
* src/ltlvisit/dump.hh (dump): Return the passed ostream.
* src/ltlvisit/dump.cc (dump): Likewise.
* src/ltlvisit/dotty.hh (dotty): Likewise.