3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-15 18:35:44 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-02-27 07:06:05 -08:00
parent f46c3782d6
commit 9888d87294
3 changed files with 30 additions and 11 deletions

View file

@ -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;