source: git/Tst/Short/zerodim_46_32003_lp_slimgb.tst @ f987c8

fieker-DuValspielwiese
Last change on this file since f987c8 was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 279 bytes
Line 
1
2    LIB "tst.lib";
3    tst_init();
4    ring MYRINGNAME=32003,(t, x, y, z),lp;
5    ideal MYIDEALNAME=t^2*z+x^2*z+y^2*z+z-1,
6t^2*y+x^2*y+y*z^2+y-1,
7t*x^2+t*y^2+t*z^2+t-1,
8t^2*x+x*y^2+x*z^2+x-1;
9    option(redSB);
10    slimgb(MYIDEALNAME);
11    kill MYRINGNAME;
12    tst_status(1);$
13
Note: See TracBrowser for help on using the repository browser.