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 692e4e8 commit 11f55e2Copy full SHA for 11f55e2
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