Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
49 changes: 49 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: >-
NLPModelsJuMP.jl : conversion from JuMP.jl / MathOptInterface.jl models to NLPModels.
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Alexis
family-names: Montoison
email: [email protected]
affiliation: >-
GERAD and Department of Mathematics and
Industrial Engineering, Polytechnique Montréal,
QC, Canada.
orcid: 'https://orcid.org/0000-0002-3403-5450'
- given-names: Dominique
family-names: Orban
email: [email protected]
orcid: 'https://orcid.org/0000-0002-8017-7687'
affiliation: >-
GERAD and Department of Mathematics and
Industrial Engineering, Polytechnique Montréal,
QC, Canada
- affiliation: 'Netherlands eScience Center, Amsterdam, NL'
orcid: 'https://orcid.org/0000-0003-4451-281X'
email: [email protected]
given-names: Abel
family-names: Soares Siqueira
- given-names: contributors
identifiers:
- description: Zenodo archive
type: doi
value: 10.5281/zenodo.2574162
keywords:
- JuMP
- NLPModels
- Nonlinear Optimization
- Model conversion
- Julia
- Nonlinear Programming
license: MPL-2.0
version: 0.13.3
date-released: '2025-08-08'
repository-code: >-
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