mirror of
https://github.com/Z3Prover/z3
synced 2025-04-16 05:48:44 +00:00
fix default argument identification
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2e7f5303eb
commit
c1384095f3
|
@ -6449,7 +6449,7 @@ class Tactic:
|
|||
|
||||
def _to_goal(a):
|
||||
if isinstance(a, BoolRef):
|
||||
goal = Goal(a.ctx)
|
||||
goal = Goal(ctx = a.ctx)
|
||||
goal.add(a)
|
||||
return goal
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue