We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba304a commit 790307dCopy full SHA for 790307d
README.md
@@ -87,6 +87,20 @@ y_val = model.get_value(y)
87
# 1.0
88
```
89
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
104
## License
105
PyOptInterface is licensed under MPL-2.0 License.
106
0 commit comments