mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2e5eb2dde2
commit
c3c7aad1a8
3 changed files with 9 additions and 9 deletions
|
@ -10656,7 +10656,7 @@ class UserPropagateBase:
|
|||
return Z3_solver_propagate_register(self.ctx_ref(), self.solver.solver, e.ast)
|
||||
|
||||
#
|
||||
# Propagation can only be invoked as during a fixed-callback.
|
||||
# Propagation can only be invoked as during a fixed or final callback.
|
||||
#
|
||||
def propagate(self, e, ids, eqs = []):
|
||||
num_fixed = len(ids)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue