Skip to content

Commit

Permalink
Fix constraints in hs231 (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot authored Jul 23, 2023
1 parent 74da2eb commit 62f3a42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ADNLPProblems/hs231.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ function hs231(; n::Int = default_nvar, type::Val{T} = Val(Float64), kwargs...)
end
x0 = T[-1.2, 1]
A = T[
1//3 1-1 // 3 1
1 // 3 1;
-1 // 3 1
]
lcon = T[-0.1; -0.1]
ucon = T[Inf; Inf]
Expand Down

0 comments on commit 62f3a42

Please sign in to comment.