mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
907899debe
|
@ -318,7 +318,7 @@ class AstRef(Z3PPObject):
|
||||||
raise Z3Exception("Symbolic expressions cannot be cast to concrete Boolean values.")
|
raise Z3Exception("Symbolic expressions cannot be cast to concrete Boolean values.")
|
||||||
|
|
||||||
def sexpr(self):
|
def sexpr(self):
|
||||||
"""Return an string representing the AST node in s-expression notation.
|
"""Return a string representing the AST node in s-expression notation.
|
||||||
|
|
||||||
>>> x = Int('x')
|
>>> x = Int('x')
|
||||||
>>> ((x + 1)*x).sexpr()
|
>>> ((x + 1)*x).sexpr()
|
||||||
|
|
Loading…
Reference in a new issue