3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 03:45:51 +00:00

Use quick explain for unsat core in Fu Malik algorithm by default

This commit is contained in:
Anh-Dung Phan 2013-11-15 16:58:42 -08:00
parent 074e851d49
commit c837f62863
3 changed files with 39 additions and 4 deletions

View file

@ -105,6 +105,10 @@ namespace opt {
static unsigned g_checksat_count = 0;
bool opt_solver::is_dumping_benchmark() {
return m_is_dump;
}
lbool opt_solver::check_sat_core(unsigned num_assumptions, expr * const * assumptions) {
TRACE("opt_solver_na2as", {
tout << "opt_opt_solver::check_sat_core: " << m_context.size() << "\n";