mirror of
https://github.com/Z3Prover/z3
synced 2025-09-03 16:48:06 +00:00
Small seq-sls fixes (#7503)
* Calculation based on wrong update list * Fixed regex problem
This commit is contained in:
parent
e133a297ba
commit
5c60c6662c
2 changed files with 8 additions and 3 deletions
|
@ -658,7 +658,6 @@ namespace sls {
|
|||
return false;
|
||||
|
||||
SASSERT(is_uninterp(t));
|
||||
SASSERT(m_restore.empty());
|
||||
|
||||
if (bv.is_bv(t)) {
|
||||
wval(t).eval = new_value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue