mirror of https://github.com/CGAL/cgal
made changes necessary for manual split
This commit is contained in:
parent
8897bf9647
commit
ac005698f9
|
|
@ -1,5 +1,8 @@
|
|||
Changes done to the `Optimisation_doc' package
|
||||
|
||||
Version 1.0.6 on 27-Jul-2001
|
||||
- Susan made changes necessary for manual split
|
||||
|
||||
Version 1.0.5 on 19-Jul-2001
|
||||
- removed definitons of '\ccRequirements' and '\ccRequire' (moved to cc_manual)
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,8 @@
|
|||
% $Date$
|
||||
% =============================================================================
|
||||
|
||||
\section{Reference Pages}
|
||||
%\section{Reference Pages}
|
||||
\chapter{Geometric Optimisation}
|
||||
|
||||
\input{Optimisation_ref/reference_part}
|
||||
|
||||
|
|
|
|||
|
|
@ -41,6 +41,13 @@ All furthest neigbors (2D), width of point set (3D), polytope distance (dD).
|
|||
\paragraph{Advanced Techniques.}
|
||||
Monotone and sorted matrix search.
|
||||
|
||||
\section*{Assertions}
|
||||
The optimisation code uses infix \ccc{OPTIMISATION} in the assertions,
|
||||
e.g.\ defining the compiler flag
|
||||
\ccc{CGAL_OPTIMISATION_NO_PRECONDITIONS} switches precondition
|
||||
checking off, cf.~\cgalReferToAssertions
|
||||
|
||||
|
||||
% -----------------------------------------------------------------------------
|
||||
\subsection*{Bounding Areas and Volumes}
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@
|
|||
\ccChapterAuthor{Michael Hoffmann}\ccTexHtml{\\}{<BR>}
|
||||
\ccChapterAuthor{Sven Sch{\"o}nherr}
|
||||
|
||||
%\minitoc
|
||||
|
||||
\ccTexHtml{\thispagestyle{empty}}{}
|
||||
|
||||
% =============================================================================
|
||||
|
|
@ -30,7 +32,7 @@
|
|||
% reference part
|
||||
% =============================================================================
|
||||
|
||||
\input{Optimisation_ref/main.tex}
|
||||
%\input{Optimisation_ref/main.tex}
|
||||
|
||||
\cgalColumnLayout
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
% $Date$
|
||||
% =============================================================================
|
||||
|
||||
\section{Introduction}
|
||||
%\section{Introduction}
|
||||
|
||||
This chapter describes routines for solving geometric optimisation
|
||||
problems.
|
||||
|
|
@ -52,11 +52,11 @@ general implementations of
|
|||
(\ccc{rectangular_p_center_2}).
|
||||
\end{itemize}
|
||||
|
||||
\subsubsection*{Assertions}
|
||||
The optimisation code uses infix \ccc{OPTIMISATION} in the assertions,
|
||||
e.g.\ defining the compiler flag
|
||||
\ccc{CGAL_OPTIMISATION_NO_PRECONDITIONS} switches precondition
|
||||
checking off, cf.~\cgalReferToAssertions
|
||||
%\subsubsection*{Assertions}
|
||||
%The optimisation code uses infix \ccc{OPTIMISATION} in the assertions,
|
||||
%e.g.\ defining the compiler flag
|
||||
%\ccc{CGAL_OPTIMISATION_NO_PRECONDITIONS} switches precondition
|
||||
%checking off, cf.~\cgalReferToAssertions
|
||||
|
||||
% ===== EOF ===================================================================
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,8 @@
|
|||
% $Date$
|
||||
% =============================================================================
|
||||
|
||||
\section{Reference Pages}
|
||||
%\section{Reference Pages}
|
||||
\chapter{Geometric Optimisation}
|
||||
|
||||
\input{Optimisation_ref/reference_part}
|
||||
|
||||
|
|
|
|||
|
|
@ -41,6 +41,13 @@ All furthest neigbors (2D), width of point set (3D), polytope distance (dD).
|
|||
\paragraph{Advanced Techniques.}
|
||||
Monotone and sorted matrix search.
|
||||
|
||||
\section*{Assertions}
|
||||
The optimisation code uses infix \ccc{OPTIMISATION} in the assertions,
|
||||
e.g.\ defining the compiler flag
|
||||
\ccc{CGAL_OPTIMISATION_NO_PRECONDITIONS} switches precondition
|
||||
checking off, cf.~\cgalReferToAssertions
|
||||
|
||||
|
||||
% -----------------------------------------------------------------------------
|
||||
\subsection*{Bounding Areas and Volumes}
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@
|
|||
\ccChapterAuthor{Michael Hoffmann}\ccTexHtml{\\}{<BR>}
|
||||
\ccChapterAuthor{Sven Sch{\"o}nherr}
|
||||
|
||||
%\minitoc
|
||||
|
||||
\ccTexHtml{\thispagestyle{empty}}{}
|
||||
|
||||
% =============================================================================
|
||||
|
|
@ -30,7 +32,7 @@
|
|||
% reference part
|
||||
% =============================================================================
|
||||
|
||||
\input{Optimisation_ref/main.tex}
|
||||
%\input{Optimisation_ref/main.tex}
|
||||
|
||||
\cgalColumnLayout
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
% $Date$
|
||||
% =============================================================================
|
||||
|
||||
\section{Introduction}
|
||||
%\section{Introduction}
|
||||
|
||||
This chapter describes routines for solving geometric optimisation
|
||||
problems.
|
||||
|
|
@ -52,11 +52,11 @@ general implementations of
|
|||
(\ccc{rectangular_p_center_2}).
|
||||
\end{itemize}
|
||||
|
||||
\subsubsection*{Assertions}
|
||||
The optimisation code uses infix \ccc{OPTIMISATION} in the assertions,
|
||||
e.g.\ defining the compiler flag
|
||||
\ccc{CGAL_OPTIMISATION_NO_PRECONDITIONS} switches precondition
|
||||
checking off, cf.~\cgalReferToAssertions
|
||||
%\subsubsection*{Assertions}
|
||||
%The optimisation code uses infix \ccc{OPTIMISATION} in the assertions,
|
||||
%e.g.\ defining the compiler flag
|
||||
%\ccc{CGAL_OPTIMISATION_NO_PRECONDITIONS} switches precondition
|
||||
%checking off, cf.~\cgalReferToAssertions
|
||||
|
||||
% ===== EOF ===================================================================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
Sven Schönherr <sven@inf.ethz.ch>
|
||||
Michael Hoffmann <hoffmann@inf.ethz.ch>
|
||||
Suasn Hert <hert@mpi-sb.mpg.de>
|
||||
|
|
|
|||
Loading…
Reference in New Issue