source: git/Tst/Short/zerodim_26_32003_lp_slimgb.tst @ 564136

spielwiese
Last change on this file since 564136 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: 331 bytes
Line 
1
2    LIB "tst.lib";
3    tst_init();
4    ring MYRINGNAME=32003,(x, y),lp;
5    ideal MYIDEALNAME=49*x^7*y+35*x*y^7+37*x*y^6+9*y^7+4*x^6+27*x^3*y^2+20*x*y^4+31*x^4+33*x^2*y+24*x^2+49*y+43,
645*x^8+3*x^7+39*x^6+30*x^5+13*x^4+41*x^3+5*x^2+46*x+7;
7    option(redSB);
8    slimgb(MYIDEALNAME);
9    kill MYRINGNAME;
10    tst_status(1);$
11   
Note: See TracBrowser for help on using the repository browser.