瀏覽代碼

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