mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix bugs reported by Anvesh
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0a964c324e
commit
fd1f4b9191
3 changed files with 10 additions and 2 deletions
|
@ -6449,7 +6449,7 @@ class Tactic:
|
|||
|
||||
def _to_goal(a):
|
||||
if isinstance(a, BoolRef):
|
||||
goal = Goal()
|
||||
goal = Goal(a.ctx)
|
||||
goal.add(a)
|
||||
return goal
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue