Skip to content

Commit

Permalink
Update JSOSolvers for Krylov 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored and abelsiqueira committed Apr 8, 2022
1 parent 64d3671 commit 97215c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843"
SolverTools = "b5612192-2639-5dc1-abfe-fbedd65fab29"

[compat]
Krylov = "0.7.7"
Krylov = "0.8"
LinearOperators = "1.1, 2.0"
NLPModels = "0.15, 0.16, 0.17, 0.18"
NLPModelsModifiers = "0.2, 0.3, 0.4, 0.5"
Expand Down
2 changes: 1 addition & 1 deletion src/trunk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ stats = solve!(solver, nlp)
mutable struct TrunkSolver{
T,
V <: AbstractVector{T},
Sub <: KrylovSolver{T, V},
Sub <: KrylovSolver{T, T, V},
Op <: AbstractLinearOperator{T},
} <: AbstractOptSolver{T, V}
x::V
Expand Down

0 comments on commit 97215c9

Please sign in to comment.