Changes between Version 9 and Version 13 of Ticket #29866
- Timestamp:
- 06/16/20 11:15:19 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29866 – Description
v9 v13 1 1 In this example we compute `v`, the closest vector to the vector `u` that lies in the integer lattice `L`. 2 2 3 These bugs are already in Sage 8. 9(i.e. still Python 2), as well as in the latest 9.2.beta1.3 These bugs are already in Sage 8.1 (i.e. still Python 2), as well as in the latest 9.2.beta1. 4 4 5 However, closest_vector works in Sage 8. 2(membership test still broken, though).5 However, closest_vector works in Sage 8.4, and is broken in 8.5 (membership test still broken, though). 6 6 7 7 Problem: `v` is not in `L`.