Re: [sage-devel] Re: Closest Vector not in Lattice

2020-06-16 Thread Dima Pasechnik
On Tue, Jun 16, 2020 at 8:52 AM Taylor Huang wrote: > > Hi, thanks for your reply. > I also note found that the membership check is broken as well. > > from sage.modules.free_module_integer import IntegerLattice > coef = Matrix([-44429982080874270968379672793605458, > 9893165085448133473558070852

Re: [sage-devel] Re: Closest Vector not in Lattice

2020-06-16 Thread Taylor Huang
Hi, thanks for your reply. I also note found that the membership check is broken as well. from sage.modules.free_module_integer import IntegerLattice coef = Matrix([-44429982080874270968379672793605458, 98931650854481334735580708522902113]) bMat = Matrix([[20957228, -4966110],[ 9411844, 19625639]

Re: [sage-devel] Re: Closest Vector not in Lattice

2020-06-15 Thread Dima Pasechnik
Yes, it looks like a bug. I've opened https://trac.sagemath.org/ticket/29866 (a slightly simplified example, without a vector with non-integer coefficients, is there) On Mon, Jun 15, 2020 at 8:28 AM Taylor Huang wrote: > > anyone here? > > -- > You received this message because you are subscribed