From 421aec63a4967aaeb579d9caf1154e89581d6d43 Mon Sep 17 00:00:00 2001 From: Xiwei Pan <90967972+isPANN@users.noreply.github.com> Date: Thu, 7 May 2026 03:38:36 +0800 Subject: [PATCH] Remove citation section from README Removed citation section from README.md. --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index c660a3bd..4b6dc709 100644 --- a/README.md +++ b/README.md @@ -100,22 +100,6 @@ This project draws inspiration from the following packages: - **[A Compendium of NP Optimization Problems](https://www.csc.kth.se/tcs/compendium/)** — Online catalog of NP optimization problems with approximability results (Crescenzi & Kann). - **Computers and Intractability** (Garey & Johnson, 1979) — The classic reference cataloging 300+ NP-complete problems with reductions. The most cited book in computer science. -## Citation - -If you find this project useful in your research, please cite: - -```bibtex -@misc{pan2026problemreductionsscaleagentic, - title={Problem Reductions at Scale: Agentic Integration of Computationally Hard Problems}, - author={Xi-Wei Pan and Shi-Wen An and Jin-Guo Liu}, - year={2026}, - eprint={2604.11535}, - archivePrefix={arXiv}, - primaryClass={cs.AI}, - url={https://arxiv.org/abs/2604.11535}, -} -``` - ## License MIT License - see [LICENSE](LICENSE) for details.