g=Graph({1:[2,3,4],2:[1,4],3:[1,4],4:[2,3]})
g.plot()
g.is_bipartite()
False   //output

Kreyszig-21.8-3-U (last edited 2010-12-18 07:59:47 by 10)