MPI-I-94-105
An implementation of a Convex Hull Algorithm, Version 1.0
Müller, Michael and Ziegler, Joachim
February 1994, 63 pages.
.
Status: available - back from printing
We give an implementation of an incremental construction
algorithm for convex hulls in $\IR^d$ using {\em Literate Programming}
and {\em LEDA} in C++.
We treat convex hulls in arbitrary dimensions without any
non-degeneracy assumption.
The main goal of this paper is to demonstrate the benefits of
the literate programming approach.
We find that the time we spent for the documentation parts
is well invested.
It leads to a much better understanding of the program and to
much better code.
Besides being easier to understand and thus being much easier to modify,
it is first at all much more likely to be correct.
In particular, a literate program takes much less time to debug.
The difference between traditional straight forward programming
and literate programming is somewhat like the difference between
having the idea to a proof of some theorem in mind versus actually
writing it down accurately (and thereby often recognizing that the proof
is not as easy as one thought).
-
MPI-I-94-105.pdf
- Attachement: MPI-I-94-105.dvi (233 KBytes); MPI-I-94-105.pdf (290 KBytes)
URL to this document: https://domino.mpi-inf.mpg.de/internet/reports.nsf/NumberView/1994-105
BibTeX
@TECHREPORT{MuellerZiegler94,
AUTHOR = {M{\"u}ller, Michael and Ziegler, Joachim},
TITLE = {An implementation of a Convex Hull Algorithm, Version 1.0},
TYPE = {Research Report},
INSTITUTION = {Max-Planck-Institut f{\"u}r Informatik},
ADDRESS = {Im Stadtwald, D-66123 Saarbr{\"u}cken, Germany},
NUMBER = {MPI-I-94-105},
MONTH = {February},
YEAR = {1994},
ISSN = {0946-011X},
}