-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
46 additions
and
9 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# This CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: >- | ||
QuadraticModels.jl: Data Structures for Linear and Quadratic Optimization Problems based on NLPModels | ||
message: >- | ||
If you use this software, please cite it using the | ||
metadata from this file. | ||
type: software | ||
authors: | ||
- given-names: Geoffroy | ||
family-names: Leconte | ||
email: [email protected] | ||
affiliation: >- | ||
GERAD and Department of Mathematics and | ||
Industrial Engineering, Polytechnique Montréal, | ||
QC, Canada. | ||
orcid: 'https://orcid.org/0000-0002-1825-1639' | ||
- 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.4027577 | ||
keywords: | ||
- Linear Algebra | ||
- Julia | ||
- Matrix Factorization | ||
license: MPL-2.0 | ||
version: 0.9.5 | ||
date-released: '2023-12-04' | ||
repository-code: >- | ||
https://github.com/JuliaSmoothOptimizers/QuadraticModels.jl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
name = "QuadraticModels" | ||
uuid = "f468eda6-eac5-11e8-05a5-ff9e497bcd19" | ||
authors = ["Dominique Orban <[email protected]>"] | ||
version = "0.9.5" | ||
|
||
[deps] | ||
|