]> AND Private Git Repository - 16dcc.git/blobdiff - main.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Fusion modifs
[16dcc.git] / main.tex
index 465fbf5a2d179b15236d958a0c98136a958c0de4..4a5ede14e08c3e3eb88d9b958a8b88b50d6f2ee6 100644 (file)
--- a/main.tex
+++ b/main.tex
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \definecolor{bleuclair}{rgb}{0.75,0.75,1.0}
+\newcommand{\danger}{!!}
 \newcommand{\ANNOT}[1]{
   ~\linebreak
   \centerline{
-    {\Huge{\danger}}
+    {\Huge{$\Rightarrow$}}
     \large\fcolorbox{black}{bleuclair}{
       \begin{minipage}[h]{.8\linewidth}
         #1
       \end{minipage}
     }
-    {\Huge{\danger}}
+    {\Huge{$\Leftarrow$}}
   }
 }
 
 
 \begin{document}
 
-\author{Jean-François Couchot, Christophe Guyeux, Pierre-Cyrille Heam}
-\address{FEMTO-ST Institute, University of Franche-Comté, Belfort, France}
+\author{Sylvain Contassot-Vivier, Jean-François Couchot, Christophe Guyeux, Pierre-Cyrille Heam}
+\address{LORIA, Université de Lorraine, Nancy, France\\
+FEMTO-ST Institute, University of Franche-Comté, Belfort, France}
 
-\keywords{Pseudorandom Number Generator, Theory of Chaos, Markov Matrice, Hamiltonian Path, Mixing Time, Stopping Time, Statistical Test}
+\keywords{Pseudorandom Number Generator, Theory of Chaos, Markov Matrice, Hamiltonian Path,  Stopping Time, Statistical Test}
 
 \subjclass{34C28, 37A25,11K45}
 
@@ -108,7 +110,7 @@ the classical statistical tests.
 \section{Introduction}
 \input{intro}
 
- \section{\uppercase{Preliminaries}}\label{sec:preliminaries}
+\section{Preliminaries}\label{sec:preliminaries}
 \input{preliminaries}
 
 \section{Proof Of Chaos}\label{sec:proofOfChaos}
@@ -117,6 +119,10 @@ the classical statistical tests.
 \section{Functions with Strongly Connected $\Gamma_{\{b\}}(f)$}\label{sec:SCCfunc}
 \input{generating}
 
+\section{Balanced Hamiltonian Cycle}\label{sec:hamilton}
+\input{hamilton}
+
+
 \section{Stopping Time}\label{sec:hypercube}
 \input{stopping}
 
@@ -134,3 +140,9 @@ the classical statistical tests.
 \bibliography{biblio}
 
 \end{document}
+
+%%% Local Variables:
+%%% mode: latex
+%%% ispell-dictionary: "american"
+%%% mode: flyspell
+%%% End: