3
0
Fork 0
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:
Clemens Eisenhofer 2025-01-07 18:26:00 +01:00 committed by GitHub
parent e133a297ba
commit 5c60c6662c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 3 deletions

View file

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