source: git/Tst/Manual/isCI.tst @ 6fb723

fieker-DuValspielwiese
Last change on this file since 6fb723 was 894057, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: Tests from online manual (res+stat on mamawutz): short ones Tst/Manual/s.lst
  • Property mode set to 100644
File size: 260 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "cisimplicial.lib";
3intmat A[2][5] = 60,0,140,150,21,0,60,140,150,21;
4print(A);
5printlevel = 0;
6isCI(A);
7printlevel = 1;
8isCI(A);
9intmat B[3][5] = 12,0,0,1,2,0,10,0,3,2,0,0,8,3,3;
10print(B);
11isCI(B);
12printlevel=0;
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.