Skip to content

Commit b0f8442

Browse files
committed
up
1 parent de985ca commit b0f8442

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

src/Meta/aircrfta.jl

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ aircrfta_meta = Dict(
1616
:is_feasible => true,
1717
:defined_everywhere => missing,
1818
:origin => :unknown,
19+
:url => "https://www.osti.gov/biblio/6449249",
1920
:notes => raw"""
2021
Converted in Julia from https://github.com/mpf/Optimization-Test-Problems
2122
@@ -31,14 +32,23 @@ copies and that the copyright notice and this
3132
permission notice appear in all supporting documentation.
3233
""",
3334
:origin_notes => raw"""
34-
SIF input: Ph. Toint, Dec 1989. classification NOR2-RN-8-5
35-
""",
36-
:reference => raw"""
35+
SIF input: Ph. Toint, Dec 1989. classification NOR2-RN-8-5.
3736
Problem 9,
3837
J.J. More, A collection of nonlinear model problems,
3938
Proceedings of the AMS-SIAM Summer Seminar on the Computational.
4039
Solution of Nonlinear Systems of Equations, Colorado, 1988.
4140
Argonne National Laboratory MCS-P60-0289, 1989.
41+
""",
42+
:reference => raw"""
43+
@article{more1990collection,
44+
title={A collection of nonlinear model problems. Computational Solution of Nonlinear Systems of Equations},
45+
author={Mor{\'e}, Jorge J.},
46+
journal={Lectures in Applied Mathematics},
47+
volume={26},
48+
pages={723--762},
49+
year={1990},
50+
publisher={American Mathematical Society}
51+
}
4252
""",
4353
)
4454
get_aircrfta_nvar(; n::Integer = default_nvar, kwargs...) = 8

0 commit comments

Comments
 (0)