Skip to content

Commit 6b30199

Browse files
committed
small fixes
1 parent 67668b2 commit 6b30199

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Meta/NZF1.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ A. Montoison, Montreal, 05/2018.
4040
author = {Price, C. J. and Toint, PH. L.},
4141
year = {2006},
4242
month = June,
43-
pages = {479491}
43+
pages = {479--491}
4444
}
4545
""",
4646
:lib => "",

src/Meta/controlinvestment.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Example 5.3, Dominique Orban, Computation Optimization and Control lecture notes
2828
author = {Dominique Orban},
2929
title = {Computation Optimization and Control Lecture Notes},
3030
howpublished = {Lecture notes, Polytechnique Montréal},
31-
year = {unpublished}
31+
year = {2022}
3232
}
3333
""",
3434
:lib => "",

src/Meta/nasty.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classification QUR2-AN-2-0
2626
a very simple box-constrained quadratic
2727
""",
2828
:reference => raw"""""",
29-
:lib => "",
29+
:lib => "CUTEst:NASTY",
3030
)
3131
get_nasty_nvar(; n::Integer = default_nvar, kwargs...) = 2
3232
get_nasty_ncon(; n::Integer = default_nvar, kwargs...) = 0

0 commit comments

Comments
 (0)