Triconnected Component of a graph
1 view (last 30 days)
Show older comments
Is there some function available in MATLAB to find out the triconnected component of a graph? I got MATLABBGL to find out the biconnected component of graph. But I could not find some function for triconnected component of a graph.
[Merged from duplicate question]
I have found one c++ library OGDF,which contains a function TricComp.cpp,by which we can find out the triconnected component of graph. I am unable to use this library in MATLAB. Can I use this OGDF library in MATLAB? Can somebody help me?
0 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!