Opened 6 years ago
Closed 6 years ago
#774 closed bug (fixed)
7 year old greetings from overflow hell
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | major | Milestone: | 4-1-0 and higher |
Component: | singular-kernel | Version: | 4-0-3 |
Keywords: | Cc: |
Description
failing example:
ring r = 0,(a,b,c,d), lp; option(redSB); short = 0; ideal I = a-b^16, b-c^16, c-d^1024; groebner(I); //_[1]=c-d^1024 //_[2]=b-d^16384 //_[3]=a-d^4096 // correct answer: c-d^1024, b-d^16384, a-d^262144;
This example was taken from:
trac.sagemath.org/ticket/6472
Note: See
TracTickets for help on using
tickets.
fixed with 349e5e898aad7e735b03bda328f2741a7c36a092 (and f26b427d88aa47860f648e3533c60e8140708b47)