Skip to content

Commit 34465dc

Browse files
hotfix jumpproblem solve
1 parent da386a6 commit 34465dc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DiffEqBase"
22
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
33
authors = ["Chris Rackauckas <[email protected]>"]
4-
version = "6.36.0"
4+
version = "6.36.1"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

src/solve.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ function solve(prob::AbstractNoiseProblem,args...; kwargs...)
104104
__solve(prob,args...;kwargs...)
105105
end
106106

107+
function solve(prob::AbstractJumpProblem,args...; kwargs...)
108+
__solve(prob,args...;kwargs...)
109+
end
110+
107111
function get_concrete_problem(prob::AbstractJumpProblem; kwargs...)
108112
prob
109113
end

0 commit comments

Comments
 (0)