source: git/Tst/Short/zerodim_8_32003_lp_slimgb.tst @ 57f6ffd

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