Changes between Initial Version and Version 1 of Ticket #16019
- Timestamp:
- 03/26/14 21:19:53 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16019 – Description
initial v1 1 1 {{{ 2 2 sage: G = DiGraph([[1,2])) 3 sage: G.con encted_components()3 sage: G.connected_components() 4 4 [[1, 2]] 5 5 sage: G.copy(immutable=True).connected_components()