mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
fix multiple bugs in interfacing with fixedpoint context
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fcdde59438
commit
7d9254f122
4 changed files with 40 additions and 24 deletions
|
@ -825,7 +825,8 @@ class ExprRef(AstRef):
|
|||
if is_app(self):
|
||||
return [self.arg(i) for i in range(self.num_args())]
|
||||
else:
|
||||
return []
|
||||
return []
|
||||
|
||||
|
||||
def _to_expr_ref(a, ctx):
|
||||
if isinstance(a, Pattern):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue