Geometric predicates are used in many GIS algorithms, such as the construction of Delaunay Triangulations for Triangulated Irregular Networks (TIN) or geospatial predicates. With floating-point arithmetic, these computations can incur roundoff errors that may lead to incorrect results and inconsistencies, causing computations to fail. This issue has been addressed using a combination of exact arithmetics for robustness and floating-point filters to mitigate the computational cost of exact computations. The implementation of exact computations and floating-point filters can be a difficult task, and code generation tools have been proposed to address this. We present a new C++ meta-programming framework for the generation of fast, robust pred...
International audienceFloating-point arithmetic provides a fast but inexact way of computing geometr...
Nonrobustness is a well-known problem in many areas of computational science. Until now, robustness ...
This work represents an historical introduction of the Robust Geometric Computation problem (RGC) an...
Geometric predicates are at the core of many algorithms, such as the construction of Delaunay triang...
Geometric predicates are at the core of many algorithms, such as the construction of Delaunay triang...
Algorithms in Computational Geometry and Computer Aid-ed Design are often developed for the Real RAM...
Algorithms in Computational Geometry and Computer Aided Design are often developed for the Real RAM ...
Abstract Exact computer arithmetic has a variety of uses, including the robust implementation of geo...
Fast C implementations of four geometric predicates, the 2D and 3D orientation and incircle tests, a...
In this thesis, we define efficient and generic methods in order to solve the robustness problems th...
International audienceFloating-point arithmetic provides a fast but inexact way of computing geometr...
International audienceIn this article, I focus on the robustness of geometric programs (e.g., De-lau...
AbstractThe algorithms of computational geometry are designed for a machine model with exact real ar...
Reliable implementation of geometric algorithms is a notoriously difficult task. Algorithms are usua...
Floating point arithmetic’s finite precision presents a major challenge in the field of computationa...
International audienceFloating-point arithmetic provides a fast but inexact way of computing geometr...
Nonrobustness is a well-known problem in many areas of computational science. Until now, robustness ...
This work represents an historical introduction of the Robust Geometric Computation problem (RGC) an...
Geometric predicates are at the core of many algorithms, such as the construction of Delaunay triang...
Geometric predicates are at the core of many algorithms, such as the construction of Delaunay triang...
Algorithms in Computational Geometry and Computer Aid-ed Design are often developed for the Real RAM...
Algorithms in Computational Geometry and Computer Aided Design are often developed for the Real RAM ...
Abstract Exact computer arithmetic has a variety of uses, including the robust implementation of geo...
Fast C implementations of four geometric predicates, the 2D and 3D orientation and incircle tests, a...
In this thesis, we define efficient and generic methods in order to solve the robustness problems th...
International audienceFloating-point arithmetic provides a fast but inexact way of computing geometr...
International audienceIn this article, I focus on the robustness of geometric programs (e.g., De-lau...
AbstractThe algorithms of computational geometry are designed for a machine model with exact real ar...
Reliable implementation of geometric algorithms is a notoriously difficult task. Algorithms are usua...
Floating point arithmetic’s finite precision presents a major challenge in the field of computationa...
International audienceFloating-point arithmetic provides a fast but inexact way of computing geometr...
Nonrobustness is a well-known problem in many areas of computational science. Until now, robustness ...
This work represents an historical introduction of the Robust Geometric Computation problem (RGC) an...