summaryrefslogtreecommitdiff
path: root/src/python/doc
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-06-21 14:53:54 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-06-21 14:53:54 +0200
commit35d82325366afa1131c12d9e38599ff9e5ecdd84 (patch)
treedcc1a90cf761b0d4783f9b00f1f0a58449807787 /src/python/doc
parentbbb0e9841af341882a28624081eac9611ea326c0 (diff)
Remove advice to use CGAL > 5.0 for performances reason as CGAL 5.1 is required for weighted version
Diffstat (limited to 'src/python/doc')
-rw-r--r--src/python/doc/alpha_complex_user.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/doc/alpha_complex_user.rst b/src/python/doc/alpha_complex_user.rst
index e615d0be..d7b09246 100644
--- a/src/python/doc/alpha_complex_user.rst
+++ b/src/python/doc/alpha_complex_user.rst
@@ -33,7 +33,6 @@ Remarks
Using :code:`precision = 'fast'` makes the computations slightly faster, and the combinatorics are still exact, but
the computation of filtration values can exceptionally be arbitrarily bad. In all cases, we still guarantee that the
output is a valid filtration (faces have a filtration value no larger than their cofaces).
-* For performances reasons, it is advised to use Alpha_complex with `CGAL <installation.html#cgal>`_ :math:`\geq` 5.0.0.
Example from points
-------------------