Opened 8 years ago

Closed 8 years ago

#739 closed bug (fixed)

hanging example for char_series() in characteristic 2

Reported by: jakobkroeker.academic@… Owned by: somebody
Priority: minor Milestone: 4-1-0 and higher
Component: factory Version: 4-0-2
Keywords: char_series hanging Cc:

Description

The following simple example runs forever:

LIB("primdec.lib");
ring rng = (2),(x,y,z),(dp);
ideal I = x*z^2+y^2+y, x*y+y^2*z^2;
def cs = char_series(I); // hangs

Change History (1)

comment:1 Changed 8 years ago by hannes

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