source: git/Tst/Short/zerodim_18_32003_lp_slimgb.tst @ f1cfef

spielwiese
Last change on this file since f1cfef was 598a84, checked in by Hans Schoenemann <hannes@…>, 14 years ago
syntax fix git-svn-id: file:///usr/local/Singular/svn/trunk@12997 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 219 bytes
Line 
1
2    LIB "tst.lib";
3    tst_init();
4    ring MYRINGNAME=32003,(x, y),lp;
5    ideal MYIDEALNAME=x*y^2+x+y+1,
67*x^2*y^2+x^2*y+x+y;
7    option(redSB);
8    slimgb(MYIDEALNAME);
9    kill MYRINGNAME;
10    tst_status(1);$
11   
Note: See TracBrowser for help on using the repository browser.