Changeset 1cf13b in git for Singular/LIB/schreyer.lib
- Timestamp:
- Apr 28, 2014, 8:50:10 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 1a4c34381788487464977b182596acb57f904d2f
- Parents:
- c814238a3c69aaf59662652396c4843d8c8c52fa
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-04-28 20:50:10+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-07 04:41:47+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/schreyer.lib
rc81423 r1cf13b 2374 2374 proc TestSSresAttribs2tr(def M) 2375 2375 { 2376 attrib(SSinit, "LEAD2SYZ", 0); attrib(SSinit, "TAILREDSYZ", 1); attrib(SSinit, "HYBRIDNF", 0); TestSSres(M); 2377 attrib(SSinit, "LEAD2SYZ", 0); attrib(SSinit, "TAILREDSYZ", 1); attrib(SSinit, "HYBRIDNF", 1); TestSSres(M); 2378 2376 2379 attrib(SSinit, "LEAD2SYZ", 1); attrib(SSinit, "TAILREDSYZ", 1); attrib(SSinit, "HYBRIDNF", 0); TestSSres(M); 2377 2380 attrib(SSinit, "LEAD2SYZ", 1); attrib(SSinit, "TAILREDSYZ", 1); attrib(SSinit, "HYBRIDNF", 1); TestSSres(M); 2378 2381 2382 2379 2383 Testlres(M); 2380 2384 Testnres(M); … … 2590 2594 TestSSresAttribs2tr(M); 2591 2595 /* 2592 options: 1 1 0 : Time: 34/73/92 (316 without LCM)2593 options: 1 1 1 : Time: 3 5/43/2022594 lres Time: 2 52595 nres Time: 202596 options: 1 1 0 : Time: 29/32/73/92 (316 without LCM) 2597 options: 1 1 1 : Time: 32/34/43/202 2598 lres Time: 24 2599 nres Time: 19 2596 2600 sres Time: 71 2597 2601 */
Note: See TracChangeset
for help on using the changeset viewer.