3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-12-06 10:50:27 -08:00
parent 2e5eb2dde2
commit c3c7aad1a8
3 changed files with 9 additions and 9 deletions

View file

@ -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)