Skip to content

Commit 0744fb7

Browse files
authored
Add citation for MathOptInterface (#1241)
* Create CITATION.bib * Update README.md
1 parent b7c2845 commit 0744fb7

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

CITATION.bib

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@article{MathOptInterface-2021,
2+
title={MathOptInterface: a data structure for mathematical optimization problems},
3+
author={Legat, Benoit and Dowson, Oscar and Garcia, Joaquim and Lubin, Miles},
4+
journal={INFORMS Journal on Computing},
5+
year={in press},
6+
publisher={INFORMS}
7+
}

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,18 @@ An abstraction layer for mathematical optimization solvers. Replaces [MathProgBa
1919
[gitter-url]: https://gitter.im/JuliaOpt/JuMP-dev?utm_source=share-link&utm_medium=link&utm_campaign=share-link
2020
[gitter-img]: https://badges.gitter.im/JuliaOpt/JuMP-dev.svg
2121
[discourse-url]: https://discourse.julialang.org/c/domain/opt
22+
23+
## Citing MathOptInterface
24+
25+
If you find MathOptInterface useful in your work, we kindly request that you cite the
26+
following paper:
27+
```bibtex
28+
@article{MathOptInterface-2021,
29+
title={MathOptInterface: a data structure for mathematical optimization problems},
30+
author={Legat, Benoit and Dowson, Oscar and Garcia, Joaquim and Lubin, Miles},
31+
journal={INFORMS Journal on Computing},
32+
year={in press},
33+
publisher={INFORMS}
34+
}
35+
```
36+
A preprint of this paper is [freely available](https://arxiv.org/abs/2002.03447).

0 commit comments

Comments
 (0)