Je fais un commit suite a un message qui m'empeche de faire un pull

This commit is contained in:
John Charron 2010-11-30 04:14:30 +01:00
parent c1a6a8f98d
commit d5327265c7

View File

@ -461,9 +461,16 @@ Clause insatisfiable : $(x_{1} \vee x_{1}) \wedge (\neg x_{1} \vee \neg x_{1})$
\begin{figure}[h!]
\centering
\begin{tikzpicture}[node distance=1.5cm]
\node (nx1) {$\lnot x_1$} ;
\node[below of=nx1] (x1) {$x_1$} ;
\begin{tikzpicture}[
node distance=2.5cm,
lettre/.style={
draw,
circle,
minimum size=1cm
}
]
\node[lettre] (nx1) {$\lnot x_1$} ;
\node[lettre, below of=nx1] (x1) {$x_1$} ;
\node[coordinate,xshift=0.1cm] (x1r) at (x1.north) {};
\node[coordinate,xshift=-0.1cm] (x1l) at (x1.north) {};
\node[coordinate,xshift=0.1cm] (nx1r) at (nx1.south) {};