mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
db65381f33
commit
a58b8ceced
|
@ -10636,7 +10636,7 @@ class UserPropagateBase:
|
|||
_ids = (ctypes.c_uint * sz)()
|
||||
for i in range(sz):
|
||||
_ids[i] = ids[i]
|
||||
Z3_solver_propagate_consequence(self.ctx.ref(), self.cb, sz, _ids, e.ast)
|
||||
Z3_solver_propagate_consequence(self.ctx.ref(), ctypes.c_void_p(self.cb), sz, _ids, e.ast)
|
||||
|
||||
def conflict(self, ids):
|
||||
self.propagate(ids, BoolVal(False, self.ctx))
|
||||
|
|
Loading…
Reference in a new issue