Martin R. Albrecht

Results 159 comments of Martin R. Albrecht

I've just positively reviewed the Sage ticket. I've lost the plot, is there anything else we should do? Sorry and thanks all for your work on this!

I think this should be handled at https://github.com/fplll/fpylll/blob/master/src/fpylll/algorithms/bkz.py#L81 but the same argument applies

I can't reproduce it either, using SageMath 9.4.

I can reproduce it, odd error: ``` fplll: ExternalEnumeration: non-empty pruning vector dimension does not match ``` This shouldn't happen.

I just pushed a crude workaround, with that I get that ```python from fpylll import LLL, IntegerMatrix, SVP d = 11 for _ in range(100): A = IntegerMatrix.random(d, "uniform", bits=2)...

Looks like you need to compile from source. But in any case, you'd need to give us the steps you took to arrive at this problem, your description is a...

Actually, don't! It's not the right place to use.

Not sure, really. I don't think it makes things worse but it's a hack. Maybe @joerowell can review?