source: git/Tst/Manual/Example_of_use_of_@sc{Letterplace}.tst @ c308ef

fieker-DuValspielwiese
Last change on this file since c308ef was 4b79c7b, checked in by Hans Schoenemann <hannes@…>, 5 years ago
tests: silence "extend .... warning for dyn. modules
  • Property mode set to 100644
File size: 244 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "freegb.lib";
3ring r = 0,(x,y,z),Dp;
4int d =4; // degree bound
5def R = freeAlgebra(r,d);
6setring R;
7ideal I = x*y + y*z, x*x + x*y - y*x - y*y;
8option(redSB); option(redTail);
9ideal J = std(I);
10J;
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.