"Change the doc"

yes, I am suggesting that for the planar layout; if the input graph is not 
maximal planar

and you can add a simple function checking that one graph is maximal planar 
(simple to code : loop on each couple of vertices, and add edge made of 
this couple, if adding make graph not planar then break in the loop. return 
not maximal ...end of loop, return maximal)

Dominique

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to