@misc{MMTapi,title={{MMT API Documentation}},howpublished={\url{https://uniformal.github.io/apidoc/index.html}},journal={MMT Documentation},publisher={uniformal.github.io},note={Accessed: 2018-06-20}}
Knowledge is complicated and so is its representation.
Knowledge is complicated and so is its representation, especially when trying to store it in a computer. One approach to solve this issue is by organizing bodies of knowledge in neat graph structures. A project that seeks to model knowledge in this way is the MMT language\cite{rabe2013scalable}, which has theory graphs as its semantics. Unfortunately the graph structures which are generated represent the knowledge so well that they inherent its complexity.
\begin{figure}[!htb]
\centering
...
...
@@ -10,6 +10,8 @@ Knowledge is complicated and so is its representation.
\label{fig:tgview}
\end{figure}
Since these theory graphs can be massive in size, it should not be surprising that like any other large project they can be plagued by redundancies and entirely unnecessary dependencies.
For this reason it should be no surprise that these theory graphs can be plagued by redundancies and entirely unnecessary dependencies.
To help reduce unnecessary complexity of these theory graphs, I introduce Styler, an automated tool for optimizing theory inclusions.
\ No newline at end of file
To help reduce unnecessary complexity of these large theory graphs, I introduce Styler, an automated tool for optimizing theory inclusions.
The goal of this tool is to automatically detect possible optimizations that reduce the number of edges without breaking the graph and recommend them to the user.