Opened 6 years ago
Closed 6 years ago
#16798 closed defect (fixed)
fpLLL API misuse
Reported by: | malb | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-6.4 |
Component: | linear algebra | Keywords: | |
Cc: | mraum | Merged in: | |
Authors: | Martin Albrecht | Reviewers: | Martin Raum |
Report Upstream: | N/A | Work issues: | |
Branch: | 323fd47 (Commits) | Commit: | 323fd479df2124a971ea3393161dcd2c0028ade9 |
Dependencies: | Stopgaps: |
Description (last modified by )
Sage currently raises a runtime error whenever fpLLL returns a nonzero return value. However, nonzero return values are expected under some conditions (when the time or the number of loops is restricted).
Change History (6)
comment:1 Changed 6 years ago by
- Branch set to u/malb/t16798_fplll_api_misuse
- Cc mraum added
- Commit set to 323fd479df2124a971ea3393161dcd2c0028ade9
- Description modified (diff)
- Status changed from new to needs_review
comment:2 Changed 6 years ago by
- Reviewers set to Martin Raum
- Status changed from needs_review to positive_review
seems good
comment:3 Changed 6 years ago by
You need to set a milestone where you want your ticket to be merged...
comment:4 Changed 6 years ago by
- Status changed from positive_review to needs_work
comment:5 Changed 6 years ago by
- Milestone set to sage-6.4
- Status changed from needs_work to positive_review
comment:6 Changed 6 years ago by
- Branch changed from u/malb/t16798_fplll_api_misuse to 323fd479df2124a971ea3393161dcd2c0028ade9
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
allow loop and time limits in BKZ