Skip to content
Snippets Groups Projects
Commit 563b35ca authored by Valentin Perrelle's avatar Valentin Perrelle
Browse files

[aorai] Update the plugin architecture diagram with Eva

parent dcad7213
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
\usetikzlibrary{fit} \usetikzlibrary{fit}
\usetikzlibrary{shapes.geometric} \usetikzlibrary{shapes.geometric}
\usetikzlibrary{positioning}
\usepackage{graphicx} \usepackage{graphicx}
\usepackage{xspace} \usepackage{xspace}
...@@ -1096,8 +1097,9 @@ current active states, since it knows each previous active states. ...@@ -1096,8 +1097,9 @@ current active states, since it knows each previous active states.
\node[xshift=10ex,anchor=west,align=center,font=\itshape] (prog) at (annot.east) {Annotated C\\ program}; \node[xshift=10ex,anchor=west,align=center,font=\itshape] (prog) at (annot.east) {Annotated C\\ program};
\node[draw,yshift=-4em] (wp) at (prog) {\bf WP plugin}; \node[draw,below=2em of prog] (wp) {\bf WP plugin};
\node[draw,yshift=-4em] (provers) at (wp) {\bf Provers}; \node[draw,yshift=-4em] (provers) at (wp) {\bf Provers};
\node[draw,below right=2em and 1ex of prog] (eva) {\bf Eva plugin};
\node (ya2) at (ya -| buchi) {}; \node (ya2) at (ya -| buchi) {};
...@@ -1108,6 +1110,7 @@ current active states, since it knows each previous active states. ...@@ -1108,6 +1110,7 @@ current active states, since it knows each previous active states.
\draw[->] (annot) -- (prog); \draw[->] (annot) -- (prog);
\draw[->] (prog) -- (wp); \draw[->] (prog) -- (wp);
\draw[->] (wp) -- (provers); \draw[->] (wp) -- (provers);
\draw[->] (prog) -- (eva);
\draw[->] (ya) -| (buchi); \draw[->] (ya) -| (buchi);
\draw[->] (buchi) -- (annot); \draw[->] (buchi) -- (annot);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment