Supranaturaler

Results 4 issues of Supranaturaler

## Issue Details CGAL::create_interior_straight_skeleton_2 returned null pointer for certain case. ![image](https://user-images.githubusercontent.com/40469886/150089883-d2626a47-ccaf-43a2-bfc8-a65bb4e68582.png) Here is the shape: ![image](https://user-images.githubusercontent.com/40469886/150089751-7301d4e7-19ba-456d-a5f5-754cf4b6b509.png) ## Source Code ```c++ #include "CGAL/Exact_predicates_exact_constructions_kernel.h" typedef CGAL::Exact_predicates_exact_constructions_kernel Kernel; typedef Kernel::Point_2 Point_2; #include "CGAL/Polygon_with_holes_2.h"...

Pkg::Straight_skeleton_2

## Issue Details I can construct nef_polyhedron_3 using unclosed surface mesh. But when I convert this nef_polyhedron_3 to surface mesh, I got empty result. How can I get the original...

bug
Pkg::Nef_3
Has Pull Request

## Issue Details This is really weired. If I use linear cell complex without surface mesh (ie: comment line 49), the traversing of linear cell complex costs about 2s. ![image](https://user-images.githubusercontent.com/40469886/186819808-8286fcdf-9e3c-4c57-8b4b-c87d79dceae0.png)...

Pkg::Surface_mesh
Pkg::Linear_cell_complex
speed

## Issue Details traversing linear cell complex is not thread-safe ## Source Code ```c++ #include #include "CGAL/Exact_predicates_exact_constructions_kernel.h" typedef CGAL::Exact_predicates_exact_constructions_kernel Kernel; typedef Kernel::Point_3 Point_3; #include "CGAL/Linear_cell_complex_for_combinatorial_map.h" typedef CGAL::Linear_cell_complex_traits LCCTraits; typedef CGAL::Linear_cell_complex_for_combinatorial_map...

feature request
thread-safety
Pkg::Linear_cell_complex