Opened 8 years ago
Closed 8 years ago
#739 closed bug (fixed)
hanging example for char_series() in characteristic 2
Reported by: | 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
Note: See
TracTickets for help on using
tickets.
fixed with 03c1d21070a92293e4b9f4dabb3af271ab31a44a (mlee)