Algorithms in Computational Geometry and Computer Aided Design are often developed for the Real RAM model of computation, which assumes exactness of all the input arguments and operations. In practice, however, the exactness imposes tremendous limitations on the algorithms—even the basic operations become uncomputable, or prohibitively slow. In some important cases, however, the computations of interest are limited to determining the sign of polynomial expressions. In such circumstances, a faster approach is available: one can evaluate the polynomial in floating-point first, together with some estimate of the rounding error, and fall back to exact arithmetic only if this error is too big to determine the sign reliably. A particularly effici...
Most algorithms of computational geometry are designed for the Real-RAM and non-degenerate input. We...
Fast C implementations of four geometric predicates, the 2D and 3D orientation and incircle tests, a...
We introduce a novel algorithm to transform any generic set of triangles in 3D space into a well-for...
Algorithms in Computational Geometry and Computer Aid-ed Design are often developed for the Real RAM...
Geometric predicates are at the core of many algorithms, such as the construction of Delaunay triang...
Geometric predicates are used in many GIS algorithms, such as the construction of Delaunay Triangula...
Reliable implementation of geometric algorithms is a notoriously difficult task. Algorithms are usua...
Exact computer arithmetic has a variety of uses including, but not limited to, the robust implementa...
International audienceFloating-point arithmetic provides a fast but inexact way of computing geometr...
International audienceWe propose an efficient method that determines the sign of a multivariate poly...
In this thesis, we define efficient and generic methods in order to solve the robustness problems th...
International audienceWe present a general purpose code analyzer and generator for filtered predicate...
International audienceIn this article, I focus on the robustness of geometric programs (e.g., De-lau...
Abstract. Floating-point arithmetic provides a fast but inexact way of computing geometric predicate...
AbstractExact computation is assumed in most algorithms in computational geometry. In practice, impl...
Most algorithms of computational geometry are designed for the Real-RAM and non-degenerate input. We...
Fast C implementations of four geometric predicates, the 2D and 3D orientation and incircle tests, a...
We introduce a novel algorithm to transform any generic set of triangles in 3D space into a well-for...
Algorithms in Computational Geometry and Computer Aid-ed Design are often developed for the Real RAM...
Geometric predicates are at the core of many algorithms, such as the construction of Delaunay triang...
Geometric predicates are used in many GIS algorithms, such as the construction of Delaunay Triangula...
Reliable implementation of geometric algorithms is a notoriously difficult task. Algorithms are usua...
Exact computer arithmetic has a variety of uses including, but not limited to, the robust implementa...
International audienceFloating-point arithmetic provides a fast but inexact way of computing geometr...
International audienceWe propose an efficient method that determines the sign of a multivariate poly...
In this thesis, we define efficient and generic methods in order to solve the robustness problems th...
International audienceWe present a general purpose code analyzer and generator for filtered predicate...
International audienceIn this article, I focus on the robustness of geometric programs (e.g., De-lau...
Abstract. Floating-point arithmetic provides a fast but inexact way of computing geometric predicate...
AbstractExact computation is assumed in most algorithms in computational geometry. In practice, impl...
Most algorithms of computational geometry are designed for the Real-RAM and non-degenerate input. We...
Fast C implementations of four geometric predicates, the 2D and 3D orientation and incircle tests, a...
We introduce a novel algorithm to transform any generic set of triangles in 3D space into a well-for...