git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@130 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
atantar 2006-12-30 14:10:44 +00:00
commit a6fe42664b
743 changed files with 67629 additions and 0 deletions

View file

@ -0,0 +1,66 @@
\documentclass[a4paper]{book}
\usepackage{a4wide}
\usepackage{makeidx}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{multicol}
\usepackage{float}
\usepackage{textcomp}
\usepackage{alltt}
\usepackage{times}
\usepackage{ifpdf}
\ifpdf
\usepackage[pdftex,
pagebackref=true,
colorlinks=true,
linkcolor=blue
]{hyperref}
\else
\usepackage[ps2pdf,
pagebackref=true,
colorlinks=true,
linkcolor=blue
]{hyperref}
\usepackage{pspicture}
\fi
\usepackage{doxygen}
\makeindex
\setcounter{tocdepth}{1}
\renewcommand{\footrulewidth}{0.4pt}
\begin{document}
\begin{titlepage}
\vspace*{7cm}
\begin{center}
{\Large Paradis\-EO-PEO - Lessons Reference Manual\\[1ex]\large 0.1 }\\
\vspace*{1cm}
{\large Generated by Doxygen 1.4.7}\\
\vspace*{0.5cm}
{\small Sat Dec 30 14:55:34 2006}\\
\end{center}
\end{titlepage}
\clearemptydoublepage
\pagenumbering{roman}
\tableofcontents
\clearemptydoublepage
\pagenumbering{arabic}
\chapter{Paradis\-EO-PEO - Lessons Hierarchical Index}
\input{hierarchy}
\chapter{Paradis\-EO-PEO - Lessons Class Index}
\input{annotated}
\chapter{Paradis\-EO-PEO - Lessons Class Documentation}
\input{classCitySwap}
\include{classDisplayBestRoute}
\include{classEdgeXover}
\include{classMergeRouteEval}
\include{classOrderXover}
\include{classPartialMappedXover}
\include{classPartRouteEval}
\include{classRouteEval}
\include{classRouteInit}
\include{classTwoOpt}
\include{classTwoOptIncrEval}
\include{classTwoOptInit}
\include{classTwoOptNext}
\include{classTwoOptRand}
\printindex
\end{document}