From: Claudio Sacerdoti Coen Date: Mon, 8 Oct 2001 11:55:24 +0000 (+0000) Subject: New graph implementation: the visit is no more pruned on a level base, but X-Git-Tag: v0_1_3~77 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=1ffac96ddcc32469442f1b6d483fd9ed862107e8;p=helm.git New graph implementation: the visit is no more pruned on a level base, but when the number of the nodes in the graph exceeds a fixed limit. --- diff --git a/helm/style/mk_dep_graph.xsl b/helm/style/mk_dep_graph.xsl index b6c6041c9..739bd279b 100644 --- a/helm/style/mk_dep_graph.xsl +++ b/helm/style/mk_dep_graph.xsl @@ -38,9 +38,11 @@ + + - + @@ -115,9 +117,10 @@ --> strict digraph L0 { size = "83,83"; node [style=filled, shape = box];&CSCbr; - - - + + + + } @@ -134,13 +137,19 @@ - + + + + + + + @@ -149,16 +158,10 @@ ",URL=" " - + ,color=red ];&CSCbr; - - - - - - @@ -171,13 +174,14 @@ - - - -> - - ;&CSCbr; - - + + + + + -> + + ;&CSCbr; + diff --git a/helm/style/mk_meta_graph.xsl b/helm/style/mk_meta_graph.xsl index e19e8daa2..0f6acba1d 100644 --- a/helm/style/mk_meta_graph.xsl +++ b/helm/style/mk_meta_graph.xsl @@ -38,10 +38,14 @@ + + - + + + @@ -109,15 +113,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + strict digraph L0 { size = "83,83"; node [style=filled, shape = box];&CSCbr; + + + + + - - - + + + + } @@ -149,8 +185,13 @@ + + + + + - + @@ -158,6 +199,12 @@ + + + + + + @@ -166,16 +213,10 @@ ",URL=" " - + ,color=red ];&CSCbr; - - - - - - @@ -187,13 +228,19 @@ - - - -> - - ;&CSCbr; - - + + + + + + + + + + -> + + ;&CSCbr; +