source: git/Tst/Short/zerodim_9_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: 303 bytes
Line 
1
2    LIB "tst.lib";
3    tst_init();
4    ring MYRINGNAME=32003,(x, y, z),lp;
5    ideal MYIDEALNAME=2*x^2+4*x*y+3*y^2+7*x*z+9*y*z+5*z^2+2,
63*x^2+x*y+6*y^2+3*x*z+2*y*z+4*z^2+5,
77*x^2+8*x*y+12*y^2+18*x*z+3*y*z+10*z^2+12;
8    option(redSB);
9    slimgb(MYIDEALNAME);
10    kill MYRINGNAME;
11    tst_status(1);$
12
Note: See TracBrowser for help on using the repository browser.