Simon Giraudot
Simon Giraudot
## Issue Details `CGAL::Euler_add_face()` is supposed to return a `null_face` if the face could not be created (typically when a non-manifold edge would be created). For some reason, this particular...
When writing 3D objects in WKT, a "Z" is supposed to be added to the prefix, such that a 2D point and a 3D point are differentiated: ``` POINT (1,2)...
I'm facing some issues while training: it seems that some labels "die out" after some time, meaning that absolutely no points are classified with such labels. Usually they are labels...
The parser that creates the autolink does not take into account the possibility of C++ template parameters: ``` Links to functions are created if one of the following patterns is...
Hello, Once a model has been trained, is there a way to apply to unclassified data? As far as I can tell, the configuration file does not differentiate the validation...
## Rationale The current implementation of `Arr_polyline_traits_2` copies chunks of points in most major steps: * when making a curve X-monotone, all input points are copied into new containers *...