-
Notifications
You must be signed in to change notification settings - Fork 27
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
Bug in solve #185
Comments
Problem is : |
Seems related to test-smith-valence looping forever (bad solve of inv mat and non-zero vector gives a zero solution ...) |
fixed in commit c593941 |
But with
try to reconstruct :
approximation: 1230831354298319
modulus: 3692492536769689
numbound: 4294967296
denbound: 2
(DenseElimination) Solution is [-379491943 1526125268 0 ] / 0
while with a smaller vector solution is less obviously wrong :
with even smaller, seems correct
The text was updated successfully, but these errors were encountered: