+ Commentaire

This commit is contained in:
Fabrice Mouhartem 2018-02-06 15:43:12 +01:00
parent 0d2d8d934f
commit 4470945c35

View File

@ -32,6 +32,7 @@
\begin{scope}[xshift=4.7cm]
\draw (1,-1) rectangle (5.5, 1);
\node[anchor=north west] at (1,1) {Algorithm for $A$};
\node[anchor=south east] at (5.5, -1) {\textit{also called} the ``reduction''};
\node[draw, rectangle, anchor=west] (fbox) at (1.3,0) {$f$};
\node[draw, rectangle, anchor=west] (bbox) at (2.3,0) {Algorithm for $B$};
\draw[->, thick] (.5, 0) -- (fbox) -- (bbox) -- (6, 0);