Changes between Initial Version and Version 1 of Ticket #25872, comment 28
- Timestamp:
- May 26, 2022, 5:04:27 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25872, comment 28
initial v1 2 2 3 3 The problem is, however, not limited to this, as there is also a `modular_decomposition(foo)` function, which was equivalent to `foo.modular_decomposition(algorithm='tedder')`. In the present branch `modular_decomposition(foo)` became 4 equivalent to the (old) `foo.modular_decomposition(algorithm=' tedder')`, because, what else?4 equivalent to the (old) `foo.modular_decomposition(algorithm='habib')`, because, what else? 5 5 6 6 I think it's too much fuss to fiddle around with deprecations here.