Changes between Initial Version and Version 1 of Ticket #17173, comment 7
- Timestamp:
- Oct 20, 2014, 3:18:41 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17173, comment 7
initial v1 2 2 3 3 In other words: If `G.vertices()` prints `..., a, ..., b, ...`, can it after `D.delete_edges(...)` print `..., b, ..., a, ...`? If not, is this guaranteed behaviour in following versions of Sage? 4 5 I forgot one place where `minimal_elements()` was computed twice. Otherwise there is no unneeded lists generated in loop.