QEPCAD Timeout

21 views
Skip to first unread message

Ani J

unread,
Oct 7, 2024, 5:09:36 AM10/7/24
to sage-support

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.


Environment

  • OS: Mac M2 with the OS Ventura 13.4
  • Sage Version: 10.3
Reply all
Reply to author
Forward
0 new messages