We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AbstractJumpProblem
get_root_indp
1 parent e247dd3 commit 30c1524Copy full SHA for 30c1524
src/solutions/save_idxs.jl
@@ -52,6 +52,8 @@ function get_root_indp(prob::LinearProblem)
52
get_root_indp(prob.f)
53
end
54
55
+get_root_indp(prob::AbstractJumpProblem) = get_root_indp(prob.prob)
56
+
57
get_root_indp(x) = x
58
59
function get_root_indp(f::SymbolicLinearInterface)
0 commit comments