| 72 | } |
| 73 | |
| 74 | void SimplifyNearOptimal20(m2::PointD const * f, m2::PointD const * l, double e, DistanceFn distFn, PointOutput out) |
| 75 | { |
| 76 | SimplifyNearOptimal(20, f, l, e, distFn, out); |
| 77 | } |
| 78 | |
| 79 | void CheckDPStrict(P const * arr, size_t n, double eps, size_t expectedCount) |
| 80 | { |
nothing calls this directly
no test coverage detected