Changeset 36dd34 in git
- Timestamp:
- Aug 3, 2011, 7:16:33 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 1b420fdcd150b1055040f75e2230c9118a3a529d
- Parents:
- 7e53d9acff21e67d7a47d268428d8f4f7825e91b
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-03 19:16:33+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:21+01:00
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/syz.h
r7e53d9 r36dd34 106 106 int syDim(syStrategy syzstr); 107 107 syStrategy syCopy(syStrategy syzstr); 108 void syPrint(syStrategy syzstr); 109 110 // lists syConvRes(syStrategy syzstr,BOOLEAN toDel=FALSE,int add_row_shift=0); // TODO: move to Singular/ 111 // syStrategy syConvList(lists li,BOOLEAN toDel=FALSE); // TODO: move to Singular/ 112 // syStrategy syForceMin(lists li); // TODO: move to Singular/ 108 void syPrint(syStrategy syzstr, const char *currRingName /* = currRingHdl->id */); 113 109 114 110 syStrategy syMinimize(syStrategy syzstr); -
kernel/syz1.cc
r7e53d9 r36dd34 1949 1949 * prints the resolution as sequence of free modules 1950 1950 */ 1951 void syPrint(syStrategy syzstr )1951 void syPrint(syStrategy syzstr, const char *sn) 1952 1952 { 1953 1953 if ( (syzstr->resPairs==NULL) && … … 2003 2003 } 2004 2004 } 2005 const char *sn=currRingHdl->id;2005 2006 2006 int sl=strlen(sn); 2007 2007 syPrintEmptySpaces1(sl);
Note: See TracChangeset
for help on using the changeset viewer.