source: git/Tst/Short/zerodim_13_32003_lp_slimgb.tst @ 1427f62

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