Skip to content

Commit

Permalink
Ch1 minor
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyaKom committed Jul 11, 2023
1 parent aeeed99 commit 4f8889f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Binary file modified Slides/Chapter1/Chapter1.pdf
Binary file not shown.
9 changes: 4 additions & 5 deletions Slides/Chapter1/Chapter1.tex
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
\item ... get to practice working with Vehicle
\item ... use the famous ACAS Xu benchmark to show Vehicle's work flow --
from specification to verification
\item ... try to identify PL problems that are being resolved by Vehicle
\item ... identify PL problems (cf Introduction) that are resolved by Vehicle

\end{itemize}

Expand Down Expand Up @@ -362,7 +362,7 @@ \section{Vehicle' Syntax}

\pause

\begin{block}{Our first acquaintance with quantifiers!}
\begin{block}{Our first acquaintance with predicates and quantifiers!}
One of the main advantages of \textbf{Vehicle} is that it can be used to state and prove specifications that describe the network’s behaviour over an infinite set of values.
\end{block}

Expand All @@ -372,7 +372,7 @@ \section{Vehicle' Syntax}
\begin{frame}[fragile]
\frametitle{Functions and types}

\begin{block}{Function Composition: Exercise!}
\begin{block}{Function Composition: Exercise}

Infer the types of functions `acasXu` and `normalise`:

Expand Down Expand Up @@ -590,9 +590,8 @@ \section{Vehicle' Syntax}
\begin{frame}
\frametitle{Concluding Exercise}

Which of the four PL problems we covered?
Which of the four PL problems we addressed?

\pause
\begin{itemize}
\item[$I^O$] Interoperability -- properties are not portable between training/counter-example search/ verification.

Expand Down

0 comments on commit 4f8889f

Please sign in to comment.