X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=biblio.bib;h=6d9df0075a74b52f1cfaf7244a102e0d265841cd;hb=b66b5869a0ccfd85ada5d012fe70bfc0119bda11;hp=be57017cd84c4e1447767ec37ba515794434b56b;hpb=58b3a55a24e6bcab408bd048c2221397df2c744d;p=saga.git diff --git a/biblio.bib b/biblio.bib index be57017..6d9df00 100644 --- a/biblio.bib +++ b/biblio.bib @@ -927,3 +927,109 @@ inproceedings{ pettie:minirand, publisher = {Society for Industrial and Applied Mathematics}, address = {Philadelphia, PA, USA}, } + +@book{ ieee:binfp, + author = {IEEE}, + title = {IEEE Standard 754-1985 for Binary Floating-point Arithmetic}, + year = {1985}, + publisher = {IEEE} +} + +@article{ dgoldberg:fp, + title={{What every computer scientist should know about floating-point arithmetic}}, + author={Goldberg, D.}, + journal={ACM Computing Surveys (CSUR)}, + volume={23}, + number={1}, + pages={5--48}, + year={1991}, + publisher={ACM Press New York, NY, USA} +} + +@article{ thorup:floatint, + title={{Floats, Integers, and Single Source Shortest Paths}}, + author={Thorup, M.}, + journal={Journal of Algorithms}, + volume={35}, + number={2}, + pages={189--201}, + year={2000}, + publisher={Academic Press} +} + +@article{ shamos:closest, + title={{Closest-point problems}}, + author={Shamos, M. I. and Hoey, D.}, + journal={Proceedings of the 16th Annual IEEE Symposium on Foundations of Computer Science}, + pages={151--162}, + year={1975} +} + +@article{ fortune:voronoi, + title={{A sweepline algorithm for Voronoi diagrams}}, + author={Fortune, S.}, + journal={Algorithmica}, + volume={2}, + number={1}, + pages={153--174}, + year={1987}, + publisher={Springer} +} + +@article{ zhou:nodel, + title={{Efficient minimum spanning tree construction without Delaunay triangulation}}, + author={Zhou, H. and Shenoy, N. and Nicholls, W.}, + journal={Information Processing Letters}, + volume={81}, + number={5}, + pages={271--276}, + year={2002}, + publisher={Elsevier} +} + +@techreport{ eppstein:spanning, + title={{Spanning Trees and Spanners}}, + author={Eppstein, D.}, + year={1996}, + institution={Information and Computer Science, University of California, Irvine} +} + +@article{ garey:steiner, + title={{The Complexity of Computing Steiner Minimal Trees}}, + author={Garey, M.R. and Graham, R.L. and Johnson, D.S.}, + journal={SIAM Journal on Applied Mathematics}, + volume={32}, + number={4}, + pages={835--859}, + year={1977}, +} + +@article{ garey:rectisteiner, + title={{The Rectilinear Steiner Tree Problem is NP-Complete}}, + author={Garey, M.R. and Johnson, D.S.}, + journal={SIAM Journal on Applied Mathematics}, + volume={32}, + number={4}, + pages={826--834}, + year={1977}, +} + +@article{ proemel:steiner, + title={{A new approximation algorithm for the Steiner tree problem with performance ratio $5/3$}}, + author={Promel, H.J. and Steger, A.}, + journal={Journal of Algorithms}, + volume={36}, + pages={89--101}, + year={2000} +} + +@article{ arora:tspapx, + title={{Polynomial time approximation schemes for Euclidean traveling salesman and other geometric problems}}, + author={Arora, S.}, + journal={Journal of the ACM (JACM)}, + volume={45}, + number={5}, + pages={753--782}, + year={1998}, + publisher={ACM Press New York, NY, USA} +}