We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
state
1 parent 5ec3915 commit 6e681e3Copy full SHA for 6e681e3
1 file changed
src/interface/interface.jl
@@ -56,6 +56,7 @@ function solve!(p::Problem, a::Algorithm, s::State; kwargs...)
56
increment!(s)
57
step!(p, a, s)
58
end
59
+ return s
60
61
62
function step! end
0 commit comments