]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/papers/matita/libraries.dot
bumped year
[helm.git] / helm / papers / matita / libraries.dot
index 18b8abd3a00b858c03a537a30f18db4228388e13..c4aedef5016255ecac5b6f1f691d45f3e127e78c 100644 (file)
@@ -49,7 +49,7 @@ digraph G {
     hgdome;
     hmysql;
     registry;
-    utf8_macros;
+//     utf8_macros;
     xml;
   }
   /* libs */
@@ -64,7 +64,7 @@ digraph G {
   metadata -> getter;
   metadata -> hmysql;
   grafite -> content_pres;
-  content_pres -> utf8_macros;
+//   content_pres -> utf8_macros;
   content_pres -> acic_content;
   acic_content -> cic_acic;
   cic_acic -> cic_proof_checking;
@@ -82,21 +82,22 @@ digraph G {
   /* apps */
   subgraph applications {
     node [shape=plaintext,style=filled,fillcolor=slategray2];
-    DrawGraph;
+    DependencyAnalyzer [label="Dependency\nAnalyzer"];
     Getter;
     Matita;
-    ProofChecker;
+    ProofChecker [label="Proof\nChecker"];
     Uwobo;
     Whelp;
   }
   /* apps dep */
-  DrawGraph -> metadata;
+  DependencyAnalyzer -> metadata;
   Getter -> getter;
   Matita -> cic_disambiguation;
   Matita -> grafite;
-//   Matita -> hgdome;
+  Matita -> hgdome;
   Matita -> paramodulation;
   ProofChecker -> cic_proof_checking;
   Uwobo -> content_pres;
   Whelp -> cic_disambiguation;
+  Whelp -> content_pres;
 }