Skip to content

Commit db1b534

Browse files
isPANNclaude
andcommitted
add citation section to README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3f0da0a commit db1b534

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,22 @@ This project draws inspiration from the following packages:
100100
- **[A Compendium of NP Optimization Problems](https://www.csc.kth.se/tcs/compendium/)** — Online catalog of NP optimization problems with approximability results (Crescenzi & Kann).
101101
- **Computers and Intractability** (Garey & Johnson, 1979) — The classic reference cataloging 300+ NP-complete problems with reductions. The most cited book in computer science.
102102
103+
## Citation
104+
105+
If you find this project useful in your research, please cite:
106+
107+
```bibtex
108+
@misc{pan2026problemreductionsscaleagentic,
109+
title={Problem Reductions at Scale: Agentic Integration of Computationally Hard Problems},
110+
author={Xi-Wei Pan and Shi-Wen An and Jin-Guo Liu},
111+
year={2026},
112+
eprint={2604.11535},
113+
archivePrefix={arXiv},
114+
primaryClass={cs.AI},
115+
url={https://arxiv.org/abs/2604.11535},
116+
}
117+
```
118+
103119
## License
104120

105121
MIT License - see [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)