3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-11 09:44:43 +00:00

adding simple BCE

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-09-29 18:00:34 -07:00
parent 5dc2afa33f
commit 60d7872cc8
5 changed files with 115 additions and 19 deletions

View file

@ -157,7 +157,7 @@ namespace sat {
if (!learned && (m_elim_blocked_clauses || m_elim_blocked_clauses_at == m_num_calls))
elim_blocked_clauses();
#if 0
#if 1
// experiment is disabled.
if (!learned) { // && m_equality_inference
bceq bc(s);