3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-05 10:50:24 +00:00

z3str3: set up axioms on string terms that are added during the search

This commit is contained in:
Murphy Berzish 2019-10-17 14:13:02 -04:00 committed by Nikolaj Bjorner
parent 9ae1a6f061
commit f91af02675
2 changed files with 19 additions and 1 deletions

View file

@ -346,6 +346,9 @@ protected:
// include an occurrence of the term for which axioms are being generated
obj_hashtable<expr> axiomatized_terms;
// hashtable of all top-level exprs for which set_up_axioms() has been called
obj_hashtable<expr> existing_toplevel_exprs;
int tmpStringVarCount;
int tmpXorVarCount;
int tmpLenTestVarCount;