|
@@ -1,4 +1,14 @@
|
|
|
\TODO{some text}
|
|
|
+
|
|
|
+\section{Assumptions}
|
|
|
+The following assumptions are made for the implementation of the node placement algorithm:
|
|
|
+\begin{itemize}
|
|
|
+ \item There are no hyperedges.
|
|
|
+ \item There are no port constraints.
|
|
|
+ \item There are no labels.
|
|
|
+ \item There are no cross-hierarchy edges.
|
|
|
+\end{itemize}
|
|
|
+
|
|
|
\section{Input File Format}\label{sec:inputFileFormat}
|
|
|
The input to \appname is a JSON file.
|
|
|
An example is displayed in figure~\ref{fig:json-example}.
|