Martin R. Albrecht

Results 159 comments of Martin R. Albrecht

This seems related to some vectorisation: https://github.com/scipy/scipy/issues/15414

The introduction of `helm-bibtex-ignore-diacritics` may be controversial given our previous conversation at #444. With it set to `nil` I could not search for this entry: ```bibtex @Article{JC:BLRSSS18, author = "Shi...

Also, my use of `cl-letf` may or may not be controversial?

Hang on, is this meant to be a feature? If I trigger `helm-bibtex` from inside `\cite{|}` (cursor at `|`) then I get the behaviour reported above, if I trigger it...

FP(y)LLL only permits integer target vectors, but Sage's current code handles rational target vectors too. This is mostly an interface issue but still.

Nope. Well, a sieving db is an approximate Voronoi cell so G6K could be used, but it would be heuristic and not provable.

The equivalent of the functions `fast_lll` etc is already implemented as options in `LLL.reduction`, see it's documentation. Maybe start with a Python programme that first tries to run LLL with...