Graph("E`oo") is the disjoint union of 2 triangles. Graph("ExSW") is two 
triangles with 2 more edges connecting them. So the first graph is a 
subgraph (a non-induced subgraph) of the second graph. But Sage reports 
that it is not. Both graphs have order 6.

sage: h=Graph("E`oo")
sage: g=Graph("ExSW")
sage: h.is_subgraph(g,induced=False)
False

This behavior is in "Sage Version 6.5, Release Date: 2015-02-17".



-- 
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