id summary reporter owner description type status priority milestone component version resolution keywords cc 339 weightKB daniel.andres@… barakat "Dear Singular team, I try to compute all monomials of a specified weighted total degree d using weightKB from standard.lib. There seems to be a bug in the case that there are no such monomials, but d is in between the weighted degrees of the variables. Here is an example. {{{ ring r = 0,(x,y),dp; intvec w = 2,6; weightKB(ideal(0),3,w); // bug weightKB(ideal(0),4,w); // ok weightKB(ideal(0),5,w); // bug weightKB(ideal(0),6,w); // ok weightKB(ideal(0),7,w); // ok }}}" bug closed minor 3-1-4 and higher singular-libs 3-1-3 fixed weightKB daniel.andres@…