Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

svp_preprocessing not removing linear dependences #63

Open
hideov opened this issue Mar 30, 2017 · 1 comment
Open

svp_preprocessing not removing linear dependences #63

hideov opened this issue Mar 30, 2017 · 1 comment
Assignees

Comments

@hideov
Copy link
Contributor

hideov commented Mar 30, 2017

The python implementation of bkz does not check if there are linear dependences in M.B. This can cause DivisionByZero exceptions when pruning.

Attached is a basis having this problem.

example.zip

@malb malb self-assigned this Mar 30, 2017
@malb
Copy link
Collaborator

malb commented Mar 30, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants