spielwiese
Last change
on this file since e070751 was
ce537e,
checked in by Yue Ren <ren@…>, 10 years ago
|
fix: wrong name of test
|
-
Property mode set to
100644
|
File size:
406 bytes
|
Line | |
---|
1 | LIB "tst.lib"; tst_init(); |
---|
2 | /* the following code is (one) reason, why imap.tst fails on 64bit machines. It runs endlessly with regular Singular in spielwiese and crashes under Singularg, while running smoothly on 32bit machines. */ |
---|
3 | ring s2 = (32003, a,b), (x, y), lp; |
---|
4 | poly p = 1 + a + a2 + b + ab + ax + ay + bx + x + y + xy; |
---|
5 | ring f1 = (7, a) , (b, x, y), lp; minpoly = a2 + 1; |
---|
6 | imap(s2, p); |
---|
7 | tst_status(1);$ |
---|
Note: See
TracBrowser
for help on using the repository browser.