Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Default Perturbation time limit

Subject: CGAL users discussion list

List archive

[cgal-discuss] Default Perturbation time limit


Chronological Thread 
  • From: Phil Weir <>
  • To:
  • Subject: [cgal-discuss] Default Perturbation time limit
  • Date: Fri, 14 Mar 2014 12:33:54 +0000

By default, no time limit is set on the 3D perturbers (looking at code and at the API/docs), but when parameters:perturb() is passed as an argument to refine_mesh_3 or make_mesh_3 (cf. refine_mesh_3.h:437-442), if a time limit has not been passed as a parameter to the perturber, it defaults to the refinement time.

Would it be possible to document this in http://doc.cgal.org/latest/Mesh_3/index.html ? Presumably, passing a zero time-limit would override this and force no time limit, but it saves tracking back to find where the TIME LIMIT REACHED comes from.

Many thanks,
Phil Weir


  • [cgal-discuss] Default Perturbation time limit, Phil Weir, 03/14/2014

Archive powered by MHonArc 2.6.18.

Top of Page