cgal/Polyline_simplification_2/include/CGAL/Polyline_simplification_2
Andreas Fabri 147ebae4d6 Fix bug in polyline simplification:
We had hardwired that we use Exact_predicates_tag which is slow for EPEC
in particular with Quotient<MP_float> or leda::real

We determine the appropriate tag using Algebraic_structure_traits<FT>::Is_exact
2016-09-14 16:16:28 +02:00
..
Hybrid_squared_distance_cost.h fix Polyline simplification 2016-02-01 17:26:02 +01:00
Scaled_squared_distance_cost.h fix Polyline simplification 2016-02-01 17:26:02 +01:00
Squared_distance_cost.h changes after Laurent's review: double-free, and PolylineSimplificationTraits_2 added 2014-11-07 14:29:36 +01:00
Stop_above_cost_threshold.h fixed three documentation typos 2015-09-22 09:26:10 +02:00
Stop_below_count_ratio_threshold.h Fix warnings 2014-11-07 17:57:38 +01:00
Stop_below_count_threshold.h fix signature of functor 2014-11-14 15:10:58 +01:00
Vertex_base_2.h changes after Laurent's review: double-free, and PolylineSimplificationTraits_2 added 2014-11-07 14:29:36 +01:00
simplify.h Fix bug in polyline simplification: 2016-09-14 16:16:28 +02:00