mirror of
https://github.com/Z3Prover/z3
synced 2025-10-05 07:23:58 +00:00
attempt to clean up out-of-scope variables more, still crashing
This commit is contained in:
parent
c44d49b625
commit
52f0277c99
2 changed files with 48 additions and 6 deletions
|
@ -63,9 +63,9 @@ namespace smt {
|
|||
};
|
||||
protected:
|
||||
bool search_started;
|
||||
int sLevel;
|
||||
arith_util m_autil;
|
||||
str_util m_strutil;
|
||||
int sLevel;
|
||||
|
||||
str_value_factory * m_factory;
|
||||
|
||||
|
@ -75,6 +75,8 @@ namespace smt {
|
|||
|
||||
int tmpStringVarCount;
|
||||
int tmpXorVarCount;
|
||||
int tmpLenTestVarCount;
|
||||
int tmpValTestVarCount;
|
||||
std::map<std::pair<expr*, expr*>, std::map<int, expr*> > varForBreakConcat;
|
||||
|
||||
bool avoidLoopCut;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue