You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -25,7 +36,14 @@ function LightDFG{T,V,F}(g::FactorGraph{Int,V,F}=FactorGraph{Int,V,F}();
25
36
end
26
37
27
38
# LightDFG{T}(; kwargs...) where T <: AbstractParams = LightDFG{T,DFGVariable,DFGFactor}(;kwargs...)
39
+
"""
40
+
$(SIGNATURES)
28
41
42
+
Create an in-memory LightDFG with the following parameters:
43
+
- T: Solver parameters (defaults to `NoSolverParams()`)
44
+
- V: Variable type
45
+
- F: Factor type
46
+
"""
29
47
LightDFG{T}(g::FactorGraph{Int,DFGVariable,DFGFactor}=FactorGraph{Int,DFGVariable,DFGFactor}(); kwargs...) where T <:AbstractParams=LightDFG{T,DFGVariable,DFGFactor}(g; kwargs...)
0 commit comments