source: git/Tst/Short/bug_tr665.tst @ e35d92b

spielwiese
Last change on this file since e35d92b was e35d92b, checked in by Hans Schoenemann <hannes@…>, 9 years ago
fix tr #665 (pfister)
  • Property mode set to 100644
File size: 279 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// crash in primdecSY (remains of a temporary filed extensions)
5LIB"primdec.lib";
6ring rng = (7,v),(x,y,z,u),(dp(4),C);
7minpoly = (v^2+v+3);
8ideal I =
9(-v)*x^2*y+(2*v-2),(-3*v)*x*u+(v-2)*z,(v+1)*y^2*u+(3*v-3)*x*u+2*u;
10
11minAssGTZ (I);
12
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.