Maximum common subgraph of two vertex-labeled graphs?

1 回表示 (過去 30 日間)
Yi Yang
Yi Yang 2016 年 7 月 14 日
回答済み: Prateek Khandelwal 2016 年 8 月 9 日
I am doing a research project and I need to find the maximum common subgraph of two vertex-labeled graphs, does Matlab have functions to do this?

採用された回答

Prateek Khandelwal
Prateek Khandelwal 2016 年 8 月 9 日
There might not be any direct function in MATLAB to solve your problem.
There are however basic graph data structures available here which you can use to build your solution/algorithm, also, you can refer to MatlabBGL and gaimc for already existing graph algorithms to build upon.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGraph and Network Algorithms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by