3
0
Fork 0
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:
Nikolaj Bjorner 2025-09-14 13:43:10 -07:00
parent 928a2e7cf2
commit 6e767795db

View file

@ -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))'
""" """