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
@@ -50,3 +49,60 @@ function buildSubgraphFromLabels!(dfg::G,
50
49
51
50
return cliqSubFg
52
51
end
52
+
53
+
54
+
"""
55
+
$SIGNATURES
56
+
57
+
IIF clique specific version of building subgraphs.
58
+
59
+
Notes
60
+
- Special snowflake that adds only factors related to `frontals`.
61
+
62
+
DevNotes
63
+
- DF: Could we somehow better consolidate the functionality of this method into `buildSubgraphFromLabels!` above, which in turn should be consolidated as SamC suggests.
64
+
- Since this function has happened more than once, it seems the name `buildSubgraphFromLabels!` might stick around, even if it just becomes a wrapper.
0 commit comments