Skip to content

Commit

Permalink
Add citation for MathOptInterface (#1241)
Browse files Browse the repository at this point in the history
* Create CITATION.bib

* Update README.md
  • Loading branch information
odow committed Feb 18, 2021
1 parent b7c2845 commit 0744fb7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CITATION.bib
@@ -0,0 +1,7 @@
@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}
}
15 changes: 15 additions & 0 deletions README.md
Expand Up @@ -19,3 +19,18 @@ An abstraction layer for mathematical optimization solvers. Replaces [MathProgBa
[gitter-url]: https://gitter.im/JuliaOpt/JuMP-dev?utm_source=share-link&utm_medium=link&utm_campaign=share-link
[gitter-img]: https://badges.gitter.im/JuliaOpt/JuMP-dev.svg
[discourse-url]: https://discourse.julialang.org/c/domain/opt

## Citing MathOptInterface

If you find MathOptInterface useful in your work, we kindly request that you cite the
following paper:
```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}
}
```
A preprint of this paper is [freely available](https://arxiv.org/abs/2002.03447).

0 comments on commit 0744fb7

Please sign in to comment.