source: git/Tst/New/std_prot.tst @ 1ebec3

spielwiese
Last change on this file since 1ebec3 was 1ebec3, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Added tests for wring prot output (weight2.tst)
  • Property mode set to 100644
File size: 330 bytes
RevLine 
[1ebec3]1option();
2
3LIB "tst.lib"; tst_init();
4
5option();
6
7
8ring vc= 32003,(x,y,z,t),ds;
9degBound=1;
10ideal i= 49y5-9y4+41x2z+12y3+33y2+11y+73t,
1133y4+21x2y+17x2z+63y3+11xy+77y2+91y+1t, 26y2+44xz+12y+9t;
12i=i^2; i;
13     
14             
15// option(redSB);
16option(prot);
17// test(23+32);
18option(weightM);
19
20option();
21std(i);
22option();
23
24tst_status(1);$
Note: See TracBrowser for help on using the repository browser.