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
and see how other people implemented is_isomorphic in general here
Of course graph isomorphism is NP problem so there is no known polynomial time algorithm for this problem, but there is a lot of approximations and case-specific solutions.
I am looking for a graph library in C# that can perform isomorphism checks but can't find anything.
I also couldn't find an implementation in QuikGraph. Did I miss something or is there no isomorphism algorithm?
The text was updated successfully, but these errors were encountered: