spielwiese
Last change
on this file since ede2ad8 was
ede2ad8,
checked in by Hans Schoenemann <hannes@…>, 8 years ago
|
fix tr. #712: std(SB,I) does not allow crit3 because of the (wrong) order of reductions
if size(I)*4 > 3*size(SB), use std(SB+I), otherwise disable crit3
|
-
Property mode set to
100644
|
File size:
360 bytes
|
Line | |
---|
1 | LIB "tst.lib"; |
---|
2 | tst_init(); |
---|
3 | |
---|
4 | // std (SB,p) |
---|
5 | ring rng = 67,(x,y,z),Dp; |
---|
6 | ideal I = x^2-9*z,-9*x*y+x-10; |
---|
7 | poly J = -6*x*z-10; |
---|
8 | ideal gI = std(I); |
---|
9 | ideal IJ = I+J; |
---|
10 | ideal gIJ = std(IJ); |
---|
11 | ideal gI_J = std(gI,J); |
---|
12 | size( std(reduce (I,gI ) )); |
---|
13 | size( std(reduce (IJ,gIJ ) )); |
---|
14 | size( std(reduce (IJ,gI_J ) )); |
---|
15 | size( std(reduce (gI_J, gIJ) )); |
---|
16 | gI_J; |
---|
17 | gIJ; |
---|
18 | |
---|
19 | tst_status(1);$ |
---|
Note: See
TracBrowser
for help on using the repository browser.