Skip to content

Commit de985ca

Browse files
committed
Move doc from comments to meta (aircrfta)
1 parent fe7e98f commit de985ca

2 files changed

Lines changed: 24 additions & 20 deletions

File tree

src/Meta/aircrfta.jl

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff 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
)
2044
get_aircrfta_nvar(; n::Integer = default_nvar, kwargs...) = 8
2145
get_aircrfta_ncon(; n::Integer = default_nvar, kwargs...) = 5

src/PureJuMP/aircrfta.jl

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
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
211
export aircrfta
222

233
function aircrfta(; n::Int = default_nvar, kwargs...)

0 commit comments

Comments
 (0)