source: git/Tst/Short/combinat.tst @ 197c4e

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