You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,22 @@ This project draws inspiration from the following packages:
100
100
- **[A Compendium of NP Optimization Problems](https://www.csc.kth.se/tcs/compendium/)** — Online catalog of NP optimization problems with approximability results (Crescenzi & Kann).
101
101
- **Computers and Intractability** (Garey & Johnson, 1979) — The classic reference cataloging 300+ NP-complete problems with reductions. The most cited book in computer science.
102
102
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},
0 commit comments