Home
last modified time | relevance | path

Searched refs:check_kernel_test (Results 1 – 2 of 2) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/OTR_2/
H A DReconstruction_triangulation_2.h852 return check_link_test(edge) && check_kernel_test(edge); in is_collapsible()
892 bool check_kernel_test(const Edge& edge) const { in check_kernel_test() function
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DOptimal_transportation_reconstruction_2.h552 bool ok = m_dt.check_kernel_test(edge); in do_collapse()
612 ok = copy.check_kernel_test(copy_edge); in simulate_collapse()