Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add citation.
  • Loading branch information
RXGottlieb authored Oct 2, 2024
1 parent f9a5102 commit b292d44
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,32 @@ where the structure of a McCormick relaxation changes more frequently with respe
on its domain will likely perform worse than problems where the structure of the relaxation is
more consistent.

## Citing SourceCodeMcCormick

Please cite the following paper when using SourceCodeMcCormick.jl. In plain text form this is:

```
Gottlieb, R. X., Xu, P., and Stuber, M. D. Automatic source code generation for deterministic
global optimization with parallel architectures. Optimization Methods and Software, 1–39 (2024).
DOI: 10.1080/10556788.2024.2396297
```

A BibTeX entry is given below:

```bibtex
@Article{doi:10.1080/10556788.2024.2396297,
author = {Robert X. Gottlieb, Pengfei Xu, and Matthew D. Stuber},
journal = {Optimization Methods and Software},
title = {Automatic source code generation for deterministic global optimization with parallel architectures},
year = {2024},
pages = {1--39},
doi = {10.1080/10556788.2024.2396297},
eprint = {https://doi.org/10.1080/10556788.2024.2396297},
publisher = {Taylor \& Francis},
url = {https://doi.org/10.1080/10556788.2024.2396297},
}
```

## References

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

0 comments on commit b292d44

Please sign in to comment.