Skip to content
New issue

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

QEPCAD prints finish & #38050

Closed
2 tasks done
anirjoshi opened this issue May 21, 2024 · 3 comments
Closed
2 tasks done

QEPCAD prints finish & #38050

anirjoshi opened this issue May 21, 2024 · 3 comments

Comments

@anirjoshi
Copy link

anirjoshi commented May 21, 2024

Steps To Reproduce

  1. Consider the version SageMath version 10.1
  2. The following program prints finish &:
var('x')
var('a')
var('b')
qf = qepcad_formula
constr0 = (Rational(-15/16))  + (Rational(1/1)* (x^4)) < 0
constr1 = (Rational(-3/4))  + (Rational(1/1)* (x^2))  + (Rational(-2/2)* (a))  + (Rational(-2/1)* (x)* (b))  + (Rational(1/1)* (a^2))  + (Rational(1/1)* (b^2)) < 0
F1 = qf.and_(constr0, constr1)
print(qepcad(qf.exists(x,F1)))

Expected Behavior

It should print the formula that we get after quantifying out the variable x from the input formula.

Actual Behavior

It prints an unexpected finish &

Additional Information

No response

Environment

- **OS**: MacOS 13.4

- **Sage Version**: `SageMath version 10.1`

Checklist

  • I have searched the existing issues for a bug report that matches the one I want to file, without success.
  • I have read the documentation and troubleshoot guide
@dimpase
Copy link
Member

dimpase commented May 21, 2024

Qepcad has been updated in 10.3, see #36837

Not sure if this has fixed this issue, though.

@maxale
Copy link
Contributor

maxale commented May 22, 2024

This issue is fixed in 10.3, which can be seen from running the code at Sagecell: https://sagecell.sagemath.org/?q=qiypmw

@anirjoshi
Copy link
Author

Sure thank you for the response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants