From e548e74cf5b0d55439e2ba841c982cfa64de4bb2 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Thu, 19 Aug 1999 14:10:44 +0000 Subject: [PATCH] - Relate the fact that we have official support in CGAL (CGAL_USE_CLN). - Talk about how to do IOs. --- .../CLN/doc_tex/support/NumberTypeSupport/CLN.tex | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Old_Packages/CLN/doc_tex/support/NumberTypeSupport/CLN.tex b/Old_Packages/CLN/doc_tex/support/NumberTypeSupport/CLN.tex index ee5b56ad358..6a600e6232d 100644 --- a/Old_Packages/CLN/doc_tex/support/NumberTypeSupport/CLN.tex +++ b/Old_Packages/CLN/doc_tex/support/NumberTypeSupport/CLN.tex @@ -5,14 +5,9 @@ \cgal\ defines the functions needed to use the number types provided by {\sc Cln}, the Class Library for Numbers~\cite{cln}. -To use {\sc Cln} with \cgal, just~: - -\begin{itemize} -\item add the desired compilation options, e.g. - \mbox{\ccc{-I/usr/local/CLN/include -L/usr/local/CLN/lib -lcln}}. -\item include the corresponding {\sc Cln} file but with the prefix +To use {\sc Cln} with \cgal, just install \cgal\ with {\sc Cln} support, +and include the corresponding {\sc Cln} file but with the prefix \ccc{CGAL/CLN/}. -\end{itemize} \ccInclude{CGAL/CLN/cl_integer.h} @@ -25,4 +20,8 @@ The class \ccc{cl_RA}~: exact multiprecision rationals. And similarly for the 10 ordinary number type classes provided by {\sc Cln}~: \ccc{cl_SF, cl_FF, cl_DF, cl_LF, cl_I, cl_RA, cl_F, cl_R, cl_N, cl_number}. +For doing IOs, you need to include, for example~: + +\ccInclude{cl_integer_io.h} + See the {\sc Cln} documentation for additionnal details.