Skip to content

Commit

Permalink
added broken test found by Martin
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud authored and d-torrance committed Aug 15, 2024
1 parent 7873483 commit 8cee672
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions M2/Macaulay2/packages/Msolve/tests.m2
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,20 @@ TEST ///
assert(eM2 == sub(eMsolve, ring eM2))
///

TEST ///
--restart
debugLevel=1
needsPackage "Msolve";
R = QQ[x..z,t]
K = ideal(x^6+y^6+x^4*z*t+z^3,36*x^5+60*y^5+24*x^3*z*t,
-84*x^5+10*x^4*t-56*x^3*z*t+30*z^2,-84*y^5-6*x^4*t-18*z^2,
48*x^5+10*x^4*z+32*x^3*z*t,48*y^5-6*x^4*z,14*x^4*z+8*x^4*t+24*z^2)
errorDepth=2
W1 = msolveEliminate(R_0, K, Verbosity => 1)
W2 = eliminate(R_0, K)
sub(W1, R) == W2
///

end

restart
Expand Down

0 comments on commit 8cee672

Please sign in to comment.