source: git/Tst/Short/combinat.tst

spielwiese
Last change on this file was 9cf43e, checked in by Hans Schoenemann <hannes@…>, 6 years ago
fix: changed lib
  • Property mode set to 100644
File size: 354 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB "combinat.lib";
5LIB "ellipticcovers.lib";
6printlevel=0;
7
8  list L = 1,2,3,4,5;
9  sublists(L);
10
11  ring R=(0,x1,x2,x3,x4),(q),dp;
12  permute(list(x1,x2,x3,x4));
13
14  partitions(3,7);
15
16  intersectLists(list(1,1,2,2,3),list(2,3,3,4));
17  intersectLists(list(1,1,2,2,3),list(1,1,2,2,3));
18
19  member(1,list(1,4,5));
20
21tst_status(1);$
Note: See TracBrowser for help on using the repository browser.