Selaa lähdekoodia

recommend carstens

Eren Yilmaz 6 vuotta sitten
vanhempi
commit
b779b68b8d
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      doc/chapter/2architecture.tex

+ 2 - 1
doc/chapter/2architecture.tex

@@ -121,7 +121,8 @@ A class diagram of the package \enquote{Model} is displayed in figure~\ref{fig:m
 \end{longtable}
 
 \section{The actual algorithm}\label{sec:theActualAlgorithm}
-This section assumes that the reader is familiar with the node placement algorithm by Brandes and Köpf~\cite{brandes_fast_2001}.
+This section expects the reader to be familiar with the node placement algorithm by Brandes and Köpf~\cite{brandes_fast_2001}.
+We recommend section 3.2.1 of Carstens~\cite{carstens_node_2012} for a detailed explanation.
 
 A \enquote{stage} of the algorithm, interface \enquote{AlgorithmStage}, is an interval during which each step of the algorithm is performed in a similar way.
 Each time such a step is performed it returns whether the stage is already finished.