LCFGraph([3,-3], 4).mws

>    with(GraphTheory):with(SpecialGraphs):

>    G := LCFGraph([3,-3], 4);

G := `Graph 13: an undirected unweighted graph with 8 vertices and 12 edge(s)`

>    DrawGraph(G);

[Maple Plot]

>    DrawGraph(G,style=spring,dimension=3);

[Maple Plot]

>