We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression in 4.3.2p3:
> LIB "elim.lib"; > ring r = 0,(x,y,z),dp; > ideal i = x^5*z^3, x*y*z, y*z^4; > ideal j = z; > sat(i,j); [1]: _[1]=y _[2]=x5 [2]: 0
with 4.3.2p2:
> sat(i,j); [1]: _[1]=y _[2]=x5 [2]: 4
The text was updated successfully, but these errors were encountered:
solved by renaming to sat_with_exp, see https://github.com/Singular/Singular/blob/spielwiese/Singular/LIB/elim.lib#L736 in th next release of Singular
Sorry, something went wrong.
No branches or pull requests
Regression in 4.3.2p3:
with 4.3.2p2:
The text was updated successfully, but these errors were encountered: