source: git/Tst/Short/zerodim_61_32003_lp_slimgb.tst @ b672d2

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