diff --git a/src/Meta/aircrfta.jl b/src/Meta/aircrfta.jl index dfd85ac9..27d13962 100644 --- a/src/Meta/aircrfta.jl +++ b/src/Meta/aircrfta.jl @@ -16,6 +16,30 @@ aircrfta_meta = Dict( :is_feasible => true, :defined_everywhere => missing, :origin => :unknown, + :notes => raw""" +Converted in Julia from https://github.com/mpf/Optimization-Test-Problems + +AMPL Model by Hande Y. Benson + +Copyright (C) 2001 Princeton University +All Rights Reserved + +Permission to use, copy, modify, and distribute this software and +its documentation for any purpose and without fee is hereby +granted, provided that the above copyright notice appear in all +copies and that the copyright notice and this +permission notice appear in all supporting documentation. +""", + :origin_notes => raw""" +SIF input: Ph. Toint, Dec 1989. classification NOR2-RN-8-5 +""", + :reference => raw""" +Problem 9, +J.J. More, A collection of nonlinear model problems, +Proceedings of the AMS-SIAM Summer Seminar on the Computational. +Solution of Nonlinear Systems of Equations, Colorado, 1988. +Argonne National Laboratory MCS-P60-0289, 1989. +""", ) get_aircrfta_nvar(; n::Integer = default_nvar, kwargs...) = 8 get_aircrfta_ncon(; n::Integer = default_nvar, kwargs...) = 5 diff --git a/src/PureJuMP/aircrfta.jl b/src/PureJuMP/aircrfta.jl index 8783a28b..b20be9b2 100644 --- a/src/PureJuMP/aircrfta.jl +++ b/src/PureJuMP/aircrfta.jl @@ -1,23 +1,3 @@ -# -# Converted in Julia from https://github.com/mpf/Optimization-Test-Problems -# -# AMPL Model by Hande Y. Benson -# -# Copyright (C) 2001 Princeton University -# All Rights Reserved -# -# Permission to use, copy, modify, and distribute this software and -# its documentation for any purpose and without fee is hereby -# granted, provided that the above copyright notice appear in all -# copies and that the copyright notice and this -# permission notice appear in all supporting documentation. -# Source: Problem 9 in -# J.J. More',"A collection of nonlinear model problems" -# Proceedings of the AMS-SIAM Summer Seminar on the Computational -# Solution of Nonlinear Systems of Equations, Colorado, 1988. -# Argonne National Laboratory MCS-P60-0289, 1989. -# SIF input: Ph. Toint, Dec 1989. -# classification NOR2-RN-8-5 export aircrfta function aircrfta(; n::Int = default_nvar, kwargs...)