Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] 3D Convex Hull - Determinism

Subject: CGAL users discussion list

List archive

[cgal-discuss] 3D Convex Hull - Determinism


Chronological Thread 
  • From: Dimitris Tzionas <>
  • To:
  • Subject: [cgal-discuss] 3D Convex Hull - Determinism
  • Date: Tue, 23 Sep 2014 21:24:17 +0200

Hi all,

I'm trying to compute the convex hull of a mesh following this sample:
http://doc.cgal.org/latest/Convex_hull_3/Convex_hull_3_2quickhull_3_8cpp-example.html

However the result is non-deterministic.
I know that the kernel used is an "Exact_predicates_inexact_constructions_kernel",
does it mean that the result is inexact but deterministic, or it implies non-determinism too?
http://doc.cgal.org/latest/Kernel_23/classCGAL_1_1Exact__predicates__inexact__constructions__kernel.html

Best,
dimitris



Archive powered by MHonArc 2.6.18.

Top of Page