spielwiese
Last change
on this file since bf919a was
bf919a,
checked in by Martin Lee <martinlee84@…>, 10 years ago
|
add: minimal test for imap
|
-
Property mode set to
100644
|
File size:
382 bytes
|
Line | |
---|
1 | LIB "tst.lib"; |
---|
2 | tst_init(); option(Imap); |
---|
3 | |
---|
4 | ring s0 = 32003, (a,b,x,y), lp; |
---|
5 | poly p = 1 + a + a2 + b + ab + ax + ay + bx + x + y + xy; p; |
---|
6 | |
---|
7 | ring r1 = (0, a), (b, x, y), lp; |
---|
8 | poly p = 1 + a + a2 + b + ab + ax + ay + bx + x + y + xy; p; |
---|
9 | |
---|
10 | ring r2 = (0, a, b), (x, y), lp; |
---|
11 | poly p = 1 + a + a2 + b + ab + ax + ay + bx + x + y + xy; p; |
---|
12 | |
---|
13 | setring s0; |
---|
14 | imap (r1,p); |
---|
15 | imap (r2,p); |
---|
16 | |
---|
17 | tst_status(1); $ |
---|
Note: See
TracBrowser
for help on using the repository browser.