mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
revert to native chunker
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d14f2af5ae
commit
f9105edb14
|
@ -3259,9 +3259,9 @@ static void back_remove(sat::literal_vector& lits, sat::literal l) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
is_sat = core_chunking(*this, mdl, vars, asms, conseq, 100);
|
// is_sat = core_chunking(*this, mdl, vars, asms, conseq, 100);
|
||||||
|
|
||||||
// is_sat = get_consequences(asms, lits, conseq);
|
is_sat = get_consequences(asms, lits, conseq);
|
||||||
set_model(mdl);
|
set_model(mdl);
|
||||||
return is_sat;
|
return is_sat;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue