cgal/Packages/Optimisation_doc/doc_tex/Optimisation/cgal.bib

110 lines
4.0 KiB
BibTeX

% =============================================================================
% The CGAL Reference Manual
% Chapter: Geometric Optimisation
% -----------------------------------------------------------------------------
% file : doc_tex/basic/Optimisation/cgal.bib
% package: Optimisation_doc
% author : Sven Schönherr
% -----------------------------------------------------------------------------
% $Revision$
% $Date$
% =============================================================================
@inproceedings{g-frseb-99
, author = "B. G{\"a}rtner"
, title = "Fast and robust smallest enclosing balls"
, booktitle = "Proc. 7th annu. European Symposium on Algorithms (ESA)"
, year = "1999"
, series = "Lecture Notes in Computer Science"
, volume = "1643"
, publisher = "Springer-Verlag"
, pages = "325--338"
}
@inproceedings{h-slacr-99
, author = "M. Hoffmann"
, title = "A Simple Linear Algorithm for Computing Rectangular Three-Centers"
, booktitle = "Proc. 11th Canad. Conf. Comput. Geom."
, year = 1999
, pages = "72--75"
}
@Manual{ s-qpego1-00,
title = {A Quadratic Programming Engine for Geometric Optimisation,
Part I: The Solver},
author = {Sven Sch{\"o}nherr},
organization = {ETH Zurich},
year = {2000},
}
@inproceedings{ gs-eegqp-00,
author = {Bernd G{\"a}rtner and Sven Sch{\"o}nherr},
title = {An Efficient, Exact, and Generic
Quadratic Programming Solver for Geometric Optimization},
booktitle = {Proc. 16th Annu. ACM Symp. on Computational Geometry},
year = {2000},
pages = {110--118},
}
@techreport{ gs-seefe-97a
,author = {Bernd G{\"a}rtner and Sven Sch{\"o}nherr}
,title = {Smallest Enclosing Ellipses -- Fast and Exact}
,institution = {Freie Universit{\"a}t Berlin, Germany}
,type = {Serie B -- Informatik}
,number = {B 97-03}
,year = 1997
,month = jun
,note = {URL \path|http://www.inf.fu-berlin.de/inst/pubs/tr-b-97-03.abstract.html|}
,update = "97.06 schoenherr, 98.02 schoenherr, 98.06 schoenherr"
}
@techreport{ gs-seceg-98
,author = {Bernd G{\"a}rtner and Sven Sch{\"o}nherr}
,title = {Smallest Enclosing Circles -- An Exact and
Generic Implementation in {C++}}
,institution = {Freie Universit{\"a}t Berlin, Germany}
,type = {Serie B -- Informatik}
,number = {B 98-04}
,year = 1998
,month = apr
,note = {URL \path|http://www.inf.fu-berlin.de/inst/pubs/tr-b-98-04.abstract.html|}
,update = "98.06 schoenherr"
}
@techreport{ gs-seeeg-98
,author = {Bernd G{\"a}rtner and Sven Sch{\"o}nherr}
,title = {Smallest Enclosing Ellipses -- An Exact and
Generic Implementation in {C++}}
,institution = {Freie Universit{\"a}t Berlin, Germany}
,type = {Serie B -- Informatik}
,number = {B 98-05}
,year = 1998
,month = apr
,note = {URL \path|http://www.inf.fu-berlin.de/inst/pubs/tr-b-98-05.abstract.html|}
,update = "98.06 schoenherr"
}
@article{ kw-dat-97
,author = {Dietmar K{\"u}hl and Karsten Weihe}
,title = {Data Access Templates}
,journal = {C++ Report}
,year = 1997
,month = jun
,annote = {recommended C++ reading.}
,update = "97.06 schoenherr"
}
@misc{ sl-stl-95
,author = {Alexander Stepanov and Meng Lee}
,title = {The Standard Template Library}
,howpublished = {URL \path|http://www.cs.rpi.edu/\~musser/doc.ps|}
,month = oct
,year = 1995
,annote = {recommended C++ reading. Short introduction to the
STL. Precise requirements for the iterators and
containers. Explanation of iterator tags (outdated).}
,update = "97.04 kettner, 98.06 schoenherr"
}
% ===== EOF ===================================================================