Skip to content

Commit 790307d

Browse files
committed
Add citation
1 parent eba304a commit 790307d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,20 @@ y_val = model.get_value(y)
8787
# 1.0
8888
```
8989

90+
## Citation
91+
If you use PyOptInterface in your research, please consider citing [the following paper](https://arxiv.org/abs/2405.10130):
92+
93+
```bibtex
94+
@misc{yang2024pyoptinterface,
95+
title={PyOptInterface: Design and implementation of an efficient modeling language for mathematical optimization},
96+
author={Yue Yang and Chenhui Lin and Luo Xu and Wenchuan Wu},
97+
year={2024},
98+
eprint={2405.10130},
99+
archivePrefix={arXiv},
100+
primaryClass={cs.MS}
101+
}
102+
```
103+
90104
## License
91105
PyOptInterface is licensed under MPL-2.0 License.
92106

0 commit comments

Comments
 (0)