Skip to content

Commit ca0be4c

Browse files
authored
Merge pull request #3 from abelsiqueira/master
Add .zenodo.json and LICENSE.md
2 parents 5499980 + 76b33e2 commit ca0be4c

File tree

2 files changed

+399
-0
lines changed

2 files changed

+399
-0
lines changed

.zenodo.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"description": "A package to model linear and quadratic optimization problems using NLPModels.jl",
3+
"title": "QuadraticModels.jl",
4+
"upload_type": "software",
5+
"publication_date": "2019-02-07",
6+
"creators": [
7+
{
8+
"affiliation": "\u00c9cole Polytechnique/GERAD - Montr\u00e9al",
9+
"name": "Dominique Orban"
10+
}
11+
],
12+
"access_right": "open",
13+
"related_identifiers": [
14+
{
15+
"scheme": "url",
16+
"identifier": "https://github.com/JuliaSmoothOptimizers/QuadraticModels.jl/releases/latest",
17+
"relation": "isSupplementTo"
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)