mirror of
https://github.com/Z3Prover/z3
synced 2025-10-10 17:58:06 +00:00
add statistics to cubing
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e0d28c67cd
commit
c8e655830f
3 changed files with 20 additions and 3 deletions
|
@ -859,6 +859,7 @@ namespace sat {
|
|||
m_cuber = alloc(lookahead, *this);
|
||||
}
|
||||
lbool result = m_cuber->cube(vars, lits, backtrack_level);
|
||||
m_cuber->update_cube_statistics(m_aux_stats);
|
||||
if (result == l_false) {
|
||||
dealloc(m_cuber);
|
||||
m_cuber = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue