]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/papers/matita/libraries.dot
deps
[helm.git] / helm / papers / matita / libraries.dot
index c16802a967ec050f57c5c20ed2887454d9a51c51..78259d77433bdddc32c9f78ed640445906aea3f7 100644 (file)
@@ -6,7 +6,6 @@ digraph G {
   /* libs clusters */
   subgraph cluster_presentation {
     label = "Terms at the content and presentation level";
-    rank = min;
     labelloc = "b";
     labeljust = "r";
     style = "filled";
@@ -42,7 +41,6 @@ digraph G {
   }
   subgraph cluster_utilities {
     label = "Utilities";
-    rank = max;
     labelloc = "b";
     labeljust = "r";
     style = "filled";
@@ -84,7 +82,7 @@ digraph G {
   /* apps */
   subgraph applications {
     node [shape=plaintext,style=filled,fillcolor=slategray2];
-    DrawGraph;
+    DependencyAnalyzer;
     Getter;
     Matita;
     ProofChecker;
@@ -92,13 +90,14 @@ digraph G {
     Whelp;
   }
   /* apps dep */
-  DrawGraph -> getter;
+  DependencyAnalyzer -> metadata;
   Getter -> getter;
   Matita -> cic_disambiguation;
-  Matita -> tactics;
+  Matita -> grafite;
+//   Matita -> hgdome;
+  Matita -> paramodulation;
   ProofChecker -> cic_proof_checking;
-  Uwobo -> acic_content;
   Uwobo -> content_pres;
   Whelp -> cic_disambiguation;
-  Whelp -> whelp;
+  Whelp -> content_pres;
 }