z3/python reals

后端 未结 1 1238
时光取名叫无心
时光取名叫无心 2021-01-24 20:16

With the z3/python web interface, if I ask:

x = Real (\'x\')
solve(x * x == 2, show=True)

I nicely get:

Problem:
[x·x = 2]
Solu         


        
1条回答
  •  感情败类
    2021-01-24 20:41

    Try your example with Z3 web interface, I get a result of sat.

    Z3 web interface and Z3Py are based on Z3 v4.0, so I think the problem is fixed in the upcoming release.

    0 讨论(0)
提交回复
热议问题