]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/papers/matita/libraries.dot
added .dot which generated libraries-cluster.{ps,png}
[helm.git] / helm / papers / matita / libraries.dot
index 78259d77433bdddc32c9f78ed640445906aea3f7..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,10 +82,10 @@ digraph G {
   /* apps */
   subgraph applications {
     node [shape=plaintext,style=filled,fillcolor=slategray2];
-    DependencyAnalyzer;
+    DependencyAnalyzer [label="Dependency\nAnalyzer"];
     Getter;
     Matita;
-    ProofChecker;
+    ProofChecker [label="Proof\nChecker"];
     Uwobo;
     Whelp;
   }
@@ -94,7 +94,7 @@ digraph G {
   Getter -> getter;
   Matita -> cic_disambiguation;
   Matita -> grafite;
-//   Matita -> hgdome;
+  Matita -> hgdome;
   Matita -> paramodulation;
   ProofChecker -> cic_proof_checking;
   Uwobo -> content_pres;