@@ -18,16 +18,27 @@ booth_meta = Dict(
1818 :origin => :unknown ,
1919 :url => " " ,
2020 :notes => raw """
21+ SIF input: Ph. Toint, Dec 1989.
22+ classification NLR2-AN-2-2
23+ """ ,
24+ :origin_notes => raw """
2125Source: Problem 36 in
2226A.R. Buckley,
2327"Test functions for unconstrained minimization",
2428TR 1989CS-3, Mathematics, statistics and computing centre,
25- Dalhousie University, Halifax (CDN), 1989.
26- SIF input: Ph. Toint, Dec 1989.
27- classification NLR2-AN-2-2
28- """ ,
29- :origin_notes => raw """ """ ,
30- :reference => raw """ """ ,
29+ Dalhousie University, Halifax (CDN), 1989.
30+ """ ,
31+ :reference => raw """
32+ @techreport{Buckley1989,
33+ author = {Buckley, A. R.},
34+ title = {Test Functions for Unconstrained Minimization},
35+ institution = {Mathematics, Statistics and Computing Centre, Dalhousie University},
36+ number = {TR 1989CS-3},
37+ year = {1989},
38+ address = {Halifax, Canada}
39+ }
40+ """ ,
41+
3142)
3243get_booth_nvar (; n:: Integer = default_nvar, kwargs... ) = 2
3344get_booth_ncon (; n:: Integer = default_nvar, kwargs... ) = 2
0 commit comments