* 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

@ -6,7 +6,7 @@
check()
{
./equals "$2" "$3"
./equals "$2" "$3"
test $? != $1 && exit 1;
}