1 Feb
2011
1 Feb
'11
2:15 a.m.
On Mon, Jan 31, 2011 at 12:03 PM, Nitin Gangahar
Hi all! I am totally new to the Boost Library. I just wanted to know if BGL supports finding if a graph is planar or not and also the planar embedding of a graph.
Thanking you, Nitin Gangahar
Hi Nitin, Yes, Boost Graph Library contains an implementation of the Boyer–Myrvold planarity testing algorithm as well as an implementation of the Chrobak–Payne straight line drawing algorithm. A complete example of constructing a graph, checking for planarity, and generating a straight line drawing can be found at: http://www.boost.org/doc/libs/1_45_0/libs/graph/example/straight_line_drawin...