Changes between Version 2 and Version 3 of Ticket #18183, comment 10
- Timestamp:
- 04/14/15 12:40:25 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18183, comment 10
v2 v3 16 16 - It is a 'fake' iterator, i.e. the amount of memory it requires is far from 17 17 constant. It does not store all bases at once, but you will store at some 18 point the union of 'independent sets of size r or r+1' for allr18 point the 'independent sets of size r or r+1' for every r 19 19 20 20 - I have no idea if the method is optimal algorithmically. It is meant to work