Opened 10 years ago

Closed 10 years ago

#500 closed bug (duplicate)

bug in syz for ideal in quotient ring

Reported by: kroeker@… Owned by: somebody
Priority: minor Milestone: Singular-spielwiese
Component: dontKnow Version: spielwiese
Keywords: Cc:

Description

Hello,

the following example works in ver. 3.1.6, but neither in spiewiese nor in master-branch from gitHub. I'm not sure if priority is major or not; at least in our package for resolution of singularities it is an issue.

Code:

ring r = integer,(x,y,z),dp; ideal i = x4+y2+z2; qring q = i; ideal s = 2z,-4z2,-4yz,-4xz,-2x2z-2yz-2z2,-x4-y2-z2; syz(s);

Change History (1)

comment:1 Changed 10 years ago by Oleksandr

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