arXiv:math/0603097 is Springborn 2008 ("A variational principle for weighted
Delaunay triangulations and hyperideal polyhedra"), not a Kolpakov-Mednykh paper.
The author pair Kolpakov & Mednykh has no joint publication from 2006; their
earliest collaboration is arXiv:1008.0312 (2010, on torus knots, unrelated).
The wrong author name was introduced during the Java→C++ port — the Java source
correctly links to math/0603097 without naming the authors; whoever ported it
invented "Kolpakov-Mednykh". The S1 citation audit (2026-05-31) then cemented
the error by adding the incorrect row to references.md.
Files corrected (7):
- code/include/hyper_ideal_utility.hpp
- code/include/hyper_ideal_functional.hpp
- code/tests/cgal/test_hyper_ideal_functional.cpp
- doc/math/references.md
- doc/roadmap/research-track.md
- doc/architecture/project-structure.md
- doc/api/tests.md
Also:
- doc/reviewer/math-derivation-citation-audit-2026-05-31.md: M1 post-correction noted
- doc/reviewer/finding-orchestration.md: lesson-learned section added (AI citation
audits can introduce plausible-but-wrong attributions; human expert review required
before CGAL submission)
- papers/MANUAL-DOWNLOAD.md: overview of papers requiring manual download (paywalled
journals, TU Berlin theses, books)
- .gitignore: papers/*.pdf excluded (downloaded arXiv PDFs, not tracked)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
39 lines
493 B
Plaintext
39 lines
493 B
Plaintext
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Build directories
|
|
build/
|
|
build-*/
|
|
build_*/
|
|
code/build*/
|
|
|
|
# CMake
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
CTestTestfile.cmake
|
|
|
|
# Test output
|
|
*.xml
|
|
Testing/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.user
|
|
*.suo
|
|
|
|
# Claude Code worktrees + local/session data (but track shared project config)
|
|
.claude/*
|
|
!.claude/settings.json
|
|
!.claude/token-hygiene.md
|
|
|
|
# Doxygen output
|
|
doc/doxygen/
|
|
*.dox.tmp
|
|
|
|
# Downloaded research papers (large PDFs, not tracked)
|
|
papers/*.pdf
|