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:
parent
9ae1a6f061
commit
f91af02675
2 changed files with 19 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue