mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
Python example: removed function that has no body.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
bb722b24c1
commit
67e04c5dfb
|
@ -65,9 +65,6 @@ class ComplexExpr:
|
|||
def __neq__(self, other):
|
||||
return Not(self.__eq__(other))
|
||||
|
||||
def __pow__(self, k):
|
||||
|
||||
|
||||
def simplify(self):
|
||||
return ComplexExpr(simplify(self.r), simplify(self.i))
|
||||
|
||||
|
|
Loading…
Reference in a new issue