We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b4b99 commit 46f4ba6Copy full SHA for 46f4ba6
1 file changed
src/interface/interface.jl
@@ -30,7 +30,7 @@ end
30
@doc """
31
solve(p::Problem, a::Algorithm; kwargs...)
32
33
-Solve the Solve the [`Problem`](@ref) `p` using the [`Algorithm`](@ref) `a`.
+Solve the [`Problem`](@ref) `p` using the [`Algorithm`](@ref) `a`.
34
The keyword arguments `kwargs...` have to provide enough details such that
35
the corresponding state initialisation [`initialize_state`](@ref)`(p,a)`
36
returns a state.
0 commit comments