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
Since orphaned factors aren't currently allowed reserve isFactorsFullyConnected for future use.
A definition:
a graph G is connected if there is a path between each pair of vertices
use name isConnected
deprecate:
hasOrphans - is misleading in the current implementation
isFullyConnected - what does the fully imply, if we want to allow orphaned factors in the future does the fully mean all links that should be there is there?
Clean/clear up connectivity functions,
isFullyConnected
andhasOrphans
For clearer understanding of exactly what the function does:
Deprecate:
isFullyConnected
hasOrphans
In favor of:
isFragmented
or similarAdd functionality:
isFactorsFullyConnected
The text was updated successfully, but these errors were encountered: