#15203: error in LLL method with delta=1
-----------------------------+-----------------------------
   Reporter:  lftabera       |            Owner:
       Type:  defect         |           Status:  new
   Priority:  major          |        Milestone:  sage-5.13
  Component:  PLEASE CHANGE  |         Keywords:  fpLLL
  Merged in:                 |          Authors:
  Reviewers:                 |  Report Upstream:  N/A
Work issues:                 |           Branch:
     Commit:                 |     Dependencies:
   Stopgaps:                 |
-----------------------------+-----------------------------
 Acording to the documentation, the method LLL for integer matrices allows
 the parameter delta to take a value <=1, however, for delta=1 the method
 always fail. It did not failed with previous version of sage.

 {{{
 sage: m=random_matrix(ZZ,2,2)
 sage: m.LLL(delta=1)
 ...
 RuntimeError: fpLLL returned -1 != 0
 }}}

 Either the documentation should be updated or the code should be fixed.

--
Ticket URL: <http://trac.sagemath.org/ticket/15203>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to