source: git/Tst/Short/nchilb_test4.tst @ fdda546

spielwiese
Last change on this file since fdda546 was 1664835, checked in by Sharwan Tiwari <shrawant@…>, 6 years ago
truncated nchilb and right colon operation
  • Property mode set to 100644
File size: 279 bytes
Line 
1LIB "tst.lib";
2tst_init();
3LIB"ncHilb.lib";
4ring r=0,(x,y,z),dp;
5    module p1=[1,x,z,y,z,x,z];
6    module p2=[1,x,z,x];
7    module p3=[1,x,z,y,z,z,x,z];
8    module p4=[1,y,z];
9    module p5=[1,x,z,z,x,z];
10
11    list l4=list(p1,p2,p3,p4,p5);
12    nchilb(l4,7,"p");
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.