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
Graphs.jl currently lacks an implementation for finding a planar maximally filtered graph (PMFG). PMFG is a very useful tool and should be included in a good graphs package!
NetworkX currently has one here so my suggestion would be to start by translating that into Julia and go from there.
Does anyone have any suggestions/recommendations?
The text was updated successfully, but these errors were encountered:
Graphs.jl currently lacks an implementation for finding a planar maximally filtered graph (PMFG). PMFG is a very useful tool and should be included in a good graphs package!
NetworkX currently has one here so my suggestion would be to start by translating that into Julia and go from there.
Does anyone have any suggestions/recommendations?
The text was updated successfully, but these errors were encountered: