From d0ee658b6d307f36a4d67aa2cf374a434f5585ce Mon Sep 17 00:00:00 2001 From: Joaquim Dias Garcia Date: Sun, 7 Nov 2021 21:15:50 -0300 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 99edf3ee4f..f2f667ae63 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,15 @@ An abstraction layer for mathematical optimization solvers. Replaces [MathProgBa ## Citing MathOptInterface If you find MathOptInterface useful in your work, we kindly request that you cite the -following paper: +following [paper](https://pubsonline.informs.org/doi/10.1287/ijoc.2021.1067): ```bibtex -@article{MathOptInterface-2021, - title={MathOptInterface: a data structure for mathematical optimization problems}, - author={Legat, Benoit and Dowson, Oscar and Garcia, Joaquim and Lubin, Miles}, - journal={INFORMS Journal on Computing}, - year={in press}, - publisher={INFORMS} - } +@article{legat2021mathoptinterface, + title={{MathOptInterface}: a data structure for mathematical optimization problems}, + author={Legat, Beno{\^\i}t and Dowson, Oscar and Garcia, Joaquim Dias and Lubin, Miles}, + journal={INFORMS Journal on Computing}, + year={2021}, + doi={10.1287/ijoc.2021.1067}, + publisher={INFORMS} +} ``` A preprint of this paper is [freely available](https://arxiv.org/abs/2002.03447).