OliverLee commited on
Commit
1d1d46f
·
verified ·
1 Parent(s): 5c66dcf

Create README.md

Browse files

[Paper](https://arxiv.org/abs/2605.08905) | [Github Repository](https://github.com/OliverLeeXZ/NP-Engine)
## 🖊️ Citation

If you find this work helpful, please consider to **star🌟** and **cite** this repo. Thanks for your support!

```bib
@misc {npengine,
title={NP-Engine: Empowering Optimization Reasoning in Large Language Models with Verifiable Synthetic NP Problems},
author={Xiaozhe Li and Xinyu Fang and Shengyuan Ding and Linyang Li and Haodong Duan and Qingwen Liu and Kai Chen},
year={2025},
eprint={2510.16476},
archivePrefix={arXiv},
primaryClass={cs.AI},
url={https://arxiv.org/abs/2510.16476},
}
```

Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [Paper](https://arxiv.org/abs/2605.08905) | [Github Repository](https://github.com/OliverLeeXZ/NP-Engine)
2
+ ## 🖊️ Citation
3
+
4
+ If you find this work helpful, please consider to **star🌟** and **cite** this repo. Thanks for your support!
5
+
6
+ ```bib
7
+ @misc{npengine,
8
+ title={NP-Engine: Empowering Optimization Reasoning in Large Language Models with Verifiable Synthetic NP Problems},
9
+ author={Xiaozhe Li and Xinyu Fang and Shengyuan Ding and Linyang Li and Haodong Duan and Qingwen Liu and Kai Chen},
10
+ year={2025},
11
+ eprint={2510.16476},
12
+ archivePrefix={arXiv},
13
+ primaryClass={cs.AI},
14
+ url={https://arxiv.org/abs/2510.16476},
15
+ }
16
+ ```