more prose changes

This commit is contained in:
Motiejus Jakštys 2021-05-07 15:47:07 +03:00
parent 0ec1969143
commit bfd9d79ddc

View File

@ -586,11 +586,11 @@ often hard to impossible: research methodologies, as well as algorithms
themselves, are explained in prose, which, due to the nature of the non-machine themselves, are explained in prose, which, due to the nature of the non-machine
language, lends itself to inexact interpretations. language, lends itself to inexact interpretations.
This article, besides explaining the algorithm in prose, \emph{includes} the This article, besides explaining the algorithm in prose, includes the program
program of the algorithm in a way that can be executed on reader's workstation. of the algorithm in a way that can be executed on reader's workstation. On top
On top of it, all the illustrations in this paper are generated using that of it, all the illustrations in this paper are generated using that algorithm,
algorithm, from a predefined list of test geometries (test geometries were from a predefined list of test geometries (test geometries were explained in
explained in section~\ref{sec:automated-tests}). section~\ref{sec:automated-tests}).
Instructions how to re-generate all the visualizations are found in Instructions how to re-generate all the visualizations are found in
appendix~\ref{sec:code-regenerate}. The visualization code serves as a good appendix~\ref{sec:code-regenerate}. The visualization code serves as a good
@ -602,7 +602,7 @@ TODO: list most of the functions defined in the algorithm and draw how they
interact. Similar to "Flow chart of the prototype system" in the original interact. Similar to "Flow chart of the prototype system" in the original
paper. paper.
\section{Description of the implementation} \section{Algorithm implementation}
Like alluded in section~\ref{sec:introduction}, {\WM} paper skims over Like alluded in section~\ref{sec:introduction}, {\WM} paper skims over
certain details, which are important to implement the algorithm. This section certain details, which are important to implement the algorithm. This section