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

74 lines
2.9 KiB
BibTeX

% =============================================================================
% The CGAL Reference Manual
% Chapter: Geometric Optimisation
% -----------------------------------------------------------------------------
% file : doc_tex/basic/Optimisation/cgal.bib
% author: Sven Schönherr
% -----------------------------------------------------------------------------
% $CGAL_Package: Optimisation_basic WIP $
% $Revision $
% $Date $
% =============================================================================
@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 ===================================================================