ソースを参照

add some assumptions

Eren Yilmaz 6 年 前
コミット
f4b330e451
1 ファイル変更10 行追加0 行削除
  1. 10 0
      doc/chapter/2architecture.tex

+ 10 - 0
doc/chapter/2architecture.tex

@@ -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}.