mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 14:40:55 +00:00
add Z3_solver_propagate_on_binding to ml callback declarations
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
aad511d40b
commit
31a30370ac
1 changed files with 1 additions and 0 deletions
|
@ -1392,6 +1392,7 @@ z3_ml_callbacks = frozenset([
|
|||
'Z3_solver_propagate_diseq',
|
||||
'Z3_solver_propagate_created',
|
||||
'Z3_solver_propagate_decide',
|
||||
'Z3_solver_propagate_on_binding',
|
||||
'Z3_solver_register_on_clause'
|
||||
])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue