Skip to content

Commit b292d44

Browse files
authored
Update README.md
Add citation.
1 parent f9a5102 commit b292d44

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,32 @@ where the structure of a McCormick relaxation changes more frequently with respe
194194
on its domain will likely perform worse than problems where the structure of the relaxation is
195195
more consistent.
196196

197+
## Citing SourceCodeMcCormick
198+
199+
Please cite the following paper when using SourceCodeMcCormick.jl. In plain text form this is:
200+
201+
```
202+
Gottlieb, R. X., Xu, P., and Stuber, M. D. Automatic source code generation for deterministic
203+
global optimization with parallel architectures. Optimization Methods and Software, 1–39 (2024).
204+
DOI: 10.1080/10556788.2024.2396297
205+
```
206+
207+
A BibTeX entry is given below:
208+
209+
```bibtex
210+
@Article{doi:10.1080/10556788.2024.2396297,
211+
author = {Robert X. Gottlieb, Pengfei Xu, and Matthew D. Stuber},
212+
journal = {Optimization Methods and Software},
213+
title = {Automatic source code generation for deterministic global optimization with parallel architectures},
214+
year = {2024},
215+
pages = {1--39},
216+
doi = {10.1080/10556788.2024.2396297},
217+
eprint = {https://doi.org/10.1080/10556788.2024.2396297},
218+
publisher = {Taylor \& Francis},
219+
url = {https://doi.org/10.1080/10556788.2024.2396297},
220+
}
221+
```
222+
197223
## References
198224

199225
1. M.E. Wilhelm, R.X. Gottlieb, and M.D. Stuber, PSORLab/McCormick.jl (2020), URL
@@ -202,4 +228,4 @@ https://github.com/PSORLab/McCormick.jl.
202228
on GPUs, IEEE Transactions on Parallel and Distributed Systems (2018).
203229
3. Y. Ma, S. Gowda, R. Anantharaman, C. Laughman, V. Shah, C. Rackauckas, ModelingToolkit:
204230
A composable graph transformation system for equation-based modeling. arXiv preprint
205-
arXiv:2103.05244, 2021. doi: 10.48550/ARXIV.2103.05244.
231+
arXiv:2103.05244, 2021. doi: 10.48550/ARXIV.2103.05244.

0 commit comments

Comments
 (0)