jengelh-datetimespielwiese
Last change
on this file since ed91a6 was
ed91a6,
checked in by Hans Schoenemann <hannes@…>, 7 years ago
|
fix: tr. #761 (attrib rowShift if betti[1,1]==0)
|
-
Property mode set to
100644
|
File size:
470 bytes
|
Line | |
---|
1 | LIB "tst.lib"; |
---|
2 | tst_init(); |
---|
3 | |
---|
4 | // 760: conversion list -> resolution must include attribute isHomog |
---|
5 | ring r = 0, x, dp; |
---|
6 | module m = 0; |
---|
7 | attrib(m, "isHomog", intvec(3)); |
---|
8 | print(betti(list(m), 0), "betti"); |
---|
9 | attrib(m,"isHomog"); |
---|
10 | resolution s = list(m); |
---|
11 | attrib(s); |
---|
12 | attrib(s,"isHomog"); |
---|
13 | print(betti(s, 0), "betti"); |
---|
14 | |
---|
15 | // 761: rwowShift, if betti[1,1] is 0 |
---|
16 | ring r2 = 0, x, dp; |
---|
17 | module m = gen(1); |
---|
18 | attrib(m, "isHomog", intvec(3)); |
---|
19 | print(betti(list(m), 0), "betti"); |
---|
20 | |
---|
21 | tst_status(1);$; |
---|
22 | |
---|
23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.