3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-04 06:53:58 +00:00

implement process_concat_eq_unroll, WIP

This commit is contained in:
Murphy Berzish 2016-06-30 04:55:11 -04:00
parent b53da182b6
commit 7d903ff1fa
2 changed files with 50 additions and 63 deletions

View file

@ -163,6 +163,7 @@ namespace smt {
// we would need to modify the allocator so we pass in ast_manager
std::map<expr*, std::map<std::set<expr*>, ptr_vector<expr> > > unroll_tries_map;
std::map<expr*, expr*> unroll_var_map;
std::map<std::pair<expr*, expr*>, expr*> concat_eq_unroll_ast_map;
char * char_set;
std::map<char, int> charSetLookupTable;