Changeset 7fe9f8b in git for Singular/LIB/schreyer.lib
- Timestamp:
- Nov 2, 2012, 5:46:30 PM (11 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 24db4229db220ee36db967fbe60ace26becd3579
- Parents:
- d0b4e7a8ccb0461165a7581a567ade8752125382
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-11-02 17:46:30+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-11-02 17:54:16+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/schreyer.lib
rd0b4e7 r7fe9f8b 250 250 "Sstep::NextInput: "; 251 251 M; 252 @V;252 deg(M[1..ncols(M)]); // no use of @W :(? 253 253 @RANK; 254 254 DetailedPrint(MRES); 255 attrib(MRES, "isHomog"); 255 attrib(MRES, "isHomog"); @W; 256 deg(MRES[1..ncols(MRES)]); 256 257 } 257 258 … … 273 274 274 275 module N = separateSyzGB(K, @RANK)[2]; // 1^st syz. module: vectors which start in lower part (comp >= @RANK) 275 attrib(N, "isHomog", @V);276 276 277 277 // "N_0: "; N; DetailedPrint(N, 10); 278 279 N = std(N); // TODO: fix "wrong weights"!!!? 278 279 // basering; print(@V); type(N); 280 // attrib(N, "isHomog", @V); // TODO: fix "wrong weights"!!!? deg is wrong :((( 281 N = std(N); 280 282 attrib(N, "isHomog", @V); 281 283
Note: See TracChangeset
for help on using the changeset viewer.