3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-05 07:23:58 +00:00

keep track of search level ourselves

This commit is contained in:
Murphy Berzish 2015-12-01 14:41:11 -05:00
parent dd0bc13be7
commit c44d49b625
2 changed files with 4 additions and 8 deletions

View file

@ -63,6 +63,7 @@ namespace smt {
};
protected:
bool search_started;
int sLevel;
arith_util m_autil;
str_util m_strutil;