Skip to content

Commit 14cb7de

Browse files
authored
Update README.md (#279)
[no ci]
1 parent 94dc17e commit 14cb7de

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Diff for: README.md

+19
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,25 @@ constant(grad_exp) # -1
122122
coefficient(grad_exp, x) # -3
123123
```
124124

125+
## Citing DiffOpt.jl
126+
127+
If you find DiffOpt.jl useful in your work, we kindly request that you cite the
128+
following [paper](https://pubsonline.informs.org/doi/10.1287/ijoc.2022.0283):
129+
```bibtex
130+
@article{besancon2023diffopt,
131+
title={Flexible Differentiable Optimization via Model Transformations},
132+
author={Besançon, Mathieu and Dias Garcia, Joaquim and Legat, Beno{\^\i}t and Sharma, Akshay},
133+
journal={INFORMS Journal on Computing},
134+
year={2023},
135+
volume={36},
136+
number={2},
137+
pages={456--478},
138+
doi={10.1287/ijoc.2022.0283},
139+
publisher={INFORMS}
140+
}
141+
```
142+
A preprint of this paper is [freely available](https://arxiv.org/abs/2206.06135).
143+
125144
## GSOC2020
126145

127146
DiffOpt began as a [NumFOCUS sponsored Google Summer of Code (2020) project](https://summerofcode.withgoogle.com/organizations/4727917315096576/?sp-page=2#5232064888045568)

0 commit comments

Comments
 (0)