summaryrefslogtreecommitdiff
path: root/chapters/03-core.tex
diff options
context:
space:
mode:
authorericmarin <maarin.eric@gmail.com>2026-06-23 15:26:01 +0200
committerericmarin <maarin.eric@gmail.com>2026-06-26 16:47:32 +0200
commita8bb7736e2e86963bd5761cc05079447abeeaba6 (patch)
tree0071214f224846057380838e3d609790785ea930 /chapters/03-core.tex
parent11f14a4763533dbc24b0e98d115071036025d4f6 (diff)
downloadvein-a8bb7736e2e86963bd5761cc05079447abeeaba6.tar.gz
vein-a8bb7736e2e86963bd5761cc05079447abeeaba6.zip
using official template + fixing language errorsthesis
Diffstat (limited to 'chapters/03-core.tex')
-rw-r--r--chapters/03-core.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapters/03-core.tex b/chapters/03-core.tex
index c222f0d..96cd0f1 100644
--- a/chapters/03-core.tex
+++ b/chapters/03-core.tex
@@ -1,8 +1,8 @@
-\chapter{VEIN}
+\chapter{VEIN: VErification via Interaction Nets}
\label{ch:core}
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
+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}