3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 12:08:18 +00:00
This commit is contained in:
Nikolaj Bjorner 2017-06-19 18:24:45 -05:00
commit 907899debe

View file

@ -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()