3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-02 21:36:09 +00:00

update regex membership to be slightly better tuned

This commit is contained in:
Nikolaj Bjorner 2024-12-25 10:56:16 -08:00
parent f4ed432244
commit c9cae77304
3 changed files with 19 additions and 18 deletions

View file

@ -20,7 +20,7 @@ Author:
#include "ast/seq_decl_plugin.h"
#include "ast/arith_decl_plugin.h"
#include "ast/rewriter/seq_rewriter.h"
#include "ast/rewriter/th_rewriter.h"
namespace sls {
@ -45,6 +45,7 @@ namespace sls {
seq_util seq;
arith_util a;
seq_rewriter rw;
th_rewriter thrw;
scoped_ptr_vector<eval> m_values;
indexed_uint_set m_chars;
bool m_initialized = false;