mirror of
https://github.com/Z3Prover/z3
synced 2026-02-28 10:51:28 +00:00
fix updates to cce
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2d0f80f78e
commit
2739342aba
16 changed files with 248 additions and 254 deletions
|
|
@ -2798,7 +2798,7 @@ namespace sat {
|
|||
}
|
||||
|
||||
unsigned ba_solver::get_num_unblocked_bin(literal l) {
|
||||
return s().m_simplifier.get_num_unblocked_bin(l);
|
||||
return s().m_simplifier.num_nonlearned_bin(l);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue