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.
1 parent 63ec2ea commit b95990bCopy full SHA for b95990b
src/services/DFGVariable.jl
@@ -38,7 +38,8 @@ function getSofttype(vnd::VariableNodeData)
38
end
39
40
# TODO: Confirm that we can switch this out, instead of retrieving the complete variable.
41
-getSofttype(v::DFGVariable{T}) where T <: InferenceVariable = T()
+# getSofttype(v::DFGVariable{T}) where T <: InferenceVariable = T()
42
+getSofttype(v::DFGVariable) = getSofttype(getSolverData(v))
43
44
# Optimized in CGDFG
45
getSofttype(dfg::AbstractDFG, lbl::Symbol) = getSofttype(getVariable(dfg,lbl))
0 commit comments