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:
parent
5eb71c3be6
commit
8de0005ab3
2 changed files with 32 additions and 14 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue