fplll icon indicating copy to clipboard operation
fplll copied to clipboard

on-the-fly extend strategies

Open malb opened this issue 5 years ago • 2 comments

We should not bomb out when a user tries to use a dimension larger than what's in the strategy file but rather compute a strategy on the fly for large dimensions.

malb avatar May 15 '20 18:05 malb

Does this not assume access to the strategizer in fplll? I don't think fplll ships with those bits (i.e set_mdc.py is probably necessary, although I guess we could fix 64 cycles per node?)

joerowell avatar Nov 19 '20 11:11 joerowell

Nope, we'd guess the right block size/cost by extrapolation and just call the pruner

malb avatar Nov 19 '20 13:11 malb