@@ -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 """
2021Converted in Julia from https://github.com/mpf/Optimization-Test-Problems
2122
@@ -31,14 +32,23 @@ copies and that the copyright notice and this
3132permission 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.
3736Problem 9,
3837J.J. More, A collection of nonlinear model problems,
3938Proceedings of the AMS-SIAM Summer Seminar on the Computational.
4039Solution of Nonlinear Systems of Equations, Colorado, 1988.
4140Argonne 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)
4454get_aircrfta_nvar (; n:: Integer = default_nvar, kwargs... ) = 8
0 commit comments