Skip to content

Commit 6ad8c33

Browse files
authored
Bump to SolverCore 0.3 (#73)
1 parent cc00949 commit 6ad8c33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ StoppingInterface = "53949629-e8ff-437b-b6e7-14da1a85bf25"
1818
Krylov = "^0.8.2"
1919
LinearOperators = "1, 2"
2020
NLPModels = "0.18, 0.19"
21-
SolverCore = "0.2"
21+
SolverCore = "0.2, 0.3"
2222
SparseMatricesCOO = "0.1, 0.2"
2323
Stopping = "0.6"
24-
StoppingInterface = "0.3"
24+
StoppingInterface = "0.3, 0.4"
2525
julia = "^1.6"
2626

2727
[extras]

src/SolveModel/SolveModelNLSST_TR.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function solve_modelNLSST_TR(
1919
cgrtol = PData.cgrtol(ζ, ξ, maxtol, mintol, norm_∇f)
2020

2121
solver = PData.solver
22-
solve!(
22+
Krylov.solve!(
2323
solver,
2424
Jx,
2525
Fx,

0 commit comments

Comments
 (0)