summaryrefslogtreecommitdiff
path: root/chapters/core/01-implementation.tex
diff options
context:
space:
mode:
authorericmarin <maarin.eric@gmail.com>2026-06-19 12:39:13 +0200
committerericmarin <maarin.eric@gmail.com>2026-06-26 09:57:03 +0200
commitd3e761a2286d04a3c0005b199653df2f6501f070 (patch)
treebc4c77a68d94662ad41c67710e07af851e5d3287 /chapters/core/01-implementation.tex
parent8eb2ce59ae307984a5b40a05cefec1f7e112fb02 (diff)
downloadvein-d3e761a2286d04a3c0005b199653df2f6501f070.tar.gz
vein-d3e761a2286d04a3c0005b199653df2f6501f070.zip
refined core
Diffstat (limited to 'chapters/core/01-implementation.tex')
-rw-r--r--chapters/core/01-implementation.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapters/core/01-implementation.tex b/chapters/core/01-implementation.tex
index 3e8fa20..32154ef 100644
--- a/chapters/core/01-implementation.tex
+++ b/chapters/core/01-implementation.tex
@@ -1,7 +1,7 @@
\section{Implementation}
\label{sec:implementation}
-This sections contains details on the implementation of the reduction engine (\textbf{\Cref{sec:inpla}}),
+This section contains details on the implementation of the reduction engine (\textbf{\Cref{sec:inpla}}),
the interaction rules designed (\textbf{\Cref{sec:interaction-rules}}), the algorithm used in the
ONNX-to-IN translation (\textbf{\Cref{sec:translation}}) and the Python module (\textbf{\Cref{sec:python-module}}).