Hi,
I need to create random cubic planar graphs.
Do you know how can I do that?
Or alternatively, do you know a can create the dual of a random planar triangulation?
I saw that I can create triangulation using:
G = graphs.RandomTriangulation(n)
Bye and thanks