Changes between Initial Version and Version 1 of Ticket #26640, comment 9
- Timestamp:
- 12/06/18 13:27:22 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26640, comment 9
initial v1 1 1 May I ask in which ticket, if any, you do touch the "is_isomorphic" method ? 2 3 I would really like this to work with python 3: 4 {{{ 5 #!python 6 sage: G = Graph() 7 sage: G.add_edge((1,'a')) 8 sage: G 9 Graph on 2 vertices 10 sage: G.is_isomorphic(G) 11 }}}