3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-03 05:46:08 +00:00

Bugfix seq-eq sls (#7495)

* Fixed spurious counterexamples in seq-sls. Updates might not be identity mapping

* Removed debug code

* One check was missing
This commit is contained in:
Clemens Eisenhofer 2024-12-27 17:40:34 +01:00 committed by GitHub
parent 5eb71c3be6
commit 8de0005ab3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 32 additions and 14 deletions

View file

@ -47,7 +47,7 @@ namespace sls {
seq_rewriter rw;
th_rewriter thrw;
scoped_ptr_vector<eval> m_values;
indexed_uint_set m_chars;
indexed_uint_set m_chars; // set of characters in the problem
bool m_initialized = false;
struct str_update {