mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
Merge branch 'unstable' of https://git01.codeplex.com/z3 into fpa-api
This commit is contained in:
commit
2f81b6c6b5
1 changed files with 2 additions and 2 deletions
|
@ -6210,7 +6210,7 @@ class Fixedpoint(Z3PPObject):
|
||||||
"""
|
"""
|
||||||
query = _get_args(query)
|
query = _get_args(query)
|
||||||
sz = len(query)
|
sz = len(query)
|
||||||
if sz >= 1 and isinstance(query[0], FuncDecl):
|
if sz >= 1 and isinstance(query[0], FuncDeclRef):
|
||||||
_decls = (FuncDecl * sz)()
|
_decls = (FuncDecl * sz)()
|
||||||
i = 0
|
i = 0
|
||||||
for q in query:
|
for q in query:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue