Je fais un commit suite a un message qui m'empeche de faire un pull
This commit is contained in:
parent
c1a6a8f98d
commit
d5327265c7
13
rapport.tex
13
rapport.tex
|
@ -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) {};
|
||||
|
|
Loading…
Reference in New Issue
Block a user