]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/papers/matita/libraries.dot
added missing deps
[helm.git] / helm / papers / matita / libraries.dot
index c16802a967ec050f57c5c20ed2887454d9a51c51..18b8abd3a00b858c03a537a30f18db4228388e13 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";
@@ -92,13 +90,13 @@ digraph G {
     Whelp;
   }
   /* apps dep */
-  DrawGraph -> getter;
+  DrawGraph -> 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;
 }