File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,30 @@ aircrfta_meta = Dict(
1616 :is_feasible => true ,
1717 :defined_everywhere => missing ,
1818 :origin => :unknown ,
19+ :notes => raw """
20+ Converted in Julia from https://github.com/mpf/Optimization-Test-Problems
21+
22+ AMPL Model by Hande Y. Benson
23+
24+ Copyright (C) 2001 Princeton University
25+ All Rights Reserved
26+
27+ Permission to use, copy, modify, and distribute this software and
28+ its documentation for any purpose and without fee is hereby
29+ granted, provided that the above copyright notice appear in all
30+ copies and that the copyright notice and this
31+ permission notice appear in all supporting documentation.
32+ """ ,
33+ :origin_notes => raw """
34+ SIF input: Ph. Toint, Dec 1989. classification NOR2-RN-8-5
35+ """ ,
36+ :reference => raw """
37+ Problem 9,
38+ J.J. More, A collection of nonlinear model problems,
39+ Proceedings of the AMS-SIAM Summer Seminar on the Computational.
40+ Solution of Nonlinear Systems of Equations, Colorado, 1988.
41+ Argonne National Laboratory MCS-P60-0289, 1989.
42+ """ ,
1943)
2044get_aircrfta_nvar (; n:: Integer = default_nvar, kwargs... ) = 8
2145get_aircrfta_ncon (; n:: Integer = default_nvar, kwargs... ) = 5
Original file line number Diff line number Diff line change 1- #
2- # Converted in Julia from https://github.com/mpf/Optimization-Test-Problems
3- #
4- # AMPL Model by Hande Y. Benson
5- #
6- # Copyright (C) 2001 Princeton University
7- # All Rights Reserved
8- #
9- # Permission to use, copy, modify, and distribute this software and
10- # its documentation for any purpose and without fee is hereby
11- # granted, provided that the above copyright notice appear in all
12- # copies and that the copyright notice and this
13- # permission notice appear in all supporting documentation.
14- # Source: Problem 9 in
15- # J.J. More',"A collection of nonlinear model problems"
16- # Proceedings of the AMS-SIAM Summer Seminar on the Computational
17- # Solution of Nonlinear Systems of Equations, Colorado, 1988.
18- # Argonne National Laboratory MCS-P60-0289, 1989.
19- # SIF input: Ph. Toint, Dec 1989.
20- # classification NOR2-RN-8-5
211export aircrfta
222
233function aircrfta (; n:: Int = default_nvar, kwargs... )
You can’t perform that action at this time.
0 commit comments