Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#424 closed bug (fixed)

critical bug in multivariate polynomial factorization over GF(2)

Reported by: Paul.Zimmermann@… Owned by: somebody
Priority: blocker Milestone: 3-1-5 and higher
Component: libfac Version: 3-1-4
Keywords: Cc:

Description

singular: ring r=2,(x,y),dp;
singular: poly p=x^6 + y^6 + x^5 + x^3 + x + 1;
singular: factorize(p);
[1]:
   _[1]=1
   _[2]=x6+y6+x5+x3+x+1
[2]:
   1,1

Cf trac.sagemath.org/sage_trac/ticket/12928

Change History (5)

comment:1 Changed 12 years ago by mlee

Resolution: fixed
Status: newclosed

solved in current master branch

comment:2 Changed 12 years ago by anonymous

thanks. Please can you tell in which release of Singular this will be fixed?

Paul Zimmermann

comment:3 Changed 12 years ago by anonymous

Dear Singular developers, please could you answer to comment 2?

Paul Zimmermann

comment:4 Changed 12 years ago by anonymous

your answer will be useful for trac.sagemath.org/sage_trac/ticket/12928

Paul Zimmermann

Note: See TracTickets for help on using tickets.