source: git/Tst/Short/zerodim_31_32003_lp_slimgb.tst @ a987ca

fieker-DuValspielwiese
Last change on this file since a987ca was 124194, checked in by Michael Brickenstein <bricken@…>, 16 years ago
initial version git-svn-id: file:///usr/local/Singular/svn/trunk@10788 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 236 bytes
Line 
1
2    LIB "tst.lib";
3    tst_init();
4    ring MYRINGNAME=32003,(x, y),lp;
5    ideal MYIDEALNAME=3*x^2*y^9+y^9+5*x^4,
69*x^3*y^8+11*y^10+9*x*y^8;
7    option(redSB);
8    slimgb(MYIDEALNAME);
9    kill MYRINGNAME;
10    tst_status(1);exit;
11   
Note: See TracBrowser for help on using the repository browser.