source: git/Tst/New/alg_ext_imap.tst @ 1ebec3

spielwiese
Last change on this file since 1ebec3 was ce537e, checked in by Yue Ren <ren@…>, 11 years ago
fix: wrong name of test
  • Property mode set to 100644
File size: 406 bytes
Line 
1LIB "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. */
3ring s2 = (32003, a,b), (x, y), lp;
4poly p = 1 + a + a2 + b + ab + ax + ay + bx + x + y + xy;
5ring f1 = (7, a) , (b, x, y), lp; minpoly = a2 + 1;
6imap(s2, p);
7tst_status(1);$
Note: See TracBrowser for help on using the repository browser.