source: git/Tst/Letterplace/gb_usl3-z.tst @ 20e0447

fieker-DuValspielwiese
Last change on this file since 20e0447 was d61f67, checked in by Karim Abou Zeid <karim23697@…>, 5 years ago
Add lp gb regress tests
  • Property mode set to 100644
File size: 896 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "freegb.lib";
3ring r = 0,(H2,H1,y3,y2,y1,x3,x2,x1),Dp;
4int upToDeg = 5;
5def R = makeLetterplaceRing(upToDeg);
6setring(R);
7ideal Id = x2*x1-x1*x2-x3,
8x3*x1-x1*x3,
9y1*x1-x1*y1+H1,
10y2*x1-x1*y2,
11y3*x1-x1*y3+y2,
12H1*x1-x1*H1-2*x1,
13H2*x1-x1*H2+x1,
14x3*x2-x2*x3,
15y1*x2-x2*y1,
16y2*x2-x2*y2+H2,
17y3*x2-x2*y3-y1,
18H1*x2-x2*H1+x2,
19H2*x2-x2*H2-2*x2,
20y1*x3-x3*y1+x2,
21y2*x3-x3*y2-x1,
22y3*x3-x3*y3+H1+H2,
23H1*x3-x3*H1-x3,
24H2*x3-x3*H2-x3,
25y2*y1-y1*y2+y3,
26y3*y1-y1*y3,
27H1*y1-y1*H1+2*y1,
28H2*y1-y1*H2-y1,
29y3*y2-y2*y3,
30H1*y2-y2*H1-y2,
31H2*y2-y2*H2+2*y2,
32H1*y3-y3*H1+y3,
33H2*y3-y3*H2+y3,
34H2*H1-H1*H2,
353*x1*y1+3*x2*y2+3*x3*y3+H1*H1+H1*H2+H2*H2-3*H1-3*H2,
3627*x3*y1*y2+27*x1*x2*y3-9*x1*y1*H1+18*x2*y2*H1-9*x3*y3*H1-2*H1*H1*H1-18*x1*y1*H2+9*x2*y2*H2+9*x3*y3*H2-3*H1*H1*H2+3*H1*H2*H2+2*H2*H2*H2-54*x2*y2-27*x3*y3-9*H1*H2-18*H2*H2+18*H1+36*H2;
37option(redTail);
38option(redSB);
39std(Id);
40tst_status(1);$
Note: See TracBrowser for help on using the repository browser.