Is it possible to triangulate an arbitrary set of points(double) using boost?
I know about CGAL, but I can't use it because of the license.
I found this Delaunay from Voronoi with boost: missing triangle with non-integral point coordinates, it means I can't use boost?