mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 19:17:53 +00:00
fixes to update propagation.
rename update and update_args_value to update_checked update_unchecked ensure upward propagation so that local values are consistent when entering lookahead solvers.
This commit is contained in:
parent
04d0e9492b
commit
d4100fc472
4 changed files with 72 additions and 44 deletions
|
@ -325,7 +325,7 @@ namespace sls {
|
|||
}
|
||||
|
||||
// revert back to old value
|
||||
a.update_args_value(v, old_value);
|
||||
a.update_unchecked(v, old_value);
|
||||
}
|
||||
|
||||
template<typename num_t>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue