Changeset dd24e5 in git for Singular/LIB/schreyer.lib
- Timestamp:
- Aug 1, 2012, 5:25:00 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '1d362c315e551a5b527ab0759f8839cf0e94f3a5')
- Children:
- 495328d14a955b215ad10b598e995ab522243881
- Parents:
- 026171e1f09fe373a5c6ea5ed0b8db1abeb952f3
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-08-01 17:25:00+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-07 04:41:46+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/schreyer.lib
r026171 rdd24e5 2349 2349 2350 2350 2351 proc testSimple() 2352 { 2351 proc testSimple(list #) 2352 { 2353 def DEBUG = 0; 2354 if(size(#) > 0) { DEBUG = #[1]; } 2355 2353 2356 system("--min-time", "1.0"); 2354 2357 system("--ticks-per-sec", 1); 2355 2358 2356 2359 // TODO: only for now!! 2357 attrib(SSinit, "DEBUG", 0);2360 attrib(SSinit, "DEBUG", (DEBUG > 0)); 2358 2361 attrib(SSinit, "SYZCHECK", 1); 2359 2362 attrib(SSinit, "KERCHECK", 1); … … 2471 2474 TestSSresAttribs2tr(M); 2472 2475 /* 2473 options: 1 1 0 : Time: 10 (35 without LCM)2474 options: 1 1 1 : Time: 252475 lres Time: 5 /62476 options: 1 1 0 : Time: 9/10 (35 without LCM) 2477 options: 1 1 1 : Time: 8/25 2478 lres Time: 5 2476 2479 nres Time: 5 2477 2480 sres Time: 693 … … 2550 2553 TestSSresAttribs2tr(M); 2551 2554 /* 2552 options: 1 1 0 : Time: 92 (316 without LCM)2553 options: 1 1 1 : Time: 2022554 lres Time: 2 7/282555 nres Time: 2 1/232555 options: 1 1 0 : Time: 73/92 (316 without LCM) 2556 options: 1 1 1 : Time: 43/202 2557 lres Time: 25 2558 nres Time: 20 2556 2559 sres Time: 71 2557 2560 */
Note: See TracChangeset
for help on using the changeset viewer.