Skip to content

Commit 6e681e3

Browse files
committed
return state
1 parent 5ec3915 commit 6e681e3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/interface/interface.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ function solve!(p::Problem, a::Algorithm, s::State; kwargs...)
5656
increment!(s)
5757
step!(p, a, s)
5858
end
59+
return s
5960
end
6061

6162
function step! end

0 commit comments

Comments
 (0)