summaryrefslogtreecommitdiff
path: root/chapters/core/01-implementation.tex
diff options
context:
space:
mode:
authorericmarin <maarin.eric@gmail.com>2026-06-07 18:43:30 +0200
committerericmarin <maarin.eric@gmail.com>2026-06-26 09:57:03 +0200
commit8eb2ce59ae307984a5b40a05cefec1f7e112fb02 (patch)
treea5883bf6a66f9cdb4e4ab71e49a6d1983a5faf1d /chapters/core/01-implementation.tex
parentc7e9856b051eda98ca2102549d4f03ad518d0d90 (diff)
downloadvein-8eb2ce59ae307984a5b40a05cefec1f7e112fb02.tar.gz
vein-8eb2ce59ae307984a5b40a05cefec1f7e112fb02.zip
core
Diffstat (limited to 'chapters/core/01-implementation.tex')
-rw-r--r--chapters/core/01-implementation.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/chapters/core/01-implementation.tex b/chapters/core/01-implementation.tex
index fcb1345..3e8fa20 100644
--- a/chapters/core/01-implementation.tex
+++ b/chapters/core/01-implementation.tex
@@ -1,7 +1,9 @@
\section{Implementation}
\label{sec:implementation}
-% This sections contain the implementation sections
+This sections 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}}).
\input{chapters/core/implementation/01-inpla}