summaryrefslogtreecommitdiff
path: root/chapters/03-core.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/03-core.tex
parentc7e9856b051eda98ca2102549d4f03ad518d0d90 (diff)
downloadvein-8eb2ce59ae307984a5b40a05cefec1f7e112fb02.tar.gz
vein-8eb2ce59ae307984a5b40a05cefec1f7e112fb02.zip
core
Diffstat (limited to 'chapters/03-core.tex')
-rw-r--r--chapters/03-core.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/chapters/03-core.tex b/chapters/03-core.tex
index d8913d3..f9a4cab 100644
--- a/chapters/03-core.tex
+++ b/chapters/03-core.tex
@@ -1,7 +1,9 @@
\chapter{VEIN: VErification via Interaction Nets}
\label{ch:core}
-% This chapter contains the core of the thesis, where the work is presented in details.
+This chapter contains details on framework implementation (\textbf{\Cref{sec:implementation}}), the
+proof of soundness of the pipeline (\textbf{\Cref{sec:soundness-proof}}) and a collection of data
+gathered from benchmarks (\textbf{\Cref{sec:benchmarks}})
\input{chapters/core/01-implementation}