mirror of
https://github.com/Z3Prover/z3
synced 2025-10-01 05:29:28 +00:00
set status to unknown
This commit is contained in:
parent
928a2e7cf2
commit
6e767795db
1 changed files with 1 additions and 1 deletions
|
@ -7509,7 +7509,7 @@ class Solver(Z3PPObject):
|
||||||
>>> s = SimpleSolver()
|
>>> s = SimpleSolver()
|
||||||
>>> s.add(x == 2**x)
|
>>> s.add(x == 2**x)
|
||||||
>>> s.check()
|
>>> s.check()
|
||||||
sat
|
unknown
|
||||||
>>> s.reason_unknown()
|
>>> s.reason_unknown()
|
||||||
'(incomplete (theory arithmetic))'
|
'(incomplete (theory arithmetic))'
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue