Opened 14 years ago
Last modified 14 years ago
#67 new bug
No weights will be given to module maps in homogeneous resolutions
Reported by: | Oleksandr | Owned by: | hannes |
---|---|---|---|
Priority: | critical | Milestone: | 3-1-1 |
Component: | singular-kernel | Version: | |
Keywords: | res, syz, isHomog, size | Cc: |
Description
only mres and nres do care about "isHomog" attribute for homogeneous ideals.
nither syz nor sres nor lres set module weights!!!
something is wrong with the size of resolution (length is 1 too many than there actually are...) or conversion of resolution to list... For instance, nres seems to be somewhat defect. (length = 8!)
see attached example
Attachments (2)
Change History (7)
Changed 14 years ago by
Attachment: | attr.isHomog.res added |
---|
comment:1 Changed 14 years ago by
notice empty "weights: ( ): " and right side is not a datum, assignment ignored
comment:2 Changed 14 years ago by
I have tried all this only with the conversion of resolution to list, and i must say that size behaves better this way, but sometimes(e.g. from sres) one may get another trailing zero entry (size: 4 instead of 3), which is imho not a big issue...
Unfortunately: the big issue remains: no modulo-weights :(
Changed 14 years ago by
Attachment: | attr.isHomog.Res2List.res added |
---|
same with one explicite conversion of resolution to list
comment:3 Changed 14 years ago by
Milestone: | Release 3-1-0 |
---|---|
Priority: | critical → major |
Summary: | problems with resolutions → problems with size of resolutions |
comment:4 Changed 14 years ago by
Priority: | major → critical |
---|---|
Summary: | problems with size of resolutions → No weights will be given to module maps in homogeneous resolutions |
comment:5 Changed 14 years ago by
Milestone: | → Releases 3-1-1 and higher |
---|
my tests