source: git/Tst/Short/zerodim_14_32003_lp_slimgb.tst @ 051432

spielwiese
Last change on this file since 051432 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: 337 bytes
Line 
1
2    LIB "tst.lib";
3    tst_init();
4    ring MYRINGNAME=32003,(x1, x2, x3, x4),lp;
5    ideal MYIDEALNAME=-4*x1+x2+x3+x4,
6-4*x1^2+x2^2+x3^2+x4^2+4*x1+x2+x3+x4-3,
75*x1^3+4*x3^2*x4+3*x2^2+2*x1*x4+4*x1+x2+x3+2*x4-1,
85*x3^4+x4^3+16*x1^2+3*x2^2-4*x4-1;
9    option(redSB);
10    slimgb(MYIDEALNAME);
11    kill MYRINGNAME;
12    tst_status(1);$
13   
Note: See TracBrowser for help on using the repository browser.