#5941: transitive_close returns a graph with the same name even though it is a
totally different graph!
--------------------------+-------------------------------------------------
Reporter: was | Owner: rlm
Type: defect | Status: new
Priority: major | Milestone: sage-4.0
Component: graph theory | Keywords:
--------------------------+-------------------------------------------------
{{{
sage: g = graphs.KrackhardtKiteGraph()
sage: h = g.transitive_closure()
sage: h # oops -- h says it is Krackhardt Kite but it isn't
Krackhardt Kite Graph: Graph on 10 vertices
sage: h == g
False
sage: h.is_isomorphic(g)
False
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5941>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---