mirror of
https://github.com/Z3Prover/z3
synced 2025-11-15 18:35:44 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f46c3782d6
commit
9888d87294
3 changed files with 30 additions and 11 deletions
|
|
@ -46,6 +46,7 @@ namespace bv {
|
|||
sls_stats m_stats;
|
||||
indexed_uint_set m_repair_up, m_repair_roots;
|
||||
unsigned m_repair_down = UINT_MAX;
|
||||
unsigned m_repair_root = UINT_MAX;
|
||||
ptr_vector<expr> m_todo;
|
||||
random_gen m_rand;
|
||||
config m_config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue