Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Alternative to graphisomorphism that respects edge weights but works on adjacency matrix rather than digraph object?

3 ビュー (過去 30 日間)
Richard Buckalew
Richard Buckalew 2019 年 2 月 20 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I am checking whether many thousands of weighted, directed graphs are isomorphic. Right now I'm doing it with isisomorphic() which works very well but requires that I use the digraph() object for comparison. This is the only place in my code where I actually need the object; everywhere else the adjacency matrix suffices. The code would speed up by a significant amount if I could use graphisomorphism() for this, but that function ignores edge weights. Any alternative?

回答 (0 件)

この質問は閉じられています。

製品


リリース

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by