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 Timeout #38781

Open
2 tasks done
anirjoshi opened this issue Oct 7, 2024 · 2 comments
Open
2 tasks done

QEPCAD Timeout #38781

anirjoshi opened this issue Oct 7, 2024 · 2 comments
Labels

Comments

@anirjoshi
Copy link

Steps To Reproduce

  1. My machine is Mac M2 with the OS Ventura 13.4
  2. I already have installed sage with version 10.3 [I believe the same issue exists with 10.4 as well]
    The following program times-out:
var('x')
var('a')
var('y')
var('b')
var('r')

qf = qepcad_formula
F0 = (0 > 0 + 1*x*x*a*a + 1*y*y*b*b + -1*a*a*b*b)
F1 = (0 > 0 + 1*x*x + 1*y*y + -20*x + -20*y + -1*r*r + 200)
F2 = qf.and_(F0,F1)
F3 = qf.and_(F2)
var("tmp")
eliminate_trick = qepcad(qf.exists(tmp,qf.and_(tmp==0,F3)),memcells='1000000000 +L5000')
print(eliminate_trick)

Quantification out of the tmp variable should be pretty easy since this only appears in the constraint tmp==0.

Expected Behavior

A formula without the tmp variable.

Actual Behavior

Just keeps running for a long time.

Additional Information

No response

Environment

  • OS: Mac M2 with the OS Ventura 13.4
  • Sage Version: 10.3

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
@maxale
Copy link
Contributor

maxale commented Oct 7, 2024

I this issue is irrelevant to Sage, it should be reported to Qepcad developers.

@anirjoshi
Copy link
Author

@maxale , Thank you for the quick response. Since I used Sage software, therefore I thought this is the correct place to report the issue. It would be great if you/someone can point me to the Qepcad developers?

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

No branches or pull requests

2 participants