Triconnected Component of a graph

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?

Answers (0)

Categories

Find more on Graph and Network Algorithms in Help Center and File Exchange

Asked:

on 27 Feb 2012

Community Treasure Hunt

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

Start Hunting!