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:
parent
dd0bc13be7
commit
c44d49b625
2 changed files with 4 additions and 8 deletions
|
@ -63,6 +63,7 @@ namespace smt {
|
|||
};
|
||||
protected:
|
||||
bool search_started;
|
||||
int sLevel;
|
||||
arith_util m_autil;
|
||||
str_util m_strutil;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue