Opened 4 years ago

Closed 4 years ago

#865 closed bug (fixed)

primdecSY hangs

Reported by: arojas@… Owned by: somebody
Priority: minor Milestone: 4-2-0 and higher
Component: dontKnow Version: 4-1-2
Keywords: Cc:

Description

The following works fine in 4.1.2 but hangs in >=4.1.2p1

> LIB "primdec.lib";
> ring r=11,(x,y,z,w,u),dp;
> ideal i=(x^3 - 5*y*z + u^2, x - y^2 + 3*z^2, w^2 + 2*u^3*y, y - u^2 + z*x);
> primdecSY(i);

Change History (1)

comment:1 Changed 4 years ago by hannes

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.