source: git/Tst/Short/bug_tr665.tst @ 3fec5d0

fieker-DuValspielwiese
Last change on this file since 3fec5d0 was 19cac3, checked in by Jakob Kröker <kroeker@…>, 10 years ago
fixed copy paste comment error
  • Property mode set to 100644
File size: 302 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// wrong range in ideal/module (missed special case in primaryTest)
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); // should not fail
12
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.