@@ -194,6 +194,32 @@ where the structure of a McCormick relaxation changes more frequently with respe
194
194
on its domain will likely perform worse than problems where the structure of the relaxation is
195
195
more consistent.
196
196
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
+
197
223
## References
198
224
199
225
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.
202
228
on GPUs, IEEE Transactions on Parallel and Distributed Systems (2018).
203
229
3 . Y. Ma, S. Gowda, R. Anantharaman, C. Laughman, V. Shah, C. Rackauckas, ModelingToolkit:
204
230
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