Maximum common subgraph of two vertex-labeled graphs?

3 次查看(过去 30 天)
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
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 CenterFile Exchange 中查找有关 Graph and Network Algorithms 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by