Andreas Fabri
Andreas Fabri
## Summary of Changes Add a class that combines `Interval_nt` and `Exact_rational` ## Release Management * Affected package(s): * Issue(s) solved (if any): fix #0000, fix #0000,... * Feature/Small Feature...
## Summary of Changes Add code (a 3-liner) for a documented utility function. I did not add it to the testsuite as I have no idea for the parameter. ##...
With VC 2019 I get this warning ``` C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\ucrt\corecrt_math.h(88,1): warning C4005: 'INFINITY': macro redefinition >C:\local\GKlib\gk_arch.h(65): message : see previous definition of 'INFINITY' ```
When compiling with VC2019 I get the error message that this file cannot be found. Commenting the `#include` [here ](https://github.com/KarypisLab/GKlib/blob/master/gk_ms_inttypes.h#L43) makes the error go away, but that is maybe not...
## Summary of Changes The edge iterator uses a cell iterator and for each edge of the cell gravitates around the edge. In case it finds a cell with a...
## Summary of Changes Add a function to split large STL files. Very preliminary version. ## Release Management * Affected package(s): Stream_support * Issue(s) solved (if any): * Feature/Small Feature...
## Summary of Changes Replace `boost::` version with `std::` version. - replace `boost::` with `std::` for `binomial_distribution`, `geometric_distribution`, `uniform_real_distribution` - replace `boost::rand48` with `std::mt19937` - remove `boost::variate_generator` We still have...
## Summary of Changes I several time wrote a 2D or 3D point generator. So let's just add one in the Generator package. To get started it takes the number...
## Summary of Changes Add test case that illustrates Issue #8200. ### Todo - [x] Fix `ToS2::is_valid()` which does not compile (it is in `operator>>(..)`) - [x] Fix `skip_vertex` -...
## Summary of Changes Add example for repairing a multipolygon ## Release Management * Affected package(s): Polygon_repair * License and copyright ownership: unchanged