Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
cff-version: "1.2.0"
Comment thread
arnavk23 marked this conversation as resolved.
Outdated
message: "If you use this software, please cite it as below."
title: "NLPModelsJuMP.jl: Conversion from JuMP models to NLPModels"
version: "0.13.3"
date-released: "2020-08-01"
authors:
- given-names: "Abel Soares"
family-names: "Siqueira"
affiliation: "Federal University of Paraná - UFPR"
- given-names: "Dominique"
family-names: "Orban"
affiliation: "École Polytechnique/GERAD - Montréal"
- given-names: "Alexis"
family-names: "Montoison"
affiliation: "École Polytechnique/GERAD - Montréal"
doi: "10.5281/zenodo.2574162"
url: "https://github.com/JuliaSmoothOptimizers/NLPModelsJuMP.jl"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NLPModelsJuMP.jl provides conversion from [JuMP.jl](https://github.com/jump-dev/

## How to Cite

If you use NLPModelsJuMP.jl in your work, please cite using the format given in [`CITATION.bib`](https://github.com/JuliaSmoothOptimizers/NLPModelsJuMP.jl/blob/main/CITATION.bib).
If you use NLPModelsJuMP.jl in your work, please cite using the format given in [`CITATION.cff`](https://github.com/JuliaSmoothOptimizers/NLPModelsJuMP.jl/blob/main/CITATION.cff).

| **Documentation** | **Linux/macOS/Windows/FreeBSD** | **Coverage** | **DOI** |
|:-----------------:|:----------------------------------------------:|:------------:|:-------:|
Expand Down
Loading