$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Marc Glisse (marc.glisse_at_[hidden])
Date: 2020-03-24 13:17:09
On Mon, 23 Mar 2020, Tinko Bartels via Boost wrote:
> I have prepared a draft proposal for general robust predicates for
> Boost.Geometry.
Hello,
some references that can be relevant:
https://hal.inria.fr/inria-00344297
http://alice.loria.fr/index.php/software/4-library/75-geogram.html
(BSD license)
All the parts of CGAL relevant to your project are LGPL, I believe. I.e.
predicates are LGPL, while the triangulation datastructure and algorithm
are GPL.
-- Marc Glisse