source: git/Tst/Letterplace/gb_h17.tst @ d49a47

fieker-DuValspielwiese
Last change on this file since d49a47 was d61f67, checked in by Karim Abou Zeid <karim23697@…>, 4 years ago
Add lp gb regress tests
  • Property mode set to 100644
File size: 303 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "freegb.lib";
3ring r = 0,(u,v,U,V),Dp;
4int upToDeg = 18;
5def R = makeLetterplaceRing(upToDeg);
6setring(R);
7ideal Id = u*U-1,
8U*u-1,
9v*V-1,
10V*v-1,
11v*U*v*v*U*v-1,
12U*v*U*v*U*v-1,
13u*u*u*u*u*v*u*u*v*u*u*u*u*u*v*u*u*v-1;
14option(redTail);
15option(redSB);
16std(Id);
17tst_status(1);$
Note: See TracBrowser for help on using the repository browser.