3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-12 10:40:17 +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

@ -20,6 +20,7 @@ Revision History:
#include"sat_integrity_checker.h"
#include"luby.h"
#include"trace.h"
#include"sat_bceq.h"
// define to update glue during propagation
#define UPDATE_GLUE
@ -959,6 +960,7 @@ namespace sat {
m_stopwatch.start();
m_core.reset();
TRACE("sat", display(tout););
}
/**